#AFF892
A light, vivid green closely aligning with Palegreen.
About #AFF892
When working with digital screens, the color #AFF892 is rendered by mixing light. Its closest recognized web color is Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 248, and 146.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 29% cyan, 0% magenta, 41% yellow, and 3% 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 light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFF892
RGB175, 248, 146
HSL102.9°, 87.9%, 77.3%
CMYK29%, 0%, 41%, 3%
HSV102.9°, 41.1%, 97.3%
LAB90.9, -40.6, 41.9
XYZ56.4, 78.3, 39.3
Decimal11532434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.66:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF892;
}
.text-color {
color: #AFF892;
}
.border-color {
border: 2px solid #AFF892;
}