#A0AF33
A medium, moderate yellow closely aligning with Olivedrab.
About #A0AF33
The hex code #A0AF33 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 175, and 51.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. The HSL representation is 67.3° hue, 54.9% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0AF33
RGB160, 175, 51
HSL67.3°, 54.9%, 44.3%
CMYK9%, 0%, 71%, 31%
HSV67.3°, 70.9%, 68.6%
LAB68.3, -21.3, 58.4
XYZ30.4, 38.4, 8.9
Decimal10530611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.67:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF33;
}
.text-color {
color: #A0AF33;
}
.border-color {
border: 2px solid #A0AF33;
}