Shades of Elf Green #139478
Tints of Elf Green #139478
RGB
CMYK
RGB Variations
Color information
#139478 (or 0x139478) is known color: Elf Green. HEX triplet: 13, 94 and 78. RGB value is (19,148,120). Sum of RGB (Red+Green+Blue) = 19+148+120=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #139478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139478 is #EC6B87. Grayscale: #6A6A6A. Windows color (decimal): -15494024 or 7902227. OLE color: 7902227.
HSL color Cylindrical-coordinate representation of color #139478: hue angle of 166.98º 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 #139478 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 120 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.42 |
| HSL | 166.98º | 0.77% | 0.33% | - |
| HSV(B) | 166.98º | 0.87% | 0.58% | - |
| XYZ | 14.25 | 22.67 | 21.39 | - |
| YUV | 106.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 120 | 0.87 | 0 | 0.19 | 0.42 | 166.98 | 0.77 | 0.33 |
| Hex | 13 | 94 | 78 | 57 | 0 | 13 | 2A | A7 | 4D | 21 |
| Octal | 23 | 224 | 170 | 127 | 0 | 23 | 52 | 247 | 115 | 41 |
| Binary | 10011 | 10010100 | 1111000 | 1010111 | 0 | 10011 | 101010 | 10100111 | 1001101 | 100001 |
Color Harmonies of #139478
Complementary color
Monochromatic Colors of #139478
Black with #139478
Text Example
Text Example
White with #139478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139478; }
p { color: rgb(19,148,120); }
H1.HeaderClassName
{
color: #139478;
}
.AnyTagClassName
{
color: #139478;
}
</style>
background-color css
<style>
a { background-color: #139478; }
a { background-color: rgb(19,148,120); }
div.DivClassName
{
background-color: #139478;
}
.BgClassName
{
background-color: #139478;
}
</style>
border-color css
<style>
span { border-color: #139478; }
span { border-color: rgb(19,148,120); }
td.TdClassName
{
border-color: #139478;
}
.TagClassName
{
border-color: #139478;
}
</style>