Shades of Elf Green #139575
Tints of Elf Green #139575
RGB
CMYK
RGB Variations
Color information
#139575 (or 0x139575) is known color: Elf Green. HEX triplet: 13, 95 and 75. RGB value is (19,149,117). Sum of RGB (Red+Green+Blue) = 19+149+117=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #139575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139575 is #EC6A8A. Grayscale: #6A6A6A. Windows color (decimal): -15493771 or 7705875. OLE color: 7705875.
HSL color Cylindrical-coordinate representation of color #139575: hue angle of 165.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139575 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 117 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.42 |
| HSL | 165.23º | 0.77% | 0.33% | - |
| HSV(B) | 165.23º | 0.87% | 0.58% | - |
| XYZ | 14.23 | 22.92 | 20.5 | - |
| YUV | 106.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 117 | 0.87 | 0 | 0.21 | 0.42 | 165.23 | 0.77 | 0.33 |
| Hex | 13 | 95 | 75 | 57 | 0 | 15 | 2A | A5 | 4D | 21 |
| Octal | 23 | 225 | 165 | 127 | 0 | 25 | 52 | 245 | 115 | 41 |
| Binary | 10011 | 10010101 | 1110101 | 1010111 | 0 | 10101 | 101010 | 10100101 | 1001101 | 100001 |
Color Harmonies of #139575
Complementary color
Monochromatic Colors of #139575
Black with #139575
Text Example
Text Example
White with #139575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139575; }
p { color: rgb(19,149,117); }
H1.HeaderClassName
{
color: #139575;
}
.AnyTagClassName
{
color: #139575;
}
</style>
background-color css
<style>
a { background-color: #139575; }
a { background-color: rgb(19,149,117); }
div.DivClassName
{
background-color: #139575;
}
.BgClassName
{
background-color: #139575;
}
</style>
border-color css
<style>
span { border-color: #139575; }
span { border-color: rgb(19,149,117); }
td.TdClassName
{
border-color: #139575;
}
.TagClassName
{
border-color: #139575;
}
</style>