#A0AF42
A medium, moderate yellow closely aligning with Olivedrab.
About #A0AF42
Visually, #A0AF42 is defined as a moderate yellow. Its closest recognized web color is Olivedrab. This translates to an RGB value of rgb(160, 175, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. With a hue angle of 68.3 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0AF42
RGB160, 175, 66
HSL68.3°, 45.2%, 47.3%
CMYK9%, 0%, 62%, 31%
HSV68.3°, 62.3%, 68.6%
LAB68.4, -20.4, 52.5
XYZ30.8, 38.5, 11.0
Decimal10530626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.71:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF42;
}
.text-color {
color: #A0AF42;
}
.border-color {
border: 2px solid #A0AF42;
}