#99BD6D
A medium, moderate green closely aligning with Darkkhaki.
About #99BD6D
The hex code #99BD6D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 189, and 109.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 19% C, 0% M, 42% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99BD6D
RGB153, 189, 109
HSL87.0°, 37.7%, 58.4%
CMYK19%, 0%, 42%, 26%
HSV87.0°, 42.3%, 74.1%
LAB72.4, -25.8, 36.5
XYZ34.1, 44.3, 21.2
Decimal10075501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.85:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD6D;
}
.text-color {
color: #99BD6D;
}
.border-color {
border: 2px solid #99BD6D;
}