#99A03A
A medium, moderate yellow closely aligning with Olive.
About #99A03A
Visually, #99A03A is defined as a moderate yellow. Its closest recognized web color is Olive. In the RGB color space, it consists of 153 red, 160 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 4% Cyan, 0% Magenta, 64% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99A03A
RGB153, 160, 58
HSL64.1°, 46.8%, 42.7%
CMYK4%, 0%, 64%, 37%
HSV64.1°, 63.8%, 62.7%
LAB63.5, -16.3, 50.6
XYZ26.5, 32.2, 8.8
Decimal10068026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.44:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A03A;
}
.text-color {
color: #99A03A;
}
.border-color {
border: 2px solid #99A03A;
}