#8AA007
A dark, vivid yellow closely aligning with Olivedrab.
About #8AA007
When working with digital screens, the color #8AA007 is rendered by mixing light. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 160, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 14% Cyan, 0% Magenta, 96% Yellow, and 37% Black. With a hue angle of 68.6 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#8AA007
RGB138, 160, 7
HSL68.6°, 91.6%, 32.7%
CMYK14%, 0%, 96%, 37%
HSV68.6°, 95.6%, 62.7%
LAB62.1, -24.8, 63.7
XYZ23.1, 30.6, 4.9
Decimal9084935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA007;
}
.text-color {
color: #8AA007;
}
.border-color {
border: 2px solid #8AA007;
}