Shades of Elf Green #199C76
Tints of Elf Green #199C76
RGB
CMYK
RGB Variations
Color information
#199C76 (or 0x199C76) is known color: Elf Green. HEX triplet: 19, 9C and 76. RGB value is (25,156,118). Sum of RGB (Red+Green+Blue) = 25+156+118=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #199C76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C76 is #E66389. Grayscale: #707070. Windows color (decimal): -15098762 or 7773209. OLE color: 7773209.
HSL color Cylindrical-coordinate representation of color #199C76: hue angle of 162.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C76 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 118 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.39 |
| HSL | 162.6º | 0.72% | 0.35% | - |
| HSV(B) | 162.6º | 0.84% | 0.61% | - |
| XYZ | 15.56 | 25.29 | 21.2 | - |
| YUV | 112.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 118 | 0.84 | 0 | 0.24 | 0.39 | 162.6 | 0.72 | 0.35 |
| Hex | 19 | 9C | 76 | 54 | 0 | 18 | 27 | A3 | 48 | 23 |
| Octal | 31 | 234 | 166 | 124 | 0 | 30 | 47 | 243 | 110 | 43 |
| Binary | 11001 | 10011100 | 1110110 | 1010100 | 0 | 11000 | 100111 | 10100011 | 1001000 | 100011 |
Color Harmonies of #199C76
Complementary color
Monochromatic Colors of #199C76
Black with #199C76
Text Example
Text Example
White with #199C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C76; }
p { color: rgb(25,156,118); }
H1.HeaderClassName
{
color: #199C76;
}
.AnyTagClassName
{
color: #199C76;
}
</style>
background-color css
<style>
a { background-color: #199C76; }
a { background-color: rgb(25,156,118); }
div.DivClassName
{
background-color: #199C76;
}
.BgClassName
{
background-color: #199C76;
}
</style>
border-color css
<style>
span { border-color: #199C76; }
span { border-color: rgb(25,156,118); }
td.TdClassName
{
border-color: #199C76;
}
.TagClassName
{
border-color: #199C76;
}
</style>