Shades of Elf Green #139662
Tints of Elf Green #139662
RGB
CMYK
RGB Variations
Color information
#139662 (or 0x139662) is known color: Elf Green. HEX triplet: 13, 96 and 62. RGB value is (19,150,98). Sum of RGB (Red+Green+Blue) = 19+150+98=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #139662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139662 is #EC699D. Grayscale: #686868. Windows color (decimal): -15493534 or 6460947. OLE color: 6460947.
HSL color Cylindrical-coordinate representation of color #139662: hue angle of 156.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139662 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 98 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.41 |
| HSL | 156.18º | 0.78% | 0.33% | - |
| HSV(B) | 156.18º | 0.87% | 0.59% | - |
| XYZ | 13.38 | 22.83 | 15.26 | - |
| YUV | 104.9 | 124.1 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 98 | 0.87 | 0 | 0.35 | 0.41 | 156.18 | 0.78 | 0.33 |
| Hex | 13 | 96 | 62 | 57 | 0 | 23 | 29 | 9C | 4E | 21 |
| Octal | 23 | 226 | 142 | 127 | 0 | 43 | 51 | 234 | 116 | 41 |
| Binary | 10011 | 10010110 | 1100010 | 1010111 | 0 | 100011 | 101001 | 10011100 | 1001110 | 100001 |
Color Harmonies of #139662
Complementary color
Monochromatic Colors of #139662
Black with #139662
Text Example
Text Example
White with #139662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139662; }
p { color: rgb(19,150,98); }
H1.HeaderClassName
{
color: #139662;
}
.AnyTagClassName
{
color: #139662;
}
</style>
background-color css
<style>
a { background-color: #139662; }
a { background-color: rgb(19,150,98); }
div.DivClassName
{
background-color: #139662;
}
.BgClassName
{
background-color: #139662;
}
</style>
border-color css
<style>
span { border-color: #139662; }
span { border-color: rgb(19,150,98); }
td.TdClassName
{
border-color: #139662;
}
.TagClassName
{
border-color: #139662;
}
</style>