#AFE22C
A medium, vivid green closely aligning with Yellowgreen.
About #AFE22C
At its core, #AFE22C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 226, 44).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 23% C, 0% M, 81% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
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#AFE22C
RGB175, 226, 44
HSL76.8°, 75.8%, 52.9%
CMYK23%, 0%, 81%, 11%
HSV76.8°, 80.5%, 88.6%
LAB83.8, -39.5, 75.4
XYZ45.3, 63.7, 12.3
Decimal11526700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE22C;
}
.text-color {
color: #AFE22C;
}
.border-color {
border: 2px solid #AFE22C;
}