Shades of Elf Green #198C7D
Tints of Elf Green #198C7D
RGB
CMYK
RGB Variations
Color information
#198C7D (or 0x198C7D) is known color: Elf Green. HEX triplet: 19, 8C and 7D. RGB value is (25,140,125). Sum of RGB (Red+Green+Blue) = 25+140+125=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #198C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C7D is #E67382. Grayscale: #676767. Windows color (decimal): -15102851 or 8227865. OLE color: 8227865.
HSL color Cylindrical-coordinate representation of color #198C7D: hue angle of 172.17º 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 #198C7D is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 125 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.45 |
| HSL | 172.17º | 0.7% | 0.32% | - |
| HSV(B) | 172.17º | 0.82% | 0.55% | - |
| XYZ | 13.48 | 20.44 | 22.64 | - |
| YUV | 103.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 125 | 0.82 | 0 | 0.11 | 0.45 | 172.17 | 0.7 | 0.32 |
| Hex | 19 | 8C | 7D | 52 | 0 | B | 2D | AC | 46 | 20 |
| Octal | 31 | 214 | 175 | 122 | 0 | 13 | 55 | 254 | 106 | 40 |
| Binary | 11001 | 10001100 | 1111101 | 1010010 | 0 | 1011 | 101101 | 10101100 | 1000110 | 100000 |
Color Harmonies of #198C7D
Complementary color
Monochromatic Colors of #198C7D
Black with #198C7D
Text Example
Text Example
White with #198C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C7D; }
p { color: rgb(25,140,125); }
H1.HeaderClassName
{
color: #198C7D;
}
.AnyTagClassName
{
color: #198C7D;
}
</style>
background-color css
<style>
a { background-color: #198C7D; }
a { background-color: rgb(25,140,125); }
div.DivClassName
{
background-color: #198C7D;
}
.BgClassName
{
background-color: #198C7D;
}
</style>
border-color css
<style>
span { border-color: #198C7D; }
span { border-color: rgb(25,140,125); }
td.TdClassName
{
border-color: #198C7D;
}
.TagClassName
{
border-color: #198C7D;
}
</style>