Shades of Elf Green #158C6B
Tints of Elf Green #158C6B
RGB
CMYK
RGB Variations
Color information
#158C6B (or 0x158C6B) is known color: Elf Green. HEX triplet: 15, 8C and 6B. RGB value is (21,140,107). Sum of RGB (Red+Green+Blue) = 21+140+107=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #158C6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C6B is #EA7394. Grayscale: #646464. Windows color (decimal): -15365013 or 7048213. OLE color: 7048213.
HSL color Cylindrical-coordinate representation of color #158C6B: hue angle of 163.36º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C6B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 107 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.45 |
| HSL | 163.36º | 0.74% | 0.32% | - |
| HSV(B) | 163.36º | 0.85% | 0.55% | - |
| XYZ | 12.34 | 19.98 | 17.12 | - |
| YUV | 100.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 107 | 0.85 | 0 | 0.24 | 0.45 | 163.36 | 0.74 | 0.32 |
| Hex | 15 | 8C | 6B | 55 | 0 | 18 | 2D | A3 | 4A | 20 |
| Octal | 25 | 214 | 153 | 125 | 0 | 30 | 55 | 243 | 112 | 40 |
| Binary | 10101 | 10001100 | 1101011 | 1010101 | 0 | 11000 | 101101 | 10100011 | 1001010 | 100000 |
Color Harmonies of #158C6B
Complementary color
Monochromatic Colors of #158C6B
Black with #158C6B
Text Example
Text Example
White with #158C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C6B; }
p { color: rgb(21,140,107); }
H1.HeaderClassName
{
color: #158C6B;
}
.AnyTagClassName
{
color: #158C6B;
}
</style>
background-color css
<style>
a { background-color: #158C6B; }
a { background-color: rgb(21,140,107); }
div.DivClassName
{
background-color: #158C6B;
}
.BgClassName
{
background-color: #158C6B;
}
</style>
border-color css
<style>
span { border-color: #158C6B; }
span { border-color: rgb(21,140,107); }
td.TdClassName
{
border-color: #158C6B;
}
.TagClassName
{
border-color: #158C6B;
}
</style>