Shades of Elf Green #199A64
Tints of Elf Green #199A64
RGB
CMYK
RGB Variations
Color information
#199A64 (or 0x199A64) is known color: Elf Green. HEX triplet: 19, 9A and 64. RGB value is (25,154,100). Sum of RGB (Red+Green+Blue) = 25+154+100=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #199A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199A64 is #E6659B. Grayscale: #6D6D6D. Windows color (decimal): -15099292 or 6593049. OLE color: 6593049.
HSL color Cylindrical-coordinate representation of color #199A64: hue angle of 154.88º 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 #199A64 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 100 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.40 |
| HSL | 154.88º | 0.72% | 0.35% | - |
| HSV(B) | 154.88º | 0.84% | 0.6% | - |
| XYZ | 14.26 | 24.24 | 15.98 | - |
| YUV | 109.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 100 | 0.84 | 0 | 0.35 | 0.40 | 154.88 | 0.72 | 0.35 |
| Hex | 19 | 9A | 64 | 54 | 0 | 23 | 28 | 9B | 48 | 23 |
| Octal | 31 | 232 | 144 | 124 | 0 | 43 | 50 | 233 | 110 | 43 |
| Binary | 11001 | 10011010 | 1100100 | 1010100 | 0 | 100011 | 101000 | 10011011 | 1001000 | 100011 |
Color Harmonies of #199A64
Complementary color
Monochromatic Colors of #199A64
Black with #199A64
Text Example
Text Example
White with #199A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A64; }
p { color: rgb(25,154,100); }
H1.HeaderClassName
{
color: #199A64;
}
.AnyTagClassName
{
color: #199A64;
}
</style>
background-color css
<style>
a { background-color: #199A64; }
a { background-color: rgb(25,154,100); }
div.DivClassName
{
background-color: #199A64;
}
.BgClassName
{
background-color: #199A64;
}
</style>
border-color css
<style>
span { border-color: #199A64; }
span { border-color: rgb(25,154,100); }
td.TdClassName
{
border-color: #199A64;
}
.TagClassName
{
border-color: #199A64;
}
</style>