Shades of Elf Green #198C77
Tints of Elf Green #198C77
RGB
CMYK
RGB Variations
Color information
#198C77 (or 0x198C77) is known color: Elf Green. HEX triplet: 19, 8C and 77. RGB value is (25,140,119). Sum of RGB (Red+Green+Blue) = 25+140+119=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #198C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C77 is #E67388. Grayscale: #676767. Windows color (decimal): -15102857 or 7834649. OLE color: 7834649.
HSL color Cylindrical-coordinate representation of color #198C77: hue angle of 169.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C77 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 119 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.45 |
| HSL | 169.04º | 0.7% | 0.32% | - |
| HSV(B) | 169.04º | 0.82% | 0.55% | - |
| XYZ | 13.11 | 20.29 | 20.68 | - |
| YUV | 103.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 119 | 0.82 | 0 | 0.15 | 0.45 | 169.04 | 0.7 | 0.32 |
| Hex | 19 | 8C | 77 | 52 | 0 | F | 2D | A9 | 46 | 20 |
| Octal | 31 | 214 | 167 | 122 | 0 | 17 | 55 | 251 | 106 | 40 |
| Binary | 11001 | 10001100 | 1110111 | 1010010 | 0 | 1111 | 101101 | 10101001 | 1000110 | 100000 |
Color Harmonies of #198C77
Complementary color
Monochromatic Colors of #198C77
Black with #198C77
Text Example
Text Example
White with #198C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C77; }
p { color: rgb(25,140,119); }
H1.HeaderClassName
{
color: #198C77;
}
.AnyTagClassName
{
color: #198C77;
}
</style>
background-color css
<style>
a { background-color: #198C77; }
a { background-color: rgb(25,140,119); }
div.DivClassName
{
background-color: #198C77;
}
.BgClassName
{
background-color: #198C77;
}
</style>
border-color css
<style>
span { border-color: #198C77; }
span { border-color: rgb(25,140,119); }
td.TdClassName
{
border-color: #198C77;
}
.TagClassName
{
border-color: #198C77;
}
</style>