Shades of Elf Green #158870
Tints of Elf Green #158870
RGB
CMYK
RGB Variations
Color information
#158870 (or 0x158870) is known color: Elf Green. HEX triplet: 15, 88 and 70. RGB value is (21,136,112). Sum of RGB (Red+Green+Blue) = 21+136+112=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #158870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158870 is #EA778F. Grayscale: #626262. Windows color (decimal): -15366032 or 7374869. OLE color: 7374869.
HSL color Cylindrical-coordinate representation of color #158870: hue angle of 167.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158870 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 136 | 112 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.47 |
| HSL | 167.48º | 0.73% | 0.31% | - |
| HSV(B) | 167.48º | 0.85% | 0.53% | - |
| XYZ | 12.04 | 18.94 | 18.35 | - |
| YUV | 98.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 112 | 0.85 | 0 | 0.18 | 0.47 | 167.48 | 0.73 | 0.31 |
| Hex | 15 | 88 | 70 | 55 | 0 | 12 | 2F | A7 | 49 | 1F |
| Octal | 25 | 210 | 160 | 125 | 0 | 22 | 57 | 247 | 111 | 37 |
| Binary | 10101 | 10001000 | 1110000 | 1010101 | 0 | 10010 | 101111 | 10100111 | 1001001 | 11111 |
Color Harmonies of #158870
Complementary color
Monochromatic Colors of #158870
Black with #158870
Text Example
Text Example
White with #158870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158870; }
p { color: rgb(21,136,112); }
H1.HeaderClassName
{
color: #158870;
}
.AnyTagClassName
{
color: #158870;
}
</style>
background-color css
<style>
a { background-color: #158870; }
a { background-color: rgb(21,136,112); }
div.DivClassName
{
background-color: #158870;
}
.BgClassName
{
background-color: #158870;
}
</style>
border-color css
<style>
span { border-color: #158870; }
span { border-color: rgb(21,136,112); }
td.TdClassName
{
border-color: #158870;
}
.TagClassName
{
border-color: #158870;
}
</style>