Shades of Elf Green #158672
Tints of Elf Green #158672
RGB
CMYK
RGB Variations
Color information
#158672 (or 0x158672) is known color: Elf Green. HEX triplet: 15, 86 and 72. RGB value is (21,134,114). Sum of RGB (Red+Green+Blue) = 21+134+114=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #158672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158672 is #EA798D. Grayscale: #616161. Windows color (decimal): -15366542 or 7505429. OLE color: 7505429.
HSL color Cylindrical-coordinate representation of color #158672: hue angle of 169.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158672 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 134 | 114 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.47 |
| HSL | 169.38º | 0.73% | 0.3% | - |
| HSV(B) | 169.38º | 0.84% | 0.53% | - |
| XYZ | 11.87 | 18.42 | 18.85 | - |
| YUV | 97.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 114 | 0.84 | 0 | 0.15 | 0.47 | 169.38 | 0.73 | 0.3 |
| Hex | 15 | 86 | 72 | 54 | 0 | F | 2F | A9 | 49 | 1E |
| Octal | 25 | 206 | 162 | 124 | 0 | 17 | 57 | 251 | 111 | 36 |
| Binary | 10101 | 10000110 | 1110010 | 1010100 | 0 | 1111 | 101111 | 10101001 | 1001001 | 11110 |
Color Harmonies of #158672
Complementary color
Monochromatic Colors of #158672
Black with #158672
Text Example
Text Example
White with #158672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158672; }
p { color: rgb(21,134,114); }
H1.HeaderClassName
{
color: #158672;
}
.AnyTagClassName
{
color: #158672;
}
</style>
background-color css
<style>
a { background-color: #158672; }
a { background-color: rgb(21,134,114); }
div.DivClassName
{
background-color: #158672;
}
.BgClassName
{
background-color: #158672;
}
</style>
border-color css
<style>
span { border-color: #158672; }
span { border-color: rgb(21,134,114); }
td.TdClassName
{
border-color: #158672;
}
.TagClassName
{
border-color: #158672;
}
</style>