#AFE224
A medium, vivid green closely aligning with Yellowgreen.
About #AFE224
When working with digital screens, the color #AFE224 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, 226, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 23% C, 0% M, 84% Y, and 11% K. The HSL representation is 76.1° hue, 76.6% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE224
RGB175, 226, 36
HSL76.1°, 76.6%, 51.4%
CMYK23%, 0%, 84%, 11%
HSV76.1°, 84.1%, 88.6%
LAB83.8, -39.8, 77.3
XYZ45.2, 63.6, 11.6
Decimal11526692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.73:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE224;
}
.text-color {
color: #AFE224;
}
.border-color {
border: 2px solid #AFE224;
}