Shades of Elf Green #198770
Tints of Elf Green #198770
RGB
CMYK
RGB Variations
Color information
#198770 (or 0x198770) is known color: Elf Green. HEX triplet: 19, 87 and 70. RGB value is (25,135,112). Sum of RGB (Red+Green+Blue) = 25+135+112=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #198770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198770 is #E6788F. Grayscale: #636363. Windows color (decimal): -15104144 or 7374617. OLE color: 7374617.
HSL color Cylindrical-coordinate representation of color #198770: hue angle of 167.45º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198770 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 112 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.47 |
| HSL | 167.45º | 0.69% | 0.31% | - |
| HSV(B) | 167.45º | 0.81% | 0.53% | - |
| XYZ | 11.99 | 18.7 | 18.31 | - |
| YUV | 99.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 112 | 0.81 | 0 | 0.17 | 0.47 | 167.45 | 0.69 | 0.31 |
| Hex | 19 | 87 | 70 | 51 | 0 | 11 | 2F | A7 | 45 | 1F |
| Octal | 31 | 207 | 160 | 121 | 0 | 21 | 57 | 247 | 105 | 37 |
| Binary | 11001 | 10000111 | 1110000 | 1010001 | 0 | 10001 | 101111 | 10100111 | 1000101 | 11111 |
Color Harmonies of #198770
Complementary color
Monochromatic Colors of #198770
Black with #198770
Text Example
Text Example
White with #198770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198770; }
p { color: rgb(25,135,112); }
H1.HeaderClassName
{
color: #198770;
}
.AnyTagClassName
{
color: #198770;
}
</style>
background-color css
<style>
a { background-color: #198770; }
a { background-color: rgb(25,135,112); }
div.DivClassName
{
background-color: #198770;
}
.BgClassName
{
background-color: #198770;
}
</style>
border-color css
<style>
span { border-color: #198770; }
span { border-color: rgb(25,135,112); }
td.TdClassName
{
border-color: #198770;
}
.TagClassName
{
border-color: #198770;
}
</style>