Shades of Elf Green #158B5C
Tints of Elf Green #158B5C
RGB
CMYK
RGB Variations
Color information
#158B5C (or 0x158B5C) is known color: Elf Green. HEX triplet: 15, 8B and 5C. RGB value is (21,139,92). Sum of RGB (Red+Green+Blue) = 21+139+92=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #158B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B5C is #EA74A3. Grayscale: #626262. Windows color (decimal): -15365284 or 6064917. OLE color: 6064917.
HSL color Cylindrical-coordinate representation of color #158B5C: hue angle of 156.1º 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 #158B5C is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 92 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.45 |
| HSL | 156.1º | 0.74% | 0.31% | - |
| HSV(B) | 156.1º | 0.85% | 0.55% | - |
| XYZ | 11.47 | 19.4 | 13.26 | - |
| YUV | 98.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 92 | 0.85 | 0 | 0.34 | 0.45 | 156.1 | 0.74 | 0.31 |
| Hex | 15 | 8B | 5C | 55 | 0 | 22 | 2D | 9C | 4A | 1F |
| Octal | 25 | 213 | 134 | 125 | 0 | 42 | 55 | 234 | 112 | 37 |
| Binary | 10101 | 10001011 | 1011100 | 1010101 | 0 | 100010 | 101101 | 10011100 | 1001010 | 11111 |
Color Harmonies of #158B5C
Complementary color
Monochromatic Colors of #158B5C
Black with #158B5C
Text Example
Text Example
White with #158B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B5C; }
p { color: rgb(21,139,92); }
H1.HeaderClassName
{
color: #158B5C;
}
.AnyTagClassName
{
color: #158B5C;
}
</style>
background-color css
<style>
a { background-color: #158B5C; }
a { background-color: rgb(21,139,92); }
div.DivClassName
{
background-color: #158B5C;
}
.BgClassName
{
background-color: #158B5C;
}
</style>
border-color css
<style>
span { border-color: #158B5C; }
span { border-color: rgb(21,139,92); }
td.TdClassName
{
border-color: #158B5C;
}
.TagClassName
{
border-color: #158B5C;
}
</style>