Shades of Elf Green #159A6B
Tints of Elf Green #159A6B
RGB
CMYK
RGB Variations
Color information
#159A6B (or 0x159A6B) is known color: Elf Green. HEX triplet: 15, 9A and 6B. RGB value is (21,154,107). Sum of RGB (Red+Green+Blue) = 21+154+107=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #159A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159A6B is #EA6594. Grayscale: #6C6C6C. Windows color (decimal): -15361429 or 7051797. OLE color: 7051797.
HSL color Cylindrical-coordinate representation of color #159A6B: hue angle of 158.8º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A6B is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 154 | 107 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.40 |
| HSL | 158.8º | 0.76% | 0.34% | - |
| HSV(B) | 158.8º | 0.86% | 0.6% | - |
| XYZ | 14.52 | 24.33 | 17.84 | - |
| YUV | 108.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 107 | 0.86 | 0 | 0.31 | 0.40 | 158.8 | 0.76 | 0.34 |
| Hex | 15 | 9A | 6B | 56 | 0 | 1F | 28 | 9F | 4C | 22 |
| Octal | 25 | 232 | 153 | 126 | 0 | 37 | 50 | 237 | 114 | 42 |
| Binary | 10101 | 10011010 | 1101011 | 1010110 | 0 | 11111 | 101000 | 10011111 | 1001100 | 100010 |
Color Harmonies of #159A6B
Complementary color
Monochromatic Colors of #159A6B
Black with #159A6B
Text Example
Text Example
White with #159A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159A6B; }
p { color: rgb(21,154,107); }
H1.HeaderClassName
{
color: #159A6B;
}
.AnyTagClassName
{
color: #159A6B;
}
</style>
background-color css
<style>
a { background-color: #159A6B; }
a { background-color: rgb(21,154,107); }
div.DivClassName
{
background-color: #159A6B;
}
.BgClassName
{
background-color: #159A6B;
}
</style>
border-color css
<style>
span { border-color: #159A6B; }
span { border-color: rgb(21,154,107); }
td.TdClassName
{
border-color: #159A6B;
}
.TagClassName
{
border-color: #159A6B;
}
</style>