#07A057
A dark, vivid green closely aligning with Mediumseagreen.
About #07A057
When working with digital screens, the color #07A057 is rendered by mixing light. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 7 red, 160 green, and 87 blue.
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, 46% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07A057
RGB7, 160, 87
HSL151.4°, 91.6%, 32.7%
CMYK96%, 0%, 46%, 37%
HSV151.4°, 95.6%, 62.7%
LAB57.9, -52.2, 28.3
XYZ14.4, 25.9, 13.3
Decimal499799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.17:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A057;
}
.text-color {
color: #07A057;
}
.border-color {
border: 2px solid #07A057;
}