#99AF07
A dark, vivid yellow closely aligning with Yellowgreen.
About #99AF07
At its core, #99AF07 is a dark and vivid hue. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(153, 175, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 13% C, 0% M, 96% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#99AF07
RGB153, 175, 7
HSL67.9°, 92.3%, 35.7%
CMYK13%, 0%, 96%, 31%
HSV67.9°, 96.0%, 68.6%
LAB67.6, -25.7, 68.4
XYZ28.5, 37.4, 5.9
Decimal10071815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.49:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AF07;
}
.text-color {
color: #99AF07;
}
.border-color {
border: 2px solid #99AF07;
}