#AFE999
A light, moderate green closely aligning with Lightgreen.
About #AFE999
Visually, #AFE999 is defined as a moderate green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 233, and 153.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 25% C, 0% M, 34% Y, and 9% K. The HSL representation is 103.5° hue, 64.5% saturation, and 75.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE999
RGB175, 233, 153
HSL103.5°, 64.5%, 75.7%
CMYK25%, 0%, 34%, 9%
HSV103.5°, 34.3%, 91.4%
LAB86.8, -32.9, 33.1
XYZ52.6, 69.7, 40.8
Decimal11528601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.94:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE999;
}
.text-color {
color: #AFE999;
}
.border-color {
border: 2px solid #AFE999;
}