#07A86D
A dark, vivid green closely aligning with Mediumseagreen.
About #07A86D
The hex code #07A86D represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(7, 168, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 96% cyan, 0% magenta, 35% yellow, and 34% black. The HSL representation is 158.0° hue, 92.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07A86D
RGB7, 168, 109
HSL158.0°, 92.0%, 34.3%
CMYK96%, 0%, 35%, 34%
HSV158.0°, 95.8%, 65.9%
LAB60.9, -50.7, 20.4
XYZ16.9, 29.2, 19.2
Decimal501869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.83:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A86D;
}
.text-color {
color: #07A86D;
}
.border-color {
border: 2px solid #07A86D;
}