Shades of Elf Green #158B71
Tints of Elf Green #158B71
RGB
CMYK
RGB Variations
Color information
#158B71 (or 0x158B71) is known color: Elf Green. HEX triplet: 15, 8B and 71. RGB value is (21,139,113). Sum of RGB (Red+Green+Blue) = 21+139+113=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #158B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B71 is #EA748E. Grayscale: #646464. Windows color (decimal): -15365263 or 7441173. OLE color: 7441173.
HSL color Cylindrical-coordinate representation of color #158B71: hue angle of 166.78º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B71 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 113 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.45 |
| HSL | 166.78º | 0.74% | 0.31% | - |
| HSV(B) | 166.78º | 0.85% | 0.55% | - |
| XYZ | 12.52 | 19.82 | 18.79 | - |
| YUV | 100.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 113 | 0.85 | 0 | 0.19 | 0.45 | 166.78 | 0.74 | 0.31 |
| Hex | 15 | 8B | 71 | 55 | 0 | 13 | 2D | A7 | 4A | 1F |
| Octal | 25 | 213 | 161 | 125 | 0 | 23 | 55 | 247 | 112 | 37 |
| Binary | 10101 | 10001011 | 1110001 | 1010101 | 0 | 10011 | 101101 | 10100111 | 1001010 | 11111 |
Color Harmonies of #158B71
Complementary color
Monochromatic Colors of #158B71
Black with #158B71
Text Example
Text Example
White with #158B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B71; }
p { color: rgb(21,139,113); }
H1.HeaderClassName
{
color: #158B71;
}
.AnyTagClassName
{
color: #158B71;
}
</style>
background-color css
<style>
a { background-color: #158B71; }
a { background-color: rgb(21,139,113); }
div.DivClassName
{
background-color: #158B71;
}
.BgClassName
{
background-color: #158B71;
}
</style>
border-color css
<style>
span { border-color: #158B71; }
span { border-color: rgb(21,139,113); }
td.TdClassName
{
border-color: #158B71;
}
.TagClassName
{
border-color: #158B71;
}
</style>