Shades of Elf Green #158D72
Tints of Elf Green #158D72
RGB
CMYK
RGB Variations
Color information
#158D72 (or 0x158D72) is known color: Elf Green. HEX triplet: 15, 8D and 72. RGB value is (21,141,114). Sum of RGB (Red+Green+Blue) = 21+141+114=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #158D72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D72 is #EA728D. Grayscale: #666666. Windows color (decimal): -15364750 or 7507221. OLE color: 7507221.
HSL color Cylindrical-coordinate representation of color #158D72: hue angle of 166.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158D72 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 141 | 114 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.45 |
| HSL | 166.5º | 0.74% | 0.32% | - |
| HSV(B) | 166.5º | 0.85% | 0.55% | - |
| XYZ | 12.87 | 20.42 | 19.18 | - |
| YUV | 102.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 114 | 0.85 | 0 | 0.19 | 0.45 | 166.5 | 0.74 | 0.32 |
| Hex | 15 | 8D | 72 | 55 | 0 | 13 | 2D | A6 | 4A | 20 |
| Octal | 25 | 215 | 162 | 125 | 0 | 23 | 55 | 246 | 112 | 40 |
| Binary | 10101 | 10001101 | 1110010 | 1010101 | 0 | 10011 | 101101 | 10100110 | 1001010 | 100000 |
Color Harmonies of #158D72
Complementary color
Monochromatic Colors of #158D72
Black with #158D72
Text Example
Text Example
White with #158D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158D72; }
p { color: rgb(21,141,114); }
H1.HeaderClassName
{
color: #158D72;
}
.AnyTagClassName
{
color: #158D72;
}
</style>
background-color css
<style>
a { background-color: #158D72; }
a { background-color: rgb(21,141,114); }
div.DivClassName
{
background-color: #158D72;
}
.BgClassName
{
background-color: #158D72;
}
</style>
border-color css
<style>
span { border-color: #158D72; }
span { border-color: rgb(21,141,114); }
td.TdClassName
{
border-color: #158D72;
}
.TagClassName
{
border-color: #158D72;
}
</style>