Shades of Elf Green #139574
Tints of Elf Green #139574
RGB
CMYK
RGB Variations
Color information
#139574 (or 0x139574) is known color: Elf Green. HEX triplet: 13, 95 and 74. RGB value is (19,149,116). Sum of RGB (Red+Green+Blue) = 19+149+116=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #139574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139574 is #EC6A8B. Grayscale: #6A6A6A. Windows color (decimal): -15493772 or 7640339. OLE color: 7640339.
HSL color Cylindrical-coordinate representation of color #139574: hue angle of 164.77º 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 #139574 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 116 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.42 |
| HSL | 164.77º | 0.77% | 0.33% | - |
| HSV(B) | 164.77º | 0.87% | 0.58% | - |
| XYZ | 14.17 | 22.89 | 20.2 | - |
| YUV | 106.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 116 | 0.87 | 0 | 0.22 | 0.42 | 164.77 | 0.77 | 0.33 |
| Hex | 13 | 95 | 74 | 57 | 0 | 16 | 2A | A5 | 4D | 21 |
| Octal | 23 | 225 | 164 | 127 | 0 | 26 | 52 | 245 | 115 | 41 |
| Binary | 10011 | 10010101 | 1110100 | 1010111 | 0 | 10110 | 101010 | 10100101 | 1001101 | 100001 |
Color Harmonies of #139574
Complementary color
Monochromatic Colors of #139574
Black with #139574
Text Example
Text Example
White with #139574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139574; }
p { color: rgb(19,149,116); }
H1.HeaderClassName
{
color: #139574;
}
.AnyTagClassName
{
color: #139574;
}
</style>
background-color css
<style>
a { background-color: #139574; }
a { background-color: rgb(19,149,116); }
div.DivClassName
{
background-color: #139574;
}
.BgClassName
{
background-color: #139574;
}
</style>
border-color css
<style>
span { border-color: #139574; }
span { border-color: rgb(19,149,116); }
td.TdClassName
{
border-color: #139574;
}
.TagClassName
{
border-color: #139574;
}
</style>