#078A0F
A dark, vivid green closely aligning with Green.
About #078A0F
At its core, #078A0F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Green. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 138, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 95% C, 0% M, 89% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#078A0F
RGB7, 138, 15
HSL123.7°, 90.3%, 28.4%
CMYK95%, 0%, 89%, 46%
HSV123.7°, 94.9%, 54.1%
LAB49.8, -53.6, 49.9
XYZ9.3, 18.3, 3.5
Decimal494095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078A0F;
}
.text-color {
color: #078A0F;
}
.border-color {
border: 2px solid #078A0F;
}