Shades of Elf Green #139673
Tints of Elf Green #139673
RGB
CMYK
RGB Variations
Color information
#139673 (or 0x139673) is known color: Elf Green. HEX triplet: 13, 96 and 73. RGB value is (19,150,115). Sum of RGB (Red+Green+Blue) = 19+150+115=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #139673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139673 is #EC698C. Grayscale: #6A6A6A. Windows color (decimal): -15493517 or 7575059. OLE color: 7575059.
HSL color Cylindrical-coordinate representation of color #139673: hue angle of 163.97º 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 #139673 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 115 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.41 |
| HSL | 163.97º | 0.78% | 0.33% | - |
| HSV(B) | 163.97º | 0.87% | 0.59% | - |
| XYZ | 14.27 | 23.19 | 19.94 | - |
| YUV | 106.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 115 | 0.87 | 0 | 0.23 | 0.41 | 163.97 | 0.78 | 0.33 |
| Hex | 13 | 96 | 73 | 57 | 0 | 17 | 29 | A4 | 4E | 21 |
| Octal | 23 | 226 | 163 | 127 | 0 | 27 | 51 | 244 | 116 | 41 |
| Binary | 10011 | 10010110 | 1110011 | 1010111 | 0 | 10111 | 101001 | 10100100 | 1001110 | 100001 |
Color Harmonies of #139673
Complementary color
Monochromatic Colors of #139673
Black with #139673
Text Example
Text Example
White with #139673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139673; }
p { color: rgb(19,150,115); }
H1.HeaderClassName
{
color: #139673;
}
.AnyTagClassName
{
color: #139673;
}
</style>
background-color css
<style>
a { background-color: #139673; }
a { background-color: rgb(19,150,115); }
div.DivClassName
{
background-color: #139673;
}
.BgClassName
{
background-color: #139673;
}
</style>
border-color css
<style>
span { border-color: #139673; }
span { border-color: rgb(19,150,115); }
td.TdClassName
{
border-color: #139673;
}
.TagClassName
{
border-color: #139673;
}
</style>