Shades of Elf Green #198C6E
Tints of Elf Green #198C6E
RGB
CMYK
RGB Variations
Color information
#198C6E (or 0x198C6E) is known color: Elf Green. HEX triplet: 19, 8C and 6E. RGB value is (25,140,110). Sum of RGB (Red+Green+Blue) = 25+140+110=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #198C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C6E is #E67391. Grayscale: #666666. Windows color (decimal): -15102866 or 7244825. OLE color: 7244825.
HSL color Cylindrical-coordinate representation of color #198C6E: hue angle of 164.35º 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 #198C6E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 110 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.45 |
| HSL | 164.35º | 0.7% | 0.32% | - |
| HSV(B) | 164.35º | 0.82% | 0.55% | - |
| XYZ | 12.59 | 20.09 | 17.97 | - |
| YUV | 102.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 110 | 0.82 | 0 | 0.21 | 0.45 | 164.35 | 0.7 | 0.32 |
| Hex | 19 | 8C | 6E | 52 | 0 | 15 | 2D | A4 | 46 | 20 |
| Octal | 31 | 214 | 156 | 122 | 0 | 25 | 55 | 244 | 106 | 40 |
| Binary | 11001 | 10001100 | 1101110 | 1010010 | 0 | 10101 | 101101 | 10100100 | 1000110 | 100000 |
Color Harmonies of #198C6E
Complementary color
Monochromatic Colors of #198C6E
Black with #198C6E
Text Example
Text Example
White with #198C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C6E; }
p { color: rgb(25,140,110); }
H1.HeaderClassName
{
color: #198C6E;
}
.AnyTagClassName
{
color: #198C6E;
}
</style>
background-color css
<style>
a { background-color: #198C6E; }
a { background-color: rgb(25,140,110); }
div.DivClassName
{
background-color: #198C6E;
}
.BgClassName
{
background-color: #198C6E;
}
</style>
border-color css
<style>
span { border-color: #198C6E; }
span { border-color: rgb(25,140,110); }
td.TdClassName
{
border-color: #198C6E;
}
.TagClassName
{
border-color: #198C6E;
}
</style>