Shades of Elf Green #158C5D
Tints of Elf Green #158C5D
RGB
CMYK
RGB Variations
Color information
#158C5D (or 0x158C5D) is known color: Elf Green. HEX triplet: 15, 8C and 5D. RGB value is (21,140,93). Sum of RGB (Red+Green+Blue) = 21+140+93=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 140 (55.08% from 255 or 55.12% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 140 - color contains mainly: green. Hex color #158C5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C5D is #EA73A2. Grayscale: #636363. Windows color (decimal): -15365027 or 6130709. OLE color: 6130709.
HSL color Cylindrical-coordinate representation of color #158C5D: hue angle of 156.3º 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 #158C5D is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 93 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.45 |
| HSL | 156.3º | 0.74% | 0.32% | - |
| HSV(B) | 156.3º | 0.85% | 0.55% | - |
| XYZ | 11.66 | 19.71 | 13.54 | - |
| YUV | 99.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 93 | 0.85 | 0 | 0.34 | 0.45 | 156.3 | 0.74 | 0.32 |
| Hex | 15 | 8C | 5D | 55 | 0 | 22 | 2D | 9C | 4A | 20 |
| Octal | 25 | 214 | 135 | 125 | 0 | 42 | 55 | 234 | 112 | 40 |
| Binary | 10101 | 10001100 | 1011101 | 1010101 | 0 | 100010 | 101101 | 10011100 | 1001010 | 100000 |
Color Harmonies of #158C5D
Complementary color
Monochromatic Colors of #158C5D
Black with #158C5D
Text Example
Text Example
White with #158C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C5D; }
p { color: rgb(21,140,93); }
H1.HeaderClassName
{
color: #158C5D;
}
.AnyTagClassName
{
color: #158C5D;
}
</style>
background-color css
<style>
a { background-color: #158C5D; }
a { background-color: rgb(21,140,93); }
div.DivClassName
{
background-color: #158C5D;
}
.BgClassName
{
background-color: #158C5D;
}
</style>
border-color css
<style>
span { border-color: #158C5D; }
span { border-color: rgb(21,140,93); }
td.TdClassName
{
border-color: #158C5D;
}
.TagClassName
{
border-color: #158C5D;
}
</style>