#99A866
A medium, muted yellow closely aligning with Darkkhaki.
About #99A866
When working with digital screens, the color #99A866 is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 168, and 102.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99A866
RGB153, 168, 102
HSL73.6°, 27.5%, 52.9%
CMYK9%, 0%, 39%, 34%
HSV73.6°, 39.3%, 65.9%
LAB66.3, -16.1, 32.3
XYZ29.5, 35.7, 17.9
Decimal10070118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A866;
}
.text-color {
color: #99A866;
}
.border-color {
border: 2px solid #99A866;
}