Shades of Elf Green #13906E
Tints of Elf Green #13906E
RGB
CMYK
RGB Variations
Color information
#13906E (or 0x13906E) is known color: Elf Green. HEX triplet: 13, 90 and 6E. RGB value is (19,144,110). Sum of RGB (Red+Green+Blue) = 19+144+110=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #13906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13906E is #EC6F91. Grayscale: #666666. Windows color (decimal): -15495058 or 7245843. OLE color: 7245843.
HSL color Cylindrical-coordinate representation of color #13906E: hue angle of 163.68º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13906E is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 110 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.44 |
| HSL | 163.68º | 0.77% | 0.32% | - |
| HSV(B) | 163.68º | 0.87% | 0.56% | - |
| XYZ | 13.06 | 21.21 | 18.16 | - |
| YUV | 102.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 110 | 0.87 | 0 | 0.24 | 0.44 | 163.68 | 0.77 | 0.32 |
| Hex | 13 | 90 | 6E | 57 | 0 | 18 | 2C | A4 | 4D | 20 |
| Octal | 23 | 220 | 156 | 127 | 0 | 30 | 54 | 244 | 115 | 40 |
| Binary | 10011 | 10010000 | 1101110 | 1010111 | 0 | 11000 | 101100 | 10100100 | 1001101 | 100000 |
Color Harmonies of #13906E
Complementary color
Monochromatic Colors of #13906E
Black with #13906E
Text Example
Text Example
White with #13906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13906E; }
p { color: rgb(19,144,110); }
H1.HeaderClassName
{
color: #13906E;
}
.AnyTagClassName
{
color: #13906E;
}
</style>
background-color css
<style>
a { background-color: #13906E; }
a { background-color: rgb(19,144,110); }
div.DivClassName
{
background-color: #13906E;
}
.BgClassName
{
background-color: #13906E;
}
</style>
border-color css
<style>
span { border-color: #13906E; }
span { border-color: rgb(19,144,110); }
td.TdClassName
{
border-color: #13906E;
}
.TagClassName
{
border-color: #13906E;
}
</style>