#AFCC0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #AFCC0F
The hex code #AFCC0F represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 175 red, 204 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFCC0F
RGB175, 204, 15
HSL69.2°, 86.3%, 42.9%
CMYK14%, 0%, 93%, 20%
HSV69.2°, 92.6%, 80.0%
LAB77.5, -30.3, 75.8
XYZ39.4, 52.3, 8.5
Decimal11521039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.47:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC0F;
}
.text-color {
color: #AFCC0F;
}
.border-color {
border: 2px solid #AFCC0F;
}