#A0AF07
A dark, vivid yellow closely aligning with Yellowgreen.
About #A0AF07
The hex code #A0AF07 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 160 red, 175 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 9% Cyan, 0% Magenta, 96% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#A0AF07
RGB160, 175, 7
HSL65.4°, 92.3%, 35.7%
CMYK9%, 0%, 96%, 31%
HSV65.4°, 96.0%, 68.6%
LAB68.1, -22.7, 69.0
XYZ29.9, 38.1, 6.0
Decimal10530567
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.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF07;
}
.text-color {
color: #A0AF07;
}
.border-color {
border: 2px solid #A0AF07;
}