#0F8357
A dark, vivid green closely aligning with Seagreen.
About #0F8357
The hex code #0F8357 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(15, 131, 87).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. The HSL representation is 157.2° hue, 79.5% saturation, and 28.6% lightness.
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#0F8357
RGB15, 131, 87
HSL157.2°, 79.5%, 28.6%
CMYK89%, 0%, 34%, 49%
HSV157.2°, 88.5%, 51.4%
LAB48.3, -40.8, 15.6
XYZ10.0, 17.0, 11.8
Decimal1016663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8357;
}
.text-color {
color: #0F8357;
}
.border-color {
border: 2px solid #0F8357;
}