Shades of Elf Green #13986E
Tints of Elf Green #13986E
RGB
CMYK
RGB Variations
Color information
#13986E (or 0x13986E) is known color: Elf Green. HEX triplet: 13, 98 and 6E. RGB value is (19,152,110). Sum of RGB (Red+Green+Blue) = 19+152+110=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #13986E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13986E is #EC6791. Grayscale: #6B6B6B. Windows color (decimal): -15493010 or 7247891. OLE color: 7247891.
HSL color Cylindrical-coordinate representation of color #13986E: hue angle of 161.05º 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 #13986E is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 110 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.40 |
| HSL | 161.05º | 0.78% | 0.34% | - |
| HSV(B) | 161.05º | 0.88% | 0.6% | - |
| XYZ | 14.31 | 23.72 | 18.58 | - |
| YUV | 107.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 110 | 0.87 | 0 | 0.28 | 0.40 | 161.05 | 0.78 | 0.34 |
| Hex | 13 | 98 | 6E | 57 | 0 | 1C | 28 | A1 | 4E | 22 |
| Octal | 23 | 230 | 156 | 127 | 0 | 34 | 50 | 241 | 116 | 42 |
| Binary | 10011 | 10011000 | 1101110 | 1010111 | 0 | 11100 | 101000 | 10100001 | 1001110 | 100010 |
Color Harmonies of #13986E
Complementary color
Monochromatic Colors of #13986E
Black with #13986E
Text Example
Text Example
White with #13986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13986E; }
p { color: rgb(19,152,110); }
H1.HeaderClassName
{
color: #13986E;
}
.AnyTagClassName
{
color: #13986E;
}
</style>
background-color css
<style>
a { background-color: #13986E; }
a { background-color: rgb(19,152,110); }
div.DivClassName
{
background-color: #13986E;
}
.BgClassName
{
background-color: #13986E;
}
</style>
border-color css
<style>
span { border-color: #13986E; }
span { border-color: rgb(19,152,110); }
td.TdClassName
{
border-color: #13986E;
}
.TagClassName
{
border-color: #13986E;
}
</style>