#AFE25F
A light, moderate green closely aligning with Yellowgreen.
About #AFE25F
At its core, #AFE25F is a light and moderate hue. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 226, 95).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 23% cyan, 0% magenta, 58% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE25F
RGB175, 226, 95
HSL83.4°, 69.3%, 62.9%
CMYK23%, 0%, 58%, 11%
HSV83.4°, 58.0%, 88.6%
LAB84.1, -36.4, 57.5
XYZ46.9, 64.3, 20.8
Decimal11526751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE25F;
}
.text-color {
color: #AFE25F;
}
.border-color {
border: 2px solid #AFE25F;
}