#99FFA8
A very light, vivid green closely aligning with Palegreen.
About #99FFA8
At its core, #99FFA8 is a very light and vivid hue. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 255, and 168.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 40% cyan and 0% magenta inks. With a hue angle of 128.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99FFA8
RGB153, 255, 168
HSL128.8°, 100.0%, 80.0%
CMYK40%, 0%, 34%, 0%
HSV128.8°, 40.0%, 100.0%
LAB92.2, -47.2, 32.5
XYZ56.0, 81.1, 49.8
Decimal10092456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.22:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FFA8;
}
.text-color {
color: #99FFA8;
}
.border-color {
border: 2px solid #99FFA8;
}