Shades of Elf Green #158E74
Tints of Elf Green #158E74
RGB
CMYK
RGB Variations
Color information
#158E74 (or 0x158E74) is known color: Elf Green. HEX triplet: 15, 8E and 74. RGB value is (21,142,116). Sum of RGB (Red+Green+Blue) = 21+142+116=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #158E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E74 is #EA718B. Grayscale: #666666. Windows color (decimal): -15364492 or 7638549. OLE color: 7638549.
HSL color Cylindrical-coordinate representation of color #158E74: hue angle of 167.11º 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 #158E74 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 142 | 116 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.44 |
| HSL | 167.11º | 0.74% | 0.32% | - |
| HSV(B) | 167.11º | 0.85% | 0.56% | - |
| XYZ | 13.13 | 20.77 | 19.84 | - |
| YUV | 102.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 116 | 0.85 | 0 | 0.18 | 0.44 | 167.11 | 0.74 | 0.32 |
| Hex | 15 | 8E | 74 | 55 | 0 | 12 | 2C | A7 | 4A | 20 |
| Octal | 25 | 216 | 164 | 125 | 0 | 22 | 54 | 247 | 112 | 40 |
| Binary | 10101 | 10001110 | 1110100 | 1010101 | 0 | 10010 | 101100 | 10100111 | 1001010 | 100000 |
Color Harmonies of #158E74
Complementary color
Monochromatic Colors of #158E74
Black with #158E74
Text Example
Text Example
White with #158E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E74; }
p { color: rgb(21,142,116); }
H1.HeaderClassName
{
color: #158E74;
}
.AnyTagClassName
{
color: #158E74;
}
</style>
background-color css
<style>
a { background-color: #158E74; }
a { background-color: rgb(21,142,116); }
div.DivClassName
{
background-color: #158E74;
}
.BgClassName
{
background-color: #158E74;
}
</style>
border-color css
<style>
span { border-color: #158E74; }
span { border-color: rgb(21,142,116); }
td.TdClassName
{
border-color: #158E74;
}
.TagClassName
{
border-color: #158E74;
}
</style>