Shades of Elf Green #199666
Tints of Elf Green #199666
RGB
CMYK
RGB Variations
Color information
#199666 (or 0x199666) is known color: Elf Green. HEX triplet: 19, 96 and 66. RGB value is (25,150,102). Sum of RGB (Red+Green+Blue) = 25+150+102=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #199666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199666 is #E66999. Grayscale: #6B6B6B. Windows color (decimal): -15100314 or 6723097. OLE color: 6723097.
HSL color Cylindrical-coordinate representation of color #199666: hue angle of 156.96º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199666 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 102 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.41 |
| HSL | 156.96º | 0.71% | 0.34% | - |
| HSV(B) | 156.96º | 0.83% | 0.59% | - |
| XYZ | 13.71 | 22.98 | 16.28 | - |
| YUV | 107.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 102 | 0.83 | 0 | 0.32 | 0.41 | 156.96 | 0.71 | 0.34 |
| Hex | 19 | 96 | 66 | 53 | 0 | 20 | 29 | 9D | 47 | 22 |
| Octal | 31 | 226 | 146 | 123 | 0 | 40 | 51 | 235 | 107 | 42 |
| Binary | 11001 | 10010110 | 1100110 | 1010011 | 0 | 100000 | 101001 | 10011101 | 1000111 | 100010 |
Color Harmonies of #199666
Complementary color
Monochromatic Colors of #199666
Black with #199666
Text Example
Text Example
White with #199666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199666; }
p { color: rgb(25,150,102); }
H1.HeaderClassName
{
color: #199666;
}
.AnyTagClassName
{
color: #199666;
}
</style>
background-color css
<style>
a { background-color: #199666; }
a { background-color: rgb(25,150,102); }
div.DivClassName
{
background-color: #199666;
}
.BgClassName
{
background-color: #199666;
}
</style>
border-color css
<style>
span { border-color: #199666; }
span { border-color: rgb(25,150,102); }
td.TdClassName
{
border-color: #199666;
}
.TagClassName
{
border-color: #199666;
}
</style>