#8AF842
A light, vivid green closely aligning with Greenyellow.
About #8AF842
At its core, #8AF842 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 248, and 66.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 44% cyan, 0% magenta, 73% yellow, and 3% black. With a hue angle of 96.3 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AF842
RGB138, 248, 66
HSL96.3°, 92.9%, 61.6%
CMYK44%, 0%, 73%, 3%
HSV96.3°, 73.4%, 97.3%
LAB88.4, -60.3, 72.6
XYZ45.0, 72.9, 16.9
Decimal9107522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.59:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF842;
}
.text-color {
color: #8AF842;
}
.border-color {
border: 2px solid #8AF842;
}