#AFE249
A medium, vivid green closely aligning with Yellowgreen.
About #AFE249
The hex code #AFE249 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 226, 73).
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, 68% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#AFE249
RGB175, 226, 73
HSL80.0°, 72.5%, 58.6%
CMYK23%, 0%, 68%, 11%
HSV80.0°, 67.7%, 88.6%
LAB84.0, -38.1, 66.3
XYZ46.1, 64.0, 16.2
Decimal11526729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE249;
}
.text-color {
color: #AFE249;
}
.border-color {
border: 2px solid #AFE249;
}