Shades of Elf Green #198F74
Tints of Elf Green #198F74
RGB
CMYK
RGB Variations
Color information
#198F74 (or 0x198F74) is known color: Elf Green. HEX triplet: 19, 8F and 74. RGB value is (25,143,116). Sum of RGB (Red+Green+Blue) = 25+143+116=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #198F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198F74 is #E6708B. Grayscale: #686868. Windows color (decimal): -15102092 or 7638809. OLE color: 7638809.
HSL color Cylindrical-coordinate representation of color #198F74: hue angle of 166.27º 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 #198F74 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 116 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.44 |
| HSL | 166.27º | 0.7% | 0.33% | - |
| HSV(B) | 166.27º | 0.83% | 0.56% | - |
| XYZ | 13.38 | 21.11 | 19.89 | - |
| YUV | 104.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 116 | 0.83 | 0 | 0.19 | 0.44 | 166.27 | 0.7 | 0.33 |
| Hex | 19 | 8F | 74 | 53 | 0 | 13 | 2C | A6 | 46 | 21 |
| Octal | 31 | 217 | 164 | 123 | 0 | 23 | 54 | 246 | 106 | 41 |
| Binary | 11001 | 10001111 | 1110100 | 1010011 | 0 | 10011 | 101100 | 10100110 | 1000110 | 100001 |
Color Harmonies of #198F74
Complementary color
Monochromatic Colors of #198F74
Black with #198F74
Text Example
Text Example
White with #198F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F74; }
p { color: rgb(25,143,116); }
H1.HeaderClassName
{
color: #198F74;
}
.AnyTagClassName
{
color: #198F74;
}
</style>
background-color css
<style>
a { background-color: #198F74; }
a { background-color: rgb(25,143,116); }
div.DivClassName
{
background-color: #198F74;
}
.BgClassName
{
background-color: #198F74;
}
</style>
border-color css
<style>
span { border-color: #198F74; }
span { border-color: rgb(25,143,116); }
td.TdClassName
{
border-color: #198F74;
}
.TagClassName
{
border-color: #198F74;
}
</style>