Shades of Elf Green #199478
Tints of Elf Green #199478
RGB
CMYK
RGB Variations
Color information
#199478 (or 0x199478) is known color: Elf Green. HEX triplet: 19, 94 and 78. RGB value is (25,148,120). Sum of RGB (Red+Green+Blue) = 25+148+120=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #199478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199478 is #E66B87. Grayscale: #6C6C6C. Windows color (decimal): -15100808 or 7902233. OLE color: 7902233.
HSL color Cylindrical-coordinate representation of color #199478: hue angle of 166.34º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199478 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 120 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.42 |
| HSL | 166.34º | 0.71% | 0.34% | - |
| HSV(B) | 166.34º | 0.83% | 0.58% | - |
| XYZ | 14.38 | 22.74 | 21.4 | - |
| YUV | 108.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 120 | 0.83 | 0 | 0.19 | 0.42 | 166.34 | 0.71 | 0.34 |
| Hex | 19 | 94 | 78 | 53 | 0 | 13 | 2A | A6 | 47 | 22 |
| Octal | 31 | 224 | 170 | 123 | 0 | 23 | 52 | 246 | 107 | 42 |
| Binary | 11001 | 10010100 | 1111000 | 1010011 | 0 | 10011 | 101010 | 10100110 | 1000111 | 100010 |
Color Harmonies of #199478
Complementary color
Monochromatic Colors of #199478
Black with #199478
Text Example
Text Example
White with #199478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199478; }
p { color: rgb(25,148,120); }
H1.HeaderClassName
{
color: #199478;
}
.AnyTagClassName
{
color: #199478;
}
</style>
background-color css
<style>
a { background-color: #199478; }
a { background-color: rgb(25,148,120); }
div.DivClassName
{
background-color: #199478;
}
.BgClassName
{
background-color: #199478;
}
</style>
border-color css
<style>
span { border-color: #199478; }
span { border-color: rgb(25,148,120); }
td.TdClassName
{
border-color: #199478;
}
.TagClassName
{
border-color: #199478;
}
</style>