#AFE966
A light, vivid green closely aligning with Yellowgreen.
About #AFE966
When working with digital screens, the color #AFE966 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 233, 102).
Translating this color to physical media requires the CMYK color model. The color uses 25% Cyan, 0% Magenta, 56% Yellow, and 9% Black. The HSL representation is 86.6° hue, 74.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFE966
RGB175, 233, 102
HSL86.6°, 74.9%, 65.7%
CMYK25%, 0%, 56%, 9%
HSV86.6°, 56.2%, 91.4%
LAB86.2, -38.9, 56.8
XYZ49.2, 68.4, 23.2
Decimal11528550
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.67:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE966;
}
.text-color {
color: #AFE966;
}
.border-color {
border: 2px solid #AFE966;
}