#A8AF07
A dark, vivid yellow closely aligning with Yellowgreen.
About #A8AF07
Visually, #A8AF07 is defined as a vivid yellow. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 175, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 4% C, 0% M, 96% Y, and 31% K. The HSL representation is 62.5° hue, 92.3% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8AF07
RGB168, 175, 7
HSL62.5°, 92.3%, 35.7%
CMYK4%, 0%, 96%, 31%
HSV62.5°, 96.0%, 68.6%
LAB68.8, -19.2, 69.7
XYZ31.5, 39.0, 6.1
Decimal11054855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.80:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8AF07;
}
.text-color {
color: #A8AF07;
}
.border-color {
border: 2px solid #A8AF07;
}