#AFFFA0
A very light, vivid green closely aligning with Palegreen.
About #AFFFA0
The precise color #AFFFA0 is an excellent choice for modern design projects. Its closest recognized web color is Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 255, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 31% Cyan, 0% Magenta, 37% Yellow, and 0% 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. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFFFA0
RGB175, 255, 160
HSL110.5°, 100.0%, 81.4%
CMYK31%, 0%, 37%, 0%
HSV110.5°, 37.3%, 100.0%
LAB93.1, -41.8, 37.8
XYZ59.8, 83.2, 46.2
Decimal11534240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.63:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFFA0;
}
.text-color {
color: #AFFFA0;
}
.border-color {
border: 2px solid #AFFFA0;
}