Shades of Elf Green #198570
Tints of Elf Green #198570
RGB
CMYK
RGB Variations
Color information
#198570 (or 0x198570) is known color: Elf Green. HEX triplet: 19, 85 and 70. RGB value is (25,133,112). Sum of RGB (Red+Green+Blue) = 25+133+112=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #198570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198570 is #E67A8F. Grayscale: #626262. Windows color (decimal): -15104656 or 7374105. OLE color: 7374105.
HSL color Cylindrical-coordinate representation of color #198570: hue angle of 168.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198570 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 112 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.48 |
| HSL | 168.33º | 0.68% | 0.31% | - |
| HSV(B) | 168.33º | 0.81% | 0.52% | - |
| XYZ | 11.71 | 18.15 | 18.22 | - |
| YUV | 98.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 112 | 0.81 | 0 | 0.16 | 0.48 | 168.33 | 0.68 | 0.31 |
| Hex | 19 | 85 | 70 | 51 | 0 | 10 | 30 | A8 | 44 | 1F |
| Octal | 31 | 205 | 160 | 121 | 0 | 20 | 60 | 250 | 104 | 37 |
| Binary | 11001 | 10000101 | 1110000 | 1010001 | 0 | 10000 | 110000 | 10101000 | 1000100 | 11111 |
Color Harmonies of #198570
Complementary color
Monochromatic Colors of #198570
Black with #198570
Text Example
Text Example
White with #198570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198570; }
p { color: rgb(25,133,112); }
H1.HeaderClassName
{
color: #198570;
}
.AnyTagClassName
{
color: #198570;
}
</style>
background-color css
<style>
a { background-color: #198570; }
a { background-color: rgb(25,133,112); }
div.DivClassName
{
background-color: #198570;
}
.BgClassName
{
background-color: #198570;
}
</style>
border-color css
<style>
span { border-color: #198570; }
span { border-color: rgb(25,133,112); }
td.TdClassName
{
border-color: #198570;
}
.TagClassName
{
border-color: #198570;
}
</style>