#AFFFE9
A very light, vivid green closely aligning with Paleturquoise.
About #AFFFE9
At its core, #AFFFE9 is a very light and vivid hue. It is closely associated with the named CSS color Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 255, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 31% C, 0% M, 9% Y, and 0% K. With a hue angle of 163.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#AFFFE9
RGB175, 255, 233
HSL163.5°, 100.0%, 84.3%
CMYK31%, 0%, 9%, 0%
HSV163.5°, 31.4%, 100.0%
LAB94.5, -28.9, 2.7
XYZ68.1, 86.5, 90.2
Decimal11534313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.30:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFFE9;
}
.text-color {
color: #AFFFE9;
}
.border-color {
border: 2px solid #AFFFE9;
}