#8ACC07
A medium, vivid green closely aligning with Yellowgreen.
About #8ACC07
Visually, #8ACC07 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 138 parts red, 204 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 32% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8ACC07
RGB138, 204, 7
HSL80.1°, 93.4%, 41.4%
CMYK32%, 0%, 97%, 20%
HSV80.1°, 96.6%, 80.0%
LAB75.2, -44.9, 73.9
XYZ32.1, 48.6, 7.9
Decimal9096199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.72:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC07;
}
.text-color {
color: #8ACC07;
}
.border-color {
border: 2px solid #8ACC07;
}