Shades of Elf Green #139970
Tints of Elf Green #139970
RGB
CMYK
RGB Variations
Color information
#139970 (or 0x139970) is known color: Elf Green. HEX triplet: 13, 99 and 70. RGB value is (19,153,112). Sum of RGB (Red+Green+Blue) = 19+153+112=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #139970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139970 is #EC668F. Grayscale: #6C6C6C. Windows color (decimal): -15492752 or 7379219. OLE color: 7379219.
HSL color Cylindrical-coordinate representation of color #139970: hue angle of 161.64º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139970 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 112 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.4 |
| HSL | 161.64º | 0.78% | 0.34% | - |
| HSV(B) | 161.64º | 0.88% | 0.6% | - |
| XYZ | 14.58 | 24.09 | 19.21 | - |
| YUV | 108.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 112 | 0.88 | 0 | 0.27 | 0.4 | 161.64 | 0.78 | 0.34 |
| Hex | 13 | 99 | 70 | 58 | 0 | 1B | 28 | A2 | 4E | 22 |
| Octal | 23 | 231 | 160 | 130 | 0 | 33 | 50 | 242 | 116 | 42 |
| Binary | 10011 | 10011001 | 1110000 | 1011000 | 0 | 11011 | 101000 | 10100010 | 1001110 | 100010 |
Color Harmonies of #139970
Complementary color
Monochromatic Colors of #139970
Black with #139970
Text Example
Text Example
White with #139970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139970; }
p { color: rgb(19,153,112); }
H1.HeaderClassName
{
color: #139970;
}
.AnyTagClassName
{
color: #139970;
}
</style>
background-color css
<style>
a { background-color: #139970; }
a { background-color: rgb(19,153,112); }
div.DivClassName
{
background-color: #139970;
}
.BgClassName
{
background-color: #139970;
}
</style>
border-color css
<style>
span { border-color: #139970; }
span { border-color: rgb(19,153,112); }
td.TdClassName
{
border-color: #139970;
}
.TagClassName
{
border-color: #139970;
}
</style>