Shades of Elf Green #139676
Tints of Elf Green #139676
RGB
CMYK
RGB Variations
Color information
#139676 (or 0x139676) is known color: Elf Green. HEX triplet: 13, 96 and 76. RGB value is (19,150,118). Sum of RGB (Red+Green+Blue) = 19+150+118=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #139676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139676 is #EC6989. Grayscale: #6B6B6B. Windows color (decimal): -15493514 or 7771667. OLE color: 7771667.
HSL color Cylindrical-coordinate representation of color #139676: hue angle of 165.34º 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 #139676 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 118 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.41 |
| HSL | 165.34º | 0.78% | 0.33% | - |
| HSV(B) | 165.34º | 0.87% | 0.59% | - |
| XYZ | 14.44 | 23.26 | 20.87 | - |
| YUV | 107.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 118 | 0.87 | 0 | 0.21 | 0.41 | 165.34 | 0.78 | 0.33 |
| Hex | 13 | 96 | 76 | 57 | 0 | 15 | 29 | A5 | 4E | 21 |
| Octal | 23 | 226 | 166 | 127 | 0 | 25 | 51 | 245 | 116 | 41 |
| Binary | 10011 | 10010110 | 1110110 | 1010111 | 0 | 10101 | 101001 | 10100101 | 1001110 | 100001 |
Color Harmonies of #139676
Complementary color
Monochromatic Colors of #139676
Black with #139676
Text Example
Text Example
White with #139676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139676; }
p { color: rgb(19,150,118); }
H1.HeaderClassName
{
color: #139676;
}
.AnyTagClassName
{
color: #139676;
}
</style>
background-color css
<style>
a { background-color: #139676; }
a { background-color: rgb(19,150,118); }
div.DivClassName
{
background-color: #139676;
}
.BgClassName
{
background-color: #139676;
}
</style>
border-color css
<style>
span { border-color: #139676; }
span { border-color: rgb(19,150,118); }
td.TdClassName
{
border-color: #139676;
}
.TagClassName
{
border-color: #139676;
}
</style>