Shades of Elf Green #13996C
Tints of Elf Green #13996C
RGB
CMYK
RGB Variations
Color information
#13996C (or 0x13996C) is known color: Elf Green. HEX triplet: 13, 99 and 6C. RGB value is (19,153,108). Sum of RGB (Red+Green+Blue) = 19+153+108=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #13996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13996C is #EC6693. Grayscale: #6B6B6B. Windows color (decimal): -15492756 or 7117075. OLE color: 7117075.
HSL color Cylindrical-coordinate representation of color #13996C: hue angle of 159.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13996C is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 108 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.4 |
| HSL | 159.85º | 0.78% | 0.34% | - |
| HSV(B) | 159.85º | 0.88% | 0.6% | - |
| XYZ | 14.37 | 24 | 18.06 | - |
| YUV | 107.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 108 | 0.88 | 0 | 0.29 | 0.4 | 159.85 | 0.78 | 0.34 |
| Hex | 13 | 99 | 6C | 58 | 0 | 1D | 28 | A0 | 4E | 22 |
| Octal | 23 | 231 | 154 | 130 | 0 | 35 | 50 | 240 | 116 | 42 |
| Binary | 10011 | 10011001 | 1101100 | 1011000 | 0 | 11101 | 101000 | 10100000 | 1001110 | 100010 |
Color Harmonies of #13996C
Complementary color
Monochromatic Colors of #13996C
Black with #13996C
Text Example
Text Example
White with #13996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13996C; }
p { color: rgb(19,153,108); }
H1.HeaderClassName
{
color: #13996C;
}
.AnyTagClassName
{
color: #13996C;
}
</style>
background-color css
<style>
a { background-color: #13996C; }
a { background-color: rgb(19,153,108); }
div.DivClassName
{
background-color: #13996C;
}
.BgClassName
{
background-color: #13996C;
}
</style>
border-color css
<style>
span { border-color: #13996C; }
span { border-color: rgb(19,153,108); }
td.TdClassName
{
border-color: #13996C;
}
.TagClassName
{
border-color: #13996C;
}
</style>