#8AF007
A medium, vivid green closely aligning with Greenyellow.
About #8AF007
Visually, #8AF007 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 138 parts red, 240 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 0% Magenta, 97% Yellow, and 6% Black. The HSL representation is 86.3° hue, 94.3% saturation, and 48.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AF007
RGB138, 240, 7
HSL86.3°, 94.3%, 48.4%
CMYK43%, 0%, 97%, 6%
HSV86.3°, 97.1%, 94.1%
LAB85.9, -59.3, 82.3
XYZ41.7, 67.7, 11.1
Decimal9105415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.55:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF007;
}
.text-color {
color: #8AF007;
}
.border-color {
border: 2px solid #8AF007;
}