Shades of Elf Green #199481
Tints of Elf Green #199481
RGB
CMYK
RGB Variations
Color information
#199481 (or 0x199481) is known color: Elf Green. HEX triplet: 19, 94 and 81. RGB value is (25,148,129). Sum of RGB (Red+Green+Blue) = 25+148+129=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #199481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199481 is #E66B7E. Grayscale: #6D6D6D. Windows color (decimal): -15100799 or 8492057. OLE color: 8492057.
HSL color Cylindrical-coordinate representation of color #199481: hue angle of 170.73º 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 #199481 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 129 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.42 |
| HSL | 170.73º | 0.71% | 0.34% | - |
| HSV(B) | 170.73º | 0.83% | 0.58% | - |
| XYZ | 14.95 | 22.97 | 24.41 | - |
| YUV | 109.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 129 | 0.83 | 0 | 0.13 | 0.42 | 170.73 | 0.71 | 0.34 |
| Hex | 19 | 94 | 81 | 53 | 0 | D | 2A | AB | 47 | 22 |
| Octal | 31 | 224 | 201 | 123 | 0 | 15 | 52 | 253 | 107 | 42 |
| Binary | 11001 | 10010100 | 10000001 | 1010011 | 0 | 1101 | 101010 | 10101011 | 1000111 | 100010 |
Color Harmonies of #199481
Complementary color
Monochromatic Colors of #199481
Black with #199481
Text Example
Text Example
White with #199481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199481; }
p { color: rgb(25,148,129); }
H1.HeaderClassName
{
color: #199481;
}
.AnyTagClassName
{
color: #199481;
}
</style>
background-color css
<style>
a { background-color: #199481; }
a { background-color: rgb(25,148,129); }
div.DivClassName
{
background-color: #199481;
}
.BgClassName
{
background-color: #199481;
}
</style>
border-color css
<style>
span { border-color: #199481; }
span { border-color: rgb(25,148,129); }
td.TdClassName
{
border-color: #199481;
}
.TagClassName
{
border-color: #199481;
}
</style>