#0F7C50
A dark, vivid green closely aligning with Seagreen.
About #0F7C50
When working with digital screens, the color #0F7C50 is rendered by mixing light. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 15 red, 124 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 35% Yellow, and 51% Black. The HSL representation is 155.8° hue, 78.4% saturation, and 27.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7C50
RGB15, 124, 80
HSL155.8°, 78.4%, 27.3%
CMYK88%, 0%, 35%, 51%
HSV155.8°, 87.9%, 48.6%
LAB45.8, -39.6, 16.1
XYZ8.9, 15.1, 10.0
Decimal1014864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.22:1
Text on #FFFFFF
AA
4.02:1
Text on #000000
AA Large
4.99:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C50;
}
.text-color {
color: #0F7C50;
}
.border-color {
border: 2px solid #0F7C50;
}