Shades of Elf Green #158B5D
Tints of Elf Green #158B5D
RGB
CMYK
RGB Variations
Color information
#158B5D (or 0x158B5D) is known color: Elf Green. HEX triplet: 15, 8B and 5D. RGB value is (21,139,93). Sum of RGB (Red+Green+Blue) = 21+139+93=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #158B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B5D is #EA74A2. Grayscale: #626262. Windows color (decimal): -15365283 or 6130453. OLE color: 6130453.
HSL color Cylindrical-coordinate representation of color #158B5D: hue angle of 156.61º 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 #158B5D is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 93 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.45 |
| HSL | 156.61º | 0.74% | 0.31% | - |
| HSV(B) | 156.61º | 0.85% | 0.55% | - |
| XYZ | 11.52 | 19.41 | 13.5 | - |
| YUV | 98.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 93 | 0.85 | 0 | 0.33 | 0.45 | 156.61 | 0.74 | 0.31 |
| Hex | 15 | 8B | 5D | 55 | 0 | 21 | 2D | 9D | 4A | 1F |
| Octal | 25 | 213 | 135 | 125 | 0 | 41 | 55 | 235 | 112 | 37 |
| Binary | 10101 | 10001011 | 1011101 | 1010101 | 0 | 100001 | 101101 | 10011101 | 1001010 | 11111 |
Color Harmonies of #158B5D
Complementary color
Monochromatic Colors of #158B5D
Black with #158B5D
Text Example
Text Example
White with #158B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B5D; }
p { color: rgb(21,139,93); }
H1.HeaderClassName
{
color: #158B5D;
}
.AnyTagClassName
{
color: #158B5D;
}
</style>
background-color css
<style>
a { background-color: #158B5D; }
a { background-color: rgb(21,139,93); }
div.DivClassName
{
background-color: #158B5D;
}
.BgClassName
{
background-color: #158B5D;
}
</style>
border-color css
<style>
span { border-color: #158B5D; }
span { border-color: rgb(21,139,93); }
td.TdClassName
{
border-color: #158B5D;
}
.TagClassName
{
border-color: #158B5D;
}
</style>