#99AF49
A medium, moderate yellow closely aligning with Olivedrab.
About #99AF49
Visually, #99AF49 is defined as a moderate yellow. Its closest recognized web color is Olivedrab. This translates to an RGB value of rgb(153, 175, 73).
If you are designing for print, the four-color process is what matters most. The color uses 13% Cyan, 0% Magenta, 58% Yellow, and 31% Black. With a hue angle of 72.9 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#99AF49
RGB153, 175, 73
HSL72.9°, 41.1%, 48.6%
CMYK13%, 0%, 58%, 31%
HSV72.9°, 58.3%, 68.6%
LAB68.0, -22.7, 48.7
XYZ29.7, 37.9, 12.1
Decimal10071881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.58:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AF49;
}
.text-color {
color: #99AF49;
}
.border-color {
border: 2px solid #99AF49;
}