Shades of Elf Green #198975
Tints of Elf Green #198975
RGB
CMYK
RGB Variations
Color information
#198975 (or 0x198975) is known color: Elf Green. HEX triplet: 19, 89 and 75. RGB value is (25,137,117). Sum of RGB (Red+Green+Blue) = 25+137+117=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #198975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198975 is #E6768A. Grayscale: #656565. Windows color (decimal): -15103627 or 7702809. OLE color: 7702809.
HSL color Cylindrical-coordinate representation of color #198975: hue angle of 169.29º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198975 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 117 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.46 |
| HSL | 169.29º | 0.69% | 0.32% | - |
| HSV(B) | 169.29º | 0.82% | 0.54% | - |
| XYZ | 12.56 | 19.38 | 19.91 | - |
| YUV | 101.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 117 | 0.82 | 0 | 0.15 | 0.46 | 169.29 | 0.69 | 0.32 |
| Hex | 19 | 89 | 75 | 52 | 0 | F | 2E | A9 | 45 | 20 |
| Octal | 31 | 211 | 165 | 122 | 0 | 17 | 56 | 251 | 105 | 40 |
| Binary | 11001 | 10001001 | 1110101 | 1010010 | 0 | 1111 | 101110 | 10101001 | 1000101 | 100000 |
Color Harmonies of #198975
Complementary color
Monochromatic Colors of #198975
Black with #198975
Text Example
Text Example
White with #198975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198975; }
p { color: rgb(25,137,117); }
H1.HeaderClassName
{
color: #198975;
}
.AnyTagClassName
{
color: #198975;
}
</style>
background-color css
<style>
a { background-color: #198975; }
a { background-color: rgb(25,137,117); }
div.DivClassName
{
background-color: #198975;
}
.BgClassName
{
background-color: #198975;
}
</style>
border-color css
<style>
span { border-color: #198975; }
span { border-color: rgb(25,137,117); }
td.TdClassName
{
border-color: #198975;
}
.TagClassName
{
border-color: #198975;
}
</style>