#A8F85F
A light, vivid green closely aligning with Yellowgreen.
About #A8F85F
The hex code #A8F85F represents a beautifully specific shade of green. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(168, 248, 95).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 32% cyan, 0% magenta, 62% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8F85F
RGB168, 248, 95
HSL91.4°, 91.6%, 67.3%
CMYK32%, 0%, 62%, 3%
HSV91.4°, 61.7%, 97.3%
LAB90.0, -48.5, 63.9
XYZ51.8, 76.3, 22.8
Decimal11073631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.26:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F85F;
}
.text-color {
color: #A8F85F;
}
.border-color {
border: 2px solid #A8F85F;
}