Shades of Elf Green #139165
Tints of Elf Green #139165
RGB
CMYK
RGB Variations
Color information
#139165 (or 0x139165) is known color: Elf Green. HEX triplet: 13, 91 and 65. RGB value is (19,145,101). Sum of RGB (Red+Green+Blue) = 19+145+101=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #139165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139165 is #EC6E9A. Grayscale: #666666. Windows color (decimal): -15494811 or 6656275. OLE color: 6656275.
HSL color Cylindrical-coordinate representation of color #139165: hue angle of 159.05º 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 #139165 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 101 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.43 |
| HSL | 159.05º | 0.77% | 0.32% | - |
| HSV(B) | 159.05º | 0.87% | 0.57% | - |
| XYZ | 12.74 | 21.33 | 15.76 | - |
| YUV | 102.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 101 | 0.87 | 0 | 0.30 | 0.43 | 159.05 | 0.77 | 0.32 |
| Hex | 13 | 91 | 65 | 57 | 0 | 1E | 2B | 9F | 4D | 20 |
| Octal | 23 | 221 | 145 | 127 | 0 | 36 | 53 | 237 | 115 | 40 |
| Binary | 10011 | 10010001 | 1100101 | 1010111 | 0 | 11110 | 101011 | 10011111 | 1001101 | 100000 |
Color Harmonies of #139165
Complementary color
Monochromatic Colors of #139165
Black with #139165
Text Example
Text Example
White with #139165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139165; }
p { color: rgb(19,145,101); }
H1.HeaderClassName
{
color: #139165;
}
.AnyTagClassName
{
color: #139165;
}
</style>
background-color css
<style>
a { background-color: #139165; }
a { background-color: rgb(19,145,101); }
div.DivClassName
{
background-color: #139165;
}
.BgClassName
{
background-color: #139165;
}
</style>
border-color css
<style>
span { border-color: #139165; }
span { border-color: rgb(19,145,101); }
td.TdClassName
{
border-color: #139165;
}
.TagClassName
{
border-color: #139165;
}
</style>