Shades of Elf Green #158C64
Tints of Elf Green #158C64
RGB
CMYK
RGB Variations
Color information
#158C64 (or 0x158C64) is known color: Elf Green. HEX triplet: 15, 8C and 64. RGB value is (21,140,100). Sum of RGB (Red+Green+Blue) = 21+140+100=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #158C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C64 is #EA739B. Grayscale: #636363. Windows color (decimal): -15365020 or 6589461. OLE color: 6589461.
HSL color Cylindrical-coordinate representation of color #158C64: hue angle of 159.83º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C64 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 100 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.45 |
| HSL | 159.83º | 0.74% | 0.32% | - |
| HSV(B) | 159.83º | 0.85% | 0.55% | - |
| XYZ | 11.99 | 19.84 | 15.25 | - |
| YUV | 99.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 100 | 0.85 | 0 | 0.29 | 0.45 | 159.83 | 0.74 | 0.32 |
| Hex | 15 | 8C | 64 | 55 | 0 | 1D | 2D | A0 | 4A | 20 |
| Octal | 25 | 214 | 144 | 125 | 0 | 35 | 55 | 240 | 112 | 40 |
| Binary | 10101 | 10001100 | 1100100 | 1010101 | 0 | 11101 | 101101 | 10100000 | 1001010 | 100000 |
Color Harmonies of #158C64
Complementary color
Monochromatic Colors of #158C64
Black with #158C64
Text Example
Text Example
White with #158C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C64; }
p { color: rgb(21,140,100); }
H1.HeaderClassName
{
color: #158C64;
}
.AnyTagClassName
{
color: #158C64;
}
</style>
background-color css
<style>
a { background-color: #158C64; }
a { background-color: rgb(21,140,100); }
div.DivClassName
{
background-color: #158C64;
}
.BgClassName
{
background-color: #158C64;
}
</style>
border-color css
<style>
span { border-color: #158C64; }
span { border-color: rgb(21,140,100); }
td.TdClassName
{
border-color: #158C64;
}
.TagClassName
{
border-color: #158C64;
}
</style>