Shades of Elf Green #199378
Tints of Elf Green #199378
RGB
CMYK
RGB Variations
Color information
#199378 (or 0x199378) is known color: Elf Green. HEX triplet: 19, 93 and 78. RGB value is (25,147,120). Sum of RGB (Red+Green+Blue) = 25+147+120=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #199378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199378 is #E66C87. Grayscale: #6B6B6B. Windows color (decimal): -15101064 or 7901977. OLE color: 7901977.
HSL color Cylindrical-coordinate representation of color #199378: hue angle of 166.72º 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 #199378 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 120 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.42 |
| HSL | 166.72º | 0.71% | 0.34% | - |
| HSV(B) | 166.72º | 0.83% | 0.58% | - |
| XYZ | 14.22 | 22.43 | 21.35 | - |
| YUV | 107.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 120 | 0.83 | 0 | 0.18 | 0.42 | 166.72 | 0.71 | 0.34 |
| Hex | 19 | 93 | 78 | 53 | 0 | 12 | 2A | A7 | 47 | 22 |
| Octal | 31 | 223 | 170 | 123 | 0 | 22 | 52 | 247 | 107 | 42 |
| Binary | 11001 | 10010011 | 1111000 | 1010011 | 0 | 10010 | 101010 | 10100111 | 1000111 | 100010 |
Color Harmonies of #199378
Complementary color
Monochromatic Colors of #199378
Black with #199378
Text Example
Text Example
White with #199378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199378; }
p { color: rgb(25,147,120); }
H1.HeaderClassName
{
color: #199378;
}
.AnyTagClassName
{
color: #199378;
}
</style>
background-color css
<style>
a { background-color: #199378; }
a { background-color: rgb(25,147,120); }
div.DivClassName
{
background-color: #199378;
}
.BgClassName
{
background-color: #199378;
}
</style>
border-color css
<style>
span { border-color: #199378; }
span { border-color: rgb(25,147,120); }
td.TdClassName
{
border-color: #199378;
}
.TagClassName
{
border-color: #199378;
}
</style>