Shades of Elf Green #158D5E
Tints of Elf Green #158D5E
RGB
CMYK
RGB Variations
Color information
#158D5E (or 0x158D5E) is known color: Elf Green. HEX triplet: 15, 8D and 5E. RGB value is (21,141,94). Sum of RGB (Red+Green+Blue) = 21+141+94=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #158D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D5E is #EA72A1. Grayscale: #636363. Windows color (decimal): -15364770 or 6196501. OLE color: 6196501.
HSL color Cylindrical-coordinate representation of color #158D5E: hue angle of 156.5º 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 #158D5E is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 141 | 94 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.45 |
| HSL | 156.5º | 0.74% | 0.32% | - |
| HSV(B) | 156.5º | 0.85% | 0.55% | - |
| XYZ | 11.85 | 20.02 | 13.83 | - |
| YUV | 99.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 94 | 0.85 | 0 | 0.33 | 0.45 | 156.5 | 0.74 | 0.32 |
| Hex | 15 | 8D | 5E | 55 | 0 | 21 | 2D | 9C | 4A | 20 |
| Octal | 25 | 215 | 136 | 125 | 0 | 41 | 55 | 234 | 112 | 40 |
| Binary | 10101 | 10001101 | 1011110 | 1010101 | 0 | 100001 | 101101 | 10011100 | 1001010 | 100000 |
Color Harmonies of #158D5E
Complementary color
Monochromatic Colors of #158D5E
Black with #158D5E
Text Example
Text Example
White with #158D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158D5E; }
p { color: rgb(21,141,94); }
H1.HeaderClassName
{
color: #158D5E;
}
.AnyTagClassName
{
color: #158D5E;
}
</style>
background-color css
<style>
a { background-color: #158D5E; }
a { background-color: rgb(21,141,94); }
div.DivClassName
{
background-color: #158D5E;
}
.BgClassName
{
background-color: #158D5E;
}
</style>
border-color css
<style>
span { border-color: #158D5E; }
span { border-color: rgb(21,141,94); }
td.TdClassName
{
border-color: #158D5E;
}
.TagClassName
{
border-color: #158D5E;
}
</style>