#AFF88A
A light, vivid green closely aligning with Palegreen.
About #AFF88A
At its core, #AFF88A is a light and vivid hue. Designers often compare it to the standard color Palegreen. In the RGB color space, it consists of 175 red, 248 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 29% cyan, 0% magenta, 44% yellow, and 3% black. With a hue angle of 99.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFF88A
RGB175, 248, 138
HSL99.8°, 88.7%, 75.7%
CMYK29%, 0%, 44%, 3%
HSV99.8°, 44.4%, 97.3%
LAB90.8, -41.7, 45.7
XYZ55.8, 78.1, 36.2
Decimal11532426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.62:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF88A;
}
.text-color {
color: #AFF88A;
}
.border-color {
border: 2px solid #AFF88A;
}