#8AA01D
A dark, moderate yellow closely aligning with Olivedrab.
About #8AA01D
At its core, #8AA01D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 160, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 14% cyan, 0% magenta, 82% yellow, and 37% black. The HSL representation is 70.1° hue, 69.3% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AA01D
RGB138, 160, 29
HSL70.1°, 69.3%, 37.1%
CMYK14%, 0%, 82%, 37%
HSV70.1°, 81.9%, 62.7%
LAB62.2, -24.2, 59.4
XYZ23.3, 30.6, 5.8
Decimal9084957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA01D;
}
.text-color {
color: #8AA01D;
}
.border-color {
border: 2px solid #8AA01D;
}