#AFFF92
A light, vivid green closely aligning with Palegreen.
About #AFFF92
At its core, #AFFF92 is a light and vivid hue. Its closest recognized web color is Palegreen. In the RGB color space, it consists of 175 red, 255 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 31% cyan, 0% magenta, 43% yellow, and 0% black. With a hue angle of 104.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#AFFF92
RGB175, 255, 146
HSL104.0°, 100.0%, 78.6%
CMYK31%, 0%, 43%, 0%
HSV104.0°, 42.7%, 100.0%
LAB92.9, -43.7, 44.4
XYZ58.6, 82.7, 40.1
Decimal11534226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.54:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF92;
}
.text-color {
color: #AFFF92;
}
.border-color {
border: 2px solid #AFFF92;
}