Shades of Elf Green #199975
Tints of Elf Green #199975
RGB
CMYK
RGB Variations
Color information
#199975 (or 0x199975) is known color: Elf Green. HEX triplet: 19, 99 and 75. RGB value is (25,153,117). Sum of RGB (Red+Green+Blue) = 25+153+117=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #199975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199975 is #E6668A. Grayscale: #6E6E6E. Windows color (decimal): -15099531 or 7706905. OLE color: 7706905.
HSL color Cylindrical-coordinate representation of color #199975: hue angle of 163.12º 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 #199975 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 117 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.4 |
| HSL | 163.13º | 0.72% | 0.35% | - |
| HSV(B) | 163.13º | 0.84% | 0.6% | - |
| XYZ | 15 | 24.27 | 20.72 | - |
| YUV | 110.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 117 | 0.84 | 0 | 0.24 | 0.4 | 163.13 | 0.72 | 0.35 |
| Hex | 19 | 99 | 75 | 54 | 0 | 18 | 28 | A3 | 48 | 23 |
| Octal | 31 | 231 | 165 | 124 | 0 | 30 | 50 | 243 | 110 | 43 |
| Binary | 11001 | 10011001 | 1110101 | 1010100 | 0 | 11000 | 101000 | 10100011 | 1001000 | 100011 |
Color Harmonies of #199975
Complementary color
Monochromatic Colors of #199975
Black with #199975
Text Example
Text Example
White with #199975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199975; }
p { color: rgb(25,153,117); }
H1.HeaderClassName
{
color: #199975;
}
.AnyTagClassName
{
color: #199975;
}
</style>
background-color css
<style>
a { background-color: #199975; }
a { background-color: rgb(25,153,117); }
div.DivClassName
{
background-color: #199975;
}
.BgClassName
{
background-color: #199975;
}
</style>
border-color css
<style>
span { border-color: #199975; }
span { border-color: rgb(25,153,117); }
td.TdClassName
{
border-color: #199975;
}
.TagClassName
{
border-color: #199975;
}
</style>