#07A850
A dark, vivid green closely aligning with Mediumseagreen.
About #07A850
At its core, #07A850 is a dark and vivid hue. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(7, 168, 80).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 96% C, 0% M, 52% Y, and 34% K. 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 dark 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#07A850
RGB7, 168, 80
HSL147.2°, 92.0%, 34.3%
CMYK96%, 0%, 52%, 34%
HSV147.2°, 95.8%, 65.9%
LAB60.5, -56.1, 35.1
XYZ15.5, 28.6, 12.3
Decimal501840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A850;
}
.text-color {
color: #07A850;
}
.border-color {
border: 2px solid #07A850;
}