#99A824
A medium, moderate yellow closely aligning with Olive.
About #99A824
At its core, #99A824 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Olive. Its digital footprint relies on 153 parts red, 168 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 9% C, 0% M, 79% Y, and 34% K. The HSL representation is 66.8° hue, 64.7% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99A824
RGB153, 168, 36
HSL66.8°, 64.7%, 40.0%
CMYK9%, 0%, 79%, 34%
HSV66.8°, 78.6%, 65.9%
LAB65.7, -21.5, 60.9
XYZ27.5, 34.9, 7.0
Decimal10070052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A824;
}
.text-color {
color: #99A824;
}
.border-color {
border: 2px solid #99A824;
}