Shades of Elf Green #158B5B
Tints of Elf Green #158B5B
RGB
CMYK
RGB Variations
Color information
#158B5B (or 0x158B5B) is known color: Elf Green. HEX triplet: 15, 8B and 5B. RGB value is (21,139,91). Sum of RGB (Red+Green+Blue) = 21+139+91=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #158B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B5B is #EA74A4. Grayscale: #626262. Windows color (decimal): -15365285 or 5999381. OLE color: 5999381.
HSL color Cylindrical-coordinate representation of color #158B5B: hue angle of 155.59º 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 #158B5B is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 91 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.45 |
| HSL | 155.59º | 0.74% | 0.31% | - |
| HSV(B) | 155.59º | 0.85% | 0.55% | - |
| XYZ | 11.43 | 19.38 | 13.04 | - |
| YUV | 98.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 91 | 0.85 | 0 | 0.35 | 0.45 | 155.59 | 0.74 | 0.31 |
| Hex | 15 | 8B | 5B | 55 | 0 | 23 | 2D | 9C | 4A | 1F |
| Octal | 25 | 213 | 133 | 125 | 0 | 43 | 55 | 234 | 112 | 37 |
| Binary | 10101 | 10001011 | 1011011 | 1010101 | 0 | 100011 | 101101 | 10011100 | 1001010 | 11111 |
Color Harmonies of #158B5B
Complementary color
Monochromatic Colors of #158B5B
Black with #158B5B
Text Example
Text Example
White with #158B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B5B; }
p { color: rgb(21,139,91); }
H1.HeaderClassName
{
color: #158B5B;
}
.AnyTagClassName
{
color: #158B5B;
}
</style>
background-color css
<style>
a { background-color: #158B5B; }
a { background-color: rgb(21,139,91); }
div.DivClassName
{
background-color: #158B5B;
}
.BgClassName
{
background-color: #158B5B;
}
</style>
border-color css
<style>
span { border-color: #158B5B; }
span { border-color: rgb(21,139,91); }
td.TdClassName
{
border-color: #158B5B;
}
.TagClassName
{
border-color: #158B5B;
}
</style>