Shades of Elf Green #158F60
Tints of Elf Green #158F60
RGB
CMYK
RGB Variations
Color information
#158F60 (or 0x158F60) is known color: Elf Green. HEX triplet: 15, 8F and 60. RGB value is (21,143,96). Sum of RGB (Red+Green+Blue) = 21+143+96=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #158F60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F60 is #EA709F. Grayscale: #656565. Windows color (decimal): -15364256 or 6328085. OLE color: 6328085.
HSL color Cylindrical-coordinate representation of color #158F60: hue angle of 156.89º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F60 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 96 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.44 |
| HSL | 156.89º | 0.74% | 0.32% | - |
| HSV(B) | 156.89º | 0.85% | 0.56% | - |
| XYZ | 12.24 | 20.65 | 14.41 | - |
| YUV | 101.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 96 | 0.85 | 0 | 0.33 | 0.44 | 156.89 | 0.74 | 0.32 |
| Hex | 15 | 8F | 60 | 55 | 0 | 21 | 2C | 9D | 4A | 20 |
| Octal | 25 | 217 | 140 | 125 | 0 | 41 | 54 | 235 | 112 | 40 |
| Binary | 10101 | 10001111 | 1100000 | 1010101 | 0 | 100001 | 101100 | 10011101 | 1001010 | 100000 |
Color Harmonies of #158F60
Complementary color
Monochromatic Colors of #158F60
Black with #158F60
Text Example
Text Example
White with #158F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F60; }
p { color: rgb(21,143,96); }
H1.HeaderClassName
{
color: #158F60;
}
.AnyTagClassName
{
color: #158F60;
}
</style>
background-color css
<style>
a { background-color: #158F60; }
a { background-color: rgb(21,143,96); }
div.DivClassName
{
background-color: #158F60;
}
.BgClassName
{
background-color: #158F60;
}
</style>
border-color css
<style>
span { border-color: #158F60; }
span { border-color: rgb(21,143,96); }
td.TdClassName
{
border-color: #158F60;
}
.TagClassName
{
border-color: #158F60;
}
</style>