#AFE95F
A light, vivid green closely aligning with Yellowgreen.
About #AFE95F
Visually, #AFE95F is defined as a vivid green. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 175 red, 233 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 25% Cyan, 0% Magenta, 59% Yellow, and 9% Black. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFE95F
RGB175, 233, 95
HSL85.2°, 75.8%, 64.3%
CMYK25%, 0%, 59%, 9%
HSV85.2°, 59.2%, 91.4%
LAB86.1, -39.6, 59.7
XYZ48.9, 68.2, 21.4
Decimal11528543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE95F;
}
.text-color {
color: #AFE95F;
}
.border-color {
border: 2px solid #AFE95F;
}