#AFE950
A light, vivid green closely aligning with Yellowgreen.
About #AFE950
Visually, #AFE950 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 233, 80).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 25% cyan and 0% magenta inks. The HSL representation is 82.7° hue, 77.7% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFE950
RGB175, 233, 80
HSL82.7°, 77.7%, 61.4%
CMYK25%, 0%, 66%, 9%
HSV82.7°, 65.7%, 91.4%
LAB86.0, -40.7, 65.7
XYZ48.3, 68.0, 18.2
Decimal11528528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE950;
}
.text-color {
color: #AFE950;
}
.border-color {
border: 2px solid #AFE950;
}