Shades of Elf Green #198F5F
Tints of Elf Green #198F5F
RGB
CMYK
RGB Variations
Color information
#198F5F (or 0x198F5F) is known color: Elf Green. HEX triplet: 19, 8F and 5F. RGB value is (25,143,95). Sum of RGB (Red+Green+Blue) = 25+143+95=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #198F5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198F5F is #E670A0. Grayscale: #666666. Windows color (decimal): -15102113 or 6262553. OLE color: 6262553.
HSL color Cylindrical-coordinate representation of color #198F5F: hue angle of 155.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F5F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 95 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.44 |
| HSL | 155.59º | 0.7% | 0.33% | - |
| HSV(B) | 155.59º | 0.83% | 0.56% | - |
| XYZ | 12.29 | 20.68 | 14.17 | - |
| YUV | 102.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 95 | 0.83 | 0 | 0.34 | 0.44 | 155.59 | 0.7 | 0.33 |
| Hex | 19 | 8F | 5F | 53 | 0 | 22 | 2C | 9C | 46 | 21 |
| Octal | 31 | 217 | 137 | 123 | 0 | 42 | 54 | 234 | 106 | 41 |
| Binary | 11001 | 10001111 | 1011111 | 1010011 | 0 | 100010 | 101100 | 10011100 | 1000110 | 100001 |
Color Harmonies of #198F5F
Complementary color
Monochromatic Colors of #198F5F
Black with #198F5F
Text Example
Text Example
White with #198F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F5F; }
p { color: rgb(25,143,95); }
H1.HeaderClassName
{
color: #198F5F;
}
.AnyTagClassName
{
color: #198F5F;
}
</style>
background-color css
<style>
a { background-color: #198F5F; }
a { background-color: rgb(25,143,95); }
div.DivClassName
{
background-color: #198F5F;
}
.BgClassName
{
background-color: #198F5F;
}
</style>
border-color css
<style>
span { border-color: #198F5F; }
span { border-color: rgb(25,143,95); }
td.TdClassName
{
border-color: #198F5F;
}
.TagClassName
{
border-color: #198F5F;
}
</style>