#A0AF0F
A dark, vivid yellow closely aligning with Yellowgreen.
About #A0AF0F
Visually, #A0AF0F is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(160, 175, 15).
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. With a hue angle of 65.6 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0AF0F
RGB160, 175, 15
HSL65.6°, 84.2%, 37.3%
CMYK9%, 0%, 91%, 31%
HSV65.6°, 91.4%, 68.6%
LAB68.1, -22.6, 68.0
XYZ29.9, 38.2, 6.2
Decimal10530575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF0F;
}
.text-color {
color: #A0AF0F;
}
.border-color {
border: 2px solid #A0AF0F;
}