Shades of Elf Green #139064
Tints of Elf Green #139064
RGB
CMYK
RGB Variations
Color information
#139064 (or 0x139064) is known color: Elf Green. HEX triplet: 13, 90 and 64. RGB value is (19,144,100). Sum of RGB (Red+Green+Blue) = 19+144+100=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #139064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139064 is #EC6F9B. Grayscale: #656565. Windows color (decimal): -15495068 or 6590483. OLE color: 6590483.
HSL color Cylindrical-coordinate representation of color #139064: hue angle of 158.88º 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 #139064 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 100 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.44 |
| HSL | 158.88º | 0.77% | 0.32% | - |
| HSV(B) | 158.88º | 0.87% | 0.56% | - |
| XYZ | 12.54 | 21.01 | 15.45 | - |
| YUV | 101.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 100 | 0.87 | 0 | 0.31 | 0.44 | 158.88 | 0.77 | 0.32 |
| Hex | 13 | 90 | 64 | 57 | 0 | 1F | 2C | 9F | 4D | 20 |
| Octal | 23 | 220 | 144 | 127 | 0 | 37 | 54 | 237 | 115 | 40 |
| Binary | 10011 | 10010000 | 1100100 | 1010111 | 0 | 11111 | 101100 | 10011111 | 1001101 | 100000 |
Color Harmonies of #139064
Complementary color
Monochromatic Colors of #139064
Black with #139064
Text Example
Text Example
White with #139064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139064; }
p { color: rgb(19,144,100); }
H1.HeaderClassName
{
color: #139064;
}
.AnyTagClassName
{
color: #139064;
}
</style>
background-color css
<style>
a { background-color: #139064; }
a { background-color: rgb(19,144,100); }
div.DivClassName
{
background-color: #139064;
}
.BgClassName
{
background-color: #139064;
}
</style>
border-color css
<style>
span { border-color: #139064; }
span { border-color: rgb(19,144,100); }
td.TdClassName
{
border-color: #139064;
}
.TagClassName
{
border-color: #139064;
}
</style>