Shades of Elf Green #13966C
Tints of Elf Green #13966C
RGB
CMYK
RGB Variations
Color information
#13966C (or 0x13966C) is known color: Elf Green. HEX triplet: 13, 96 and 6C. RGB value is (19,150,108). Sum of RGB (Red+Green+Blue) = 19+150+108=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #13966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13966C is #EC6993. Grayscale: #6A6A6A. Windows color (decimal): -15493524 or 7116307. OLE color: 7116307.
HSL color Cylindrical-coordinate representation of color #13966C: hue angle of 160.76º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13966C is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 108 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.41 |
| HSL | 160.76º | 0.78% | 0.33% | - |
| HSV(B) | 160.76º | 0.87% | 0.59% | - |
| XYZ | 13.88 | 23.03 | 17.9 | - |
| YUV | 106.04 | 129.1 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 108 | 0.87 | 0 | 0.28 | 0.41 | 160.76 | 0.78 | 0.33 |
| Hex | 13 | 96 | 6C | 57 | 0 | 1C | 29 | A1 | 4E | 21 |
| Octal | 23 | 226 | 154 | 127 | 0 | 34 | 51 | 241 | 116 | 41 |
| Binary | 10011 | 10010110 | 1101100 | 1010111 | 0 | 11100 | 101001 | 10100001 | 1001110 | 100001 |
Color Harmonies of #13966C
Complementary color
Monochromatic Colors of #13966C
Black with #13966C
Text Example
Text Example
White with #13966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13966C; }
p { color: rgb(19,150,108); }
H1.HeaderClassName
{
color: #13966C;
}
.AnyTagClassName
{
color: #13966C;
}
</style>
background-color css
<style>
a { background-color: #13966C; }
a { background-color: rgb(19,150,108); }
div.DivClassName
{
background-color: #13966C;
}
.BgClassName
{
background-color: #13966C;
}
</style>
border-color css
<style>
span { border-color: #13966C; }
span { border-color: rgb(19,150,108); }
td.TdClassName
{
border-color: #13966C;
}
.TagClassName
{
border-color: #13966C;
}
</style>