Shades of Elf Green #158B7E
Tints of Elf Green #158B7E
RGB
CMYK
RGB Variations
Color information
#158B7E (or 0x158B7E) is known color: Elf Green. HEX triplet: 15, 8B and 7E. RGB value is (21,139,126). Sum of RGB (Red+Green+Blue) = 21+139+126=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #158B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B7E is #EA7481. Grayscale: #666666. Windows color (decimal): -15365250 or 8293141. OLE color: 8293141.
HSL color Cylindrical-coordinate representation of color #158B7E: hue angle of 173.39º 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 #158B7E is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 126 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.45 |
| HSL | 173.39º | 0.74% | 0.31% | - |
| HSV(B) | 173.39º | 0.85% | 0.55% | - |
| XYZ | 13.31 | 20.13 | 22.92 | - |
| YUV | 102.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 126 | 0.85 | 0 | 0.09 | 0.45 | 173.39 | 0.74 | 0.31 |
| Hex | 15 | 8B | 7E | 55 | 0 | 9 | 2D | AD | 4A | 1F |
| Octal | 25 | 213 | 176 | 125 | 0 | 11 | 55 | 255 | 112 | 37 |
| Binary | 10101 | 10001011 | 1111110 | 1010101 | 0 | 1001 | 101101 | 10101101 | 1001010 | 11111 |
Color Harmonies of #158B7E
Complementary color
Monochromatic Colors of #158B7E
Black with #158B7E
Text Example
Text Example
White with #158B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B7E; }
p { color: rgb(21,139,126); }
H1.HeaderClassName
{
color: #158B7E;
}
.AnyTagClassName
{
color: #158B7E;
}
</style>
background-color css
<style>
a { background-color: #158B7E; }
a { background-color: rgb(21,139,126); }
div.DivClassName
{
background-color: #158B7E;
}
.BgClassName
{
background-color: #158B7E;
}
</style>
border-color css
<style>
span { border-color: #158B7E; }
span { border-color: rgb(21,139,126); }
td.TdClassName
{
border-color: #158B7E;
}
.TagClassName
{
border-color: #158B7E;
}
</style>