#0F7C5F
A dark, vivid green closely aligning with Seagreen.
About #0F7C5F
At its core, #0F7C5F is a dark and vivid hue. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 124, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7C5F
RGB15, 124, 95
HSL164.0°, 78.4%, 27.3%
CMYK88%, 0%, 23%, 51%
HSV164.0°, 87.9%, 48.6%
LAB46.1, -35.9, 7.9
XYZ9.5, 15.3, 13.3
Decimal1014879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C5F;
}
.text-color {
color: #0F7C5F;
}
.border-color {
border: 2px solid #0F7C5F;
}