Shades of Elf Green #139168
Tints of Elf Green #139168
RGB
CMYK
RGB Variations
Color information
#139168 (or 0x139168) is known color: Elf Green. HEX triplet: 13, 91 and 68. RGB value is (19,145,104). Sum of RGB (Red+Green+Blue) = 19+145+104=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #139168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139168 is #EC6E97. Grayscale: #666666. Windows color (decimal): -15494808 or 6852883. OLE color: 6852883.
HSL color Cylindrical-coordinate representation of color #139168: hue angle of 160.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139168 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 104 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.43 |
| HSL | 160.48º | 0.77% | 0.32% | - |
| HSV(B) | 160.48º | 0.87% | 0.57% | - |
| XYZ | 12.89 | 21.39 | 16.55 | - |
| YUV | 102.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 104 | 0.87 | 0 | 0.28 | 0.43 | 160.48 | 0.77 | 0.32 |
| Hex | 13 | 91 | 68 | 57 | 0 | 1C | 2B | A0 | 4D | 20 |
| Octal | 23 | 221 | 150 | 127 | 0 | 34 | 53 | 240 | 115 | 40 |
| Binary | 10011 | 10010001 | 1101000 | 1010111 | 0 | 11100 | 101011 | 10100000 | 1001101 | 100000 |
Color Harmonies of #139168
Complementary color
Monochromatic Colors of #139168
Black with #139168
Text Example
Text Example
White with #139168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139168; }
p { color: rgb(19,145,104); }
H1.HeaderClassName
{
color: #139168;
}
.AnyTagClassName
{
color: #139168;
}
</style>
background-color css
<style>
a { background-color: #139168; }
a { background-color: rgb(19,145,104); }
div.DivClassName
{
background-color: #139168;
}
.BgClassName
{
background-color: #139168;
}
</style>
border-color css
<style>
span { border-color: #139168; }
span { border-color: rgb(19,145,104); }
td.TdClassName
{
border-color: #139168;
}
.TagClassName
{
border-color: #139168;
}
</style>