Shades of Elf Green #158E7E
Tints of Elf Green #158E7E
RGB
CMYK
RGB Variations
Color information
#158E7E (or 0x158E7E) is known color: Elf Green. HEX triplet: 15, 8E and 7E. RGB value is (21,142,126). Sum of RGB (Red+Green+Blue) = 21+142+126=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #158E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E7E is #EA7181. Grayscale: #676767. Windows color (decimal): -15364482 or 8293909. OLE color: 8293909.
HSL color Cylindrical-coordinate representation of color #158E7E: hue angle of 172.07º 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 #158E7E is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 142 | 126 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.44 |
| HSL | 172.07º | 0.74% | 0.32% | - |
| HSV(B) | 172.07º | 0.85% | 0.56% | - |
| XYZ | 13.75 | 21.01 | 23.07 | - |
| YUV | 104 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 126 | 0.85 | 0 | 0.11 | 0.44 | 172.07 | 0.74 | 0.32 |
| Hex | 15 | 8E | 7E | 55 | 0 | B | 2C | AC | 4A | 20 |
| Octal | 25 | 216 | 176 | 125 | 0 | 13 | 54 | 254 | 112 | 40 |
| Binary | 10101 | 10001110 | 1111110 | 1010101 | 0 | 1011 | 101100 | 10101100 | 1001010 | 100000 |
Color Harmonies of #158E7E
Complementary color
Monochromatic Colors of #158E7E
Black with #158E7E
Text Example
Text Example
White with #158E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E7E; }
p { color: rgb(21,142,126); }
H1.HeaderClassName
{
color: #158E7E;
}
.AnyTagClassName
{
color: #158E7E;
}
</style>
background-color css
<style>
a { background-color: #158E7E; }
a { background-color: rgb(21,142,126); }
div.DivClassName
{
background-color: #158E7E;
}
.BgClassName
{
background-color: #158E7E;
}
</style>
border-color css
<style>
span { border-color: #158E7E; }
span { border-color: rgb(21,142,126); }
td.TdClassName
{
border-color: #158E7E;
}
.TagClassName
{
border-color: #158E7E;
}
</style>