Shades of Elf Green #198F7D
Tints of Elf Green #198F7D
RGB
CMYK
RGB Variations
Color information
#198F7D (or 0x198F7D) is known color: Elf Green. HEX triplet: 19, 8F and 7D. RGB value is (25,143,125). Sum of RGB (Red+Green+Blue) = 25+143+125=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #198F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198F7D is #E67082. Grayscale: #696969. Windows color (decimal): -15102083 or 8228633. OLE color: 8228633.
HSL color Cylindrical-coordinate representation of color #198F7D: hue angle of 170.85º 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 #198F7D is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 125 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.44 |
| HSL | 170.85º | 0.7% | 0.33% | - |
| HSV(B) | 170.85º | 0.83% | 0.56% | - |
| XYZ | 13.93 | 21.33 | 22.79 | - |
| YUV | 105.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 125 | 0.83 | 0 | 0.13 | 0.44 | 170.85 | 0.7 | 0.33 |
| Hex | 19 | 8F | 7D | 53 | 0 | D | 2C | AB | 46 | 21 |
| Octal | 31 | 217 | 175 | 123 | 0 | 15 | 54 | 253 | 106 | 41 |
| Binary | 11001 | 10001111 | 1111101 | 1010011 | 0 | 1101 | 101100 | 10101011 | 1000110 | 100001 |
Color Harmonies of #198F7D
Complementary color
Monochromatic Colors of #198F7D
Black with #198F7D
Text Example
Text Example
White with #198F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F7D; }
p { color: rgb(25,143,125); }
H1.HeaderClassName
{
color: #198F7D;
}
.AnyTagClassName
{
color: #198F7D;
}
</style>
background-color css
<style>
a { background-color: #198F7D; }
a { background-color: rgb(25,143,125); }
div.DivClassName
{
background-color: #198F7D;
}
.BgClassName
{
background-color: #198F7D;
}
</style>
border-color css
<style>
span { border-color: #198F7D; }
span { border-color: rgb(25,143,125); }
td.TdClassName
{
border-color: #198F7D;
}
.TagClassName
{
border-color: #198F7D;
}
</style>