What color does green and white make?
Mixing green and white in equal parts gives #90c08c (Dark Sea Green) — sage green. That's the perceptual (Oklab) midpoint: the shade your eye treats as the true halfway point between the two colors.
#90c08c - HEX
- #90c08c
- RGB
- rgb(144, 192, 140)
- HSL
- hsl(115, 29%, 65%)
- CMYK
- cmyk(25%, 0%, 27%, 25%)
color-mix(in oklab, #008000 50%, #ffffff) Green to White: every ratio
How much of each color you use moves the answer along the blend path. The perceptual midpoint is the 50/50 row; the others show what a 3:1 ratio does in either direction.
Lighter and darker versions
Tint the mix toward white or shade it toward black and you get a small palette that all clearly belongs to the same family:
#acd0a8 Tint #c7e0c5 50/50 mix #90c08c Shade #344933 Darker #60825d Paint vs. screen: why the medium matters
On a screen, colors blend by adding light; with paint, pigments subtract light and the result is usually darker and duller. This page's values are the perceptual blend of the two colors — the closest digital equivalent to what mixed paint looks like.
About these two colors
Green #008000 — Blue plus yellow in paint; the color the human eye can distinguish the most shades of.
White #ffffff — All visible wavelengths of light at once; in paint, the tint that lightens every mix.
Want to blend these with different colors entirely? Open the full color mixer, or convert #90c08c to RGB, HSL or CMYK.
Related mixes
See all color mixes for the full directory.
Frequently asked questions
Does green and white make sage green?
Yes — equal parts give sage green, around #90c08c. The exact shade depends on your ratio: green-heavy mixes lean toward #58a053 and white-heavy mixes toward #c7dfc5.
What is the HEX code for green and white mixed?
A 50/50 perceptual mix is #90c08c (Dark Sea Green). If you need it in CSS, the mixer above generates a ready-to-paste color-mix() snippet: color-mix(in oklab, #008000 50%, #ffffff).
What does green and white make in paint vs. on a screen?
On a screen, colors blend by adding light; with paint, pigments subtract light and the result is usually darker and duller. This page's values are the perceptual blend of the two colors — the closest digital equivalent to what mixed paint looks like.
How do I make the sage green mix lighter or darker?
Mix the result with white to tint it — 50% white gives about #c7e0c5 — or with black to shade it, where 50% black gives about #344933. The strip above shows the full run from lighter to darker.