#AFF85F
A light, vivid green closely aligning with Yellowgreen.
About #AFF85F
At its core, #AFF85F is a light and vivid hue. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 248, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 29% Cyan, 0% Magenta, 62% Yellow, and 3% Black. With a hue angle of 88.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#AFF85F
RGB175, 248, 95
HSL88.6°, 91.6%, 67.3%
CMYK29%, 0%, 62%, 3%
HSV88.6°, 61.7%, 97.3%
LAB90.4, -46.1, 64.4
XYZ53.3, 77.1, 22.9
Decimal11532383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.41:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF85F;
}
.text-color {
color: #AFF85F;
}
.border-color {
border: 2px solid #AFF85F;
}