Shades of Elf Green #198C7E
Tints of Elf Green #198C7E
RGB
CMYK
RGB Variations
Color information
#198C7E (or 0x198C7E) is known color: Elf Green. HEX triplet: 19, 8C and 7E. RGB value is (25,140,126). Sum of RGB (Red+Green+Blue) = 25+140+126=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #198C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C7E is #E67381. Grayscale: #676767. Windows color (decimal): -15102850 or 8293401. OLE color: 8293401.
HSL color Cylindrical-coordinate representation of color #198C7E: hue angle of 172.7º 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 #198C7E is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 126 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.45 |
| HSL | 172.7º | 0.7% | 0.32% | - |
| HSV(B) | 172.7º | 0.82% | 0.55% | - |
| XYZ | 13.54 | 20.47 | 22.98 | - |
| YUV | 104.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 126 | 0.82 | 0 | 0.10 | 0.45 | 172.7 | 0.7 | 0.32 |
| Hex | 19 | 8C | 7E | 52 | 0 | A | 2D | AD | 46 | 20 |
| Octal | 31 | 214 | 176 | 122 | 0 | 12 | 55 | 255 | 106 | 40 |
| Binary | 11001 | 10001100 | 1111110 | 1010010 | 0 | 1010 | 101101 | 10101101 | 1000110 | 100000 |
Color Harmonies of #198C7E
Complementary color
Monochromatic Colors of #198C7E
Black with #198C7E
Text Example
Text Example
White with #198C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C7E; }
p { color: rgb(25,140,126); }
H1.HeaderClassName
{
color: #198C7E;
}
.AnyTagClassName
{
color: #198C7E;
}
</style>
background-color css
<style>
a { background-color: #198C7E; }
a { background-color: rgb(25,140,126); }
div.DivClassName
{
background-color: #198C7E;
}
.BgClassName
{
background-color: #198C7E;
}
</style>
border-color css
<style>
span { border-color: #198C7E; }
span { border-color: rgb(25,140,126); }
td.TdClassName
{
border-color: #198C7E;
}
.TagClassName
{
border-color: #198C7E;
}
</style>