#A0AF00
A dark, vivid yellow closely aligning with Yellowgreen.
About #A0AF00
Visually, #A0AF00 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 160 parts red, 175 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 9% C, 0% M, 100% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#A0AF00
RGB160, 175, 0
HSL65.1°, 100.0%, 34.3%
CMYK9%, 0%, 100%, 31%
HSV65.1°, 100.0%, 68.6%
LAB68.1, -22.8, 69.8
XYZ29.8, 38.1, 5.8
Decimal10530560
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.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF00;
}
.text-color {
color: #A0AF00;
}
.border-color {
border: 2px solid #A0AF00;
}