#99C599
A light, muted green closely aligning with Darkseagreen.
About #99C599
Visually, #99C599 is defined as a muted green. It is closely associated with the named CSS color Darkseagreen. Its digital footprint relies on 153 parts red, 197 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 22% cyan, 0% magenta, 22% yellow, and 23% black. The HSL representation is 120.0° hue, 27.5% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99C599
RGB153, 197, 153
HSL120.0°, 27.5%, 68.6%
CMYK22%, 0%, 22%, 23%
HSV120.0°, 22.3%, 77.3%
LAB75.5, -23.1, 17.4
XYZ38.9, 49.0, 37.5
Decimal10077593
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.80:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99C599;
}
.text-color {
color: #99C599;
}
.border-color {
border: 2px solid #99C599;
}