#AFF08A
A light, vivid green closely aligning with Lightgreen.
About #AFF08A
Visually, #AFF08A is defined as a vivid green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 240, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 0% magenta, 43% yellow, and 6% black. With a hue angle of 98.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFF08A
RGB175, 240, 138
HSL98.2°, 77.3%, 74.1%
CMYK27%, 0%, 43%, 6%
HSV98.2°, 42.5%, 94.1%
LAB88.6, -38.1, 42.8
XYZ53.4, 73.3, 35.4
Decimal11530378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF08A;
}
.text-color {
color: #AFF08A;
}
.border-color {
border: 2px solid #AFF08A;
}