#AFE23A
A medium, vivid green closely aligning with Yellowgreen.
About #AFE23A
Visually, #AFE23A is defined as a vivid green. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 226, and 58.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 23% cyan and 0% magenta inks. With a hue angle of 78.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFE23A
RGB175, 226, 58
HSL78.2°, 74.3%, 55.7%
CMYK23%, 0%, 74%, 11%
HSV78.2°, 74.3%, 88.6%
LAB83.9, -38.9, 71.4
XYZ45.6, 63.8, 13.9
Decimal11526714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE23A;
}
.text-color {
color: #AFE23A;
}
.border-color {
border: 2px solid #AFE23A;
}