Shades of Elf Green #199476
Tints of Elf Green #199476
RGB
CMYK
RGB Variations
Color information
#199476 (or 0x199476) is known color: Elf Green. HEX triplet: 19, 94 and 76. RGB value is (25,148,118). Sum of RGB (Red+Green+Blue) = 25+148+118=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #199476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199476 is #E66B89. Grayscale: #6B6B6B. Windows color (decimal): -15100810 or 7771161. OLE color: 7771161.
HSL color Cylindrical-coordinate representation of color #199476: hue angle of 165.37º 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 #199476 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 118 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.42 |
| HSL | 165.37º | 0.71% | 0.34% | - |
| HSV(B) | 165.37º | 0.83% | 0.58% | - |
| XYZ | 14.26 | 22.69 | 20.77 | - |
| YUV | 107.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 118 | 0.83 | 0 | 0.20 | 0.42 | 165.37 | 0.71 | 0.34 |
| Hex | 19 | 94 | 76 | 53 | 0 | 14 | 2A | A5 | 47 | 22 |
| Octal | 31 | 224 | 166 | 123 | 0 | 24 | 52 | 245 | 107 | 42 |
| Binary | 11001 | 10010100 | 1110110 | 1010011 | 0 | 10100 | 101010 | 10100101 | 1000111 | 100010 |
Color Harmonies of #199476
Complementary color
Monochromatic Colors of #199476
Black with #199476
Text Example
Text Example
White with #199476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199476; }
p { color: rgb(25,148,118); }
H1.HeaderClassName
{
color: #199476;
}
.AnyTagClassName
{
color: #199476;
}
</style>
background-color css
<style>
a { background-color: #199476; }
a { background-color: rgb(25,148,118); }
div.DivClassName
{
background-color: #199476;
}
.BgClassName
{
background-color: #199476;
}
</style>
border-color css
<style>
span { border-color: #199476; }
span { border-color: rgb(25,148,118); }
td.TdClassName
{
border-color: #199476;
}
.TagClassName
{
border-color: #199476;
}
</style>