#99BD66
A medium, moderate green closely aligning with Darkkhaki.
About #99BD66
Visually, #99BD66 is defined as a moderate green. Its closest recognized web color is Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 189, and 102.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 0% M, 46% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99BD66
RGB153, 189, 102
HSL84.8°, 39.7%, 57.1%
CMYK19%, 0%, 46%, 26%
HSV84.8°, 46.0%, 74.1%
LAB72.3, -26.7, 39.9
XYZ33.7, 44.1, 19.3
Decimal10075494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD66;
}
.text-color {
color: #99BD66;
}
.border-color {
border: 2px solid #99BD66;
}