Shades of Elf Green #199462
Tints of Elf Green #199462
RGB
CMYK
RGB Variations
Color information
#199462 (or 0x199462) is known color: Elf Green. HEX triplet: 19, 94 and 62. RGB value is (25,148,98). Sum of RGB (Red+Green+Blue) = 25+148+98=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #199462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199462 is #E66B9D. Grayscale: #696969. Windows color (decimal): -15100830 or 6460441. OLE color: 6460441.
HSL color Cylindrical-coordinate representation of color #199462: hue angle of 155.61º 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 #199462 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 98 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.42 |
| HSL | 155.61º | 0.71% | 0.34% | - |
| HSV(B) | 155.61º | 0.83% | 0.58% | - |
| XYZ | 13.2 | 22.27 | 15.16 | - |
| YUV | 105.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 98 | 0.83 | 0 | 0.34 | 0.42 | 155.61 | 0.71 | 0.34 |
| Hex | 19 | 94 | 62 | 53 | 0 | 22 | 2A | 9C | 47 | 22 |
| Octal | 31 | 224 | 142 | 123 | 0 | 42 | 52 | 234 | 107 | 42 |
| Binary | 11001 | 10010100 | 1100010 | 1010011 | 0 | 100010 | 101010 | 10011100 | 1000111 | 100010 |
Color Harmonies of #199462
Complementary color
Monochromatic Colors of #199462
Black with #199462
Text Example
Text Example
White with #199462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199462; }
p { color: rgb(25,148,98); }
H1.HeaderClassName
{
color: #199462;
}
.AnyTagClassName
{
color: #199462;
}
</style>
background-color css
<style>
a { background-color: #199462; }
a { background-color: rgb(25,148,98); }
div.DivClassName
{
background-color: #199462;
}
.BgClassName
{
background-color: #199462;
}
</style>
border-color css
<style>
span { border-color: #199462; }
span { border-color: rgb(25,148,98); }
td.TdClassName
{
border-color: #199462;
}
.TagClassName
{
border-color: #199462;
}
</style>