Shades of Elf Green #158572
Tints of Elf Green #158572
RGB
CMYK
RGB Variations
Color information
#158572 (or 0x158572) is known color: Elf Green. HEX triplet: 15, 85 and 72. RGB value is (21,133,114). Sum of RGB (Red+Green+Blue) = 21+133+114=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #158572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158572 is #EA7A8D. Grayscale: #616161. Windows color (decimal): -15366798 or 7505173. OLE color: 7505173.
HSL color Cylindrical-coordinate representation of color #158572: hue angle of 169.82º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158572 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 114 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.48 |
| HSL | 169.82º | 0.73% | 0.3% | - |
| HSV(B) | 169.82º | 0.84% | 0.52% | - |
| XYZ | 11.73 | 18.15 | 18.8 | - |
| YUV | 97.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 114 | 0.84 | 0 | 0.14 | 0.48 | 169.82 | 0.73 | 0.3 |
| Hex | 15 | 85 | 72 | 54 | 0 | E | 30 | AA | 49 | 1E |
| Octal | 25 | 205 | 162 | 124 | 0 | 16 | 60 | 252 | 111 | 36 |
| Binary | 10101 | 10000101 | 1110010 | 1010100 | 0 | 1110 | 110000 | 10101010 | 1001001 | 11110 |
Color Harmonies of #158572
Complementary color
Monochromatic Colors of #158572
Black with #158572
Text Example
Text Example
White with #158572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158572; }
p { color: rgb(21,133,114); }
H1.HeaderClassName
{
color: #158572;
}
.AnyTagClassName
{
color: #158572;
}
</style>
background-color css
<style>
a { background-color: #158572; }
a { background-color: rgb(21,133,114); }
div.DivClassName
{
background-color: #158572;
}
.BgClassName
{
background-color: #158572;
}
</style>
border-color css
<style>
span { border-color: #158572; }
span { border-color: rgb(21,133,114); }
td.TdClassName
{
border-color: #158572;
}
.TagClassName
{
border-color: #158572;
}
</style>