#99A000
A dark, vivid yellow closely aligning with Olive.
About #99A000
The precise color #99A000 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(153, 160, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 4% Cyan, 0% Magenta, 100% Yellow, and 37% Black. With a hue angle of 62.6 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark 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#99A000
RGB153, 160, 0
HSL62.6°, 100.0%, 31.4%
CMYK4%, 0%, 100%, 37%
HSV62.6°, 100.0%, 62.7%
LAB63.3, -18.3, 66.0
XYZ25.7, 31.9, 4.8
Decimal10067968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.38:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A000;
}
.text-color {
color: #99A000;
}
.border-color {
border: 2px solid #99A000;
}