#8AFF0F
A medium, vivid green closely aligning with Chartreuse.
About #8AFF0F
At its core, #8AFF0F is a medium and vivid hue. It is closely associated with the named CSS color Chartreuse. In the RGB color space, it consists of 138 red, 255 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#8AFF0F
RGB138, 255, 15
HSL89.2°, 100.0%, 52.9%
CMYK46%, 0%, 94%, 0%
HSV89.2°, 94.1%, 100.0%
LAB90.3, -64.7, 85.1
XYZ46.3, 77.0, 12.9
Decimal9109263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.39:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF0F;
}
.text-color {
color: #8AFF0F;
}
.border-color {
border: 2px solid #8AFF0F;
}