Shades of Elf Green #199A76
Tints of Elf Green #199A76
RGB
CMYK
RGB Variations
Color information
#199A76 (or 0x199A76) is known color: Elf Green. HEX triplet: 19, 9A and 76. RGB value is (25,154,118). Sum of RGB (Red+Green+Blue) = 25+154+118=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #199A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199A76 is #E66589. Grayscale: #6F6F6F. Windows color (decimal): -15099274 or 7772697. OLE color: 7772697.
HSL color Cylindrical-coordinate representation of color #199A76: hue angle of 163.26º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199A76 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 118 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.40 |
| HSL | 163.26º | 0.72% | 0.35% | - |
| HSV(B) | 163.26º | 0.84% | 0.6% | - |
| XYZ | 15.23 | 24.63 | 21.09 | - |
| YUV | 111.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 118 | 0.84 | 0 | 0.23 | 0.40 | 163.26 | 0.72 | 0.35 |
| Hex | 19 | 9A | 76 | 54 | 0 | 17 | 28 | A3 | 48 | 23 |
| Octal | 31 | 232 | 166 | 124 | 0 | 27 | 50 | 243 | 110 | 43 |
| Binary | 11001 | 10011010 | 1110110 | 1010100 | 0 | 10111 | 101000 | 10100011 | 1001000 | 100011 |
Color Harmonies of #199A76
Complementary color
Monochromatic Colors of #199A76
Black with #199A76
Text Example
Text Example
White with #199A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A76; }
p { color: rgb(25,154,118); }
H1.HeaderClassName
{
color: #199A76;
}
.AnyTagClassName
{
color: #199A76;
}
</style>
background-color css
<style>
a { background-color: #199A76; }
a { background-color: rgb(25,154,118); }
div.DivClassName
{
background-color: #199A76;
}
.BgClassName
{
background-color: #199A76;
}
</style>
border-color css
<style>
span { border-color: #199A76; }
span { border-color: rgb(25,154,118); }
td.TdClassName
{
border-color: #199A76;
}
.TagClassName
{
border-color: #199A76;
}
</style>