#AFBD1D
A medium, vivid yellow closely aligning with Yellowgreen.
About #AFBD1D
When working with digital screens, the color #AFBD1D is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(175, 189, 29).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 7% C, 0% M, 85% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFBD1D
RGB175, 189, 29
HSL65.2°, 73.4%, 42.7%
CMYK7%, 0%, 85%, 26%
HSV65.2°, 84.7%, 74.1%
LAB73.3, -22.8, 70.0
XYZ36.1, 45.6, 8.1
Decimal11517213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.12:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD1D;
}
.text-color {
color: #AFBD1D;
}
.border-color {
border: 2px solid #AFBD1D;
}