Shades of Elf Green #198971
Tints of Elf Green #198971
RGB
CMYK
RGB Variations
Color information
#198971 (or 0x198971) is known color: Elf Green. HEX triplet: 19, 89 and 71. RGB value is (25,137,113). Sum of RGB (Red+Green+Blue) = 25+137+113=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #198971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198971 is #E6768E. Grayscale: #646464. Windows color (decimal): -15103631 or 7440665. OLE color: 7440665.
HSL color Cylindrical-coordinate representation of color #198971: hue angle of 167.14º 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 #198971 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 113 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.46 |
| HSL | 167.14º | 0.69% | 0.32% | - |
| HSV(B) | 167.14º | 0.82% | 0.54% | - |
| XYZ | 12.33 | 19.29 | 18.7 | - |
| YUV | 100.78 | 134.89 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 113 | 0.82 | 0 | 0.18 | 0.46 | 167.14 | 0.69 | 0.32 |
| Hex | 19 | 89 | 71 | 52 | 0 | 12 | 2E | A7 | 45 | 20 |
| Octal | 31 | 211 | 161 | 122 | 0 | 22 | 56 | 247 | 105 | 40 |
| Binary | 11001 | 10001001 | 1110001 | 1010010 | 0 | 10010 | 101110 | 10100111 | 1000101 | 100000 |
Color Harmonies of #198971
Complementary color
Monochromatic Colors of #198971
Black with #198971
Text Example
Text Example
White with #198971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198971; }
p { color: rgb(25,137,113); }
H1.HeaderClassName
{
color: #198971;
}
.AnyTagClassName
{
color: #198971;
}
</style>
background-color css
<style>
a { background-color: #198971; }
a { background-color: rgb(25,137,113); }
div.DivClassName
{
background-color: #198971;
}
.BgClassName
{
background-color: #198971;
}
</style>
border-color css
<style>
span { border-color: #198971; }
span { border-color: rgb(25,137,113); }
td.TdClassName
{
border-color: #198971;
}
.TagClassName
{
border-color: #198971;
}
</style>