#0F8A49
A dark, vivid green closely aligning with Seagreen.
About #0F8A49
At its core, #0F8A49 is a dark and vivid hue. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(15, 138, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 89% cyan, 0% magenta, 47% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#0F8A49
RGB15, 138, 73
HSL148.3°, 80.4%, 30.0%
CMYK89%, 0%, 47%, 46%
HSV148.3°, 89.1%, 54.1%
LAB50.4, -46.4, 26.2
XYZ10.5, 18.8, 9.4
Decimal1018441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A49;
}
.text-color {
color: #0F8A49;
}
.border-color {
border: 2px solid #0F8A49;
}