#99A024
A dark, moderate yellow closely aligning with Olive.
About #99A024
Visually, #99A024 is defined as a moderate yellow. It is closely associated with the named CSS color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 160, and 36.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 4% C, 0% M, 78% Y, and 37% K. With a hue angle of 63.4 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99A024
RGB153, 160, 36
HSL63.4°, 63.3%, 38.4%
CMYK4%, 0%, 78%, 37%
HSV63.4°, 77.5%, 62.7%
LAB63.4, -17.5, 58.8
XYZ26.0, 32.0, 6.5
Decimal10068004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A024;
}
.text-color {
color: #99A024;
}
.border-color {
border: 2px solid #99A024;
}