#AFF8A0
A very light, vivid green closely aligning with Lightgreen.
About #AFF8A0
The precise color #AFF8A0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(175, 248, 160).
For print applications, it's crucial to understand its CMYK makeup. The color uses 29% Cyan, 0% Magenta, 35% Yellow, and 3% 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFF8A0
RGB175, 248, 160
HSL109.8°, 86.3%, 80.0%
CMYK29%, 0%, 35%, 3%
HSV109.8°, 35.5%, 97.3%
LAB91.1, -38.7, 35.3
XYZ57.6, 78.8, 45.4
Decimal11532448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.76:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF8A0;
}
.text-color {
color: #AFF8A0;
}
.border-color {
border: 2px solid #AFF8A0;
}