Shades of Elf Green #198964
Tints of Elf Green #198964
RGB
CMYK
RGB Variations
Color information
#198964 (or 0x198964) is known color: Elf Green. HEX triplet: 19, 89 and 64. RGB value is (25,137,100). Sum of RGB (Red+Green+Blue) = 25+137+100=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #198964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198964 is #E6769B. Grayscale: #636363. Windows color (decimal): -15103644 or 6588697. OLE color: 6588697.
HSL color Cylindrical-coordinate representation of color #198964: hue angle of 160.18º 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 #198964 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 100 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.46 |
| HSL | 160.18º | 0.69% | 0.32% | - |
| HSV(B) | 160.18º | 0.82% | 0.54% | - |
| XYZ | 11.65 | 19.02 | 15.11 | - |
| YUV | 99.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 100 | 0.82 | 0 | 0.27 | 0.46 | 160.18 | 0.69 | 0.32 |
| Hex | 19 | 89 | 64 | 52 | 0 | 1B | 2E | A0 | 45 | 20 |
| Octal | 31 | 211 | 144 | 122 | 0 | 33 | 56 | 240 | 105 | 40 |
| Binary | 11001 | 10001001 | 1100100 | 1010010 | 0 | 11011 | 101110 | 10100000 | 1000101 | 100000 |
Color Harmonies of #198964
Complementary color
Monochromatic Colors of #198964
Black with #198964
Text Example
Text Example
White with #198964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198964; }
p { color: rgb(25,137,100); }
H1.HeaderClassName
{
color: #198964;
}
.AnyTagClassName
{
color: #198964;
}
</style>
background-color css
<style>
a { background-color: #198964; }
a { background-color: rgb(25,137,100); }
div.DivClassName
{
background-color: #198964;
}
.BgClassName
{
background-color: #198964;
}
</style>
border-color css
<style>
span { border-color: #198964; }
span { border-color: rgb(25,137,100); }
td.TdClassName
{
border-color: #198964;
}
.TagClassName
{
border-color: #198964;
}
</style>