Shades of Elf Green #199D74
Tints of Elf Green #199D74
RGB
CMYK
RGB Variations
Color information
#199D74 (or 0x199D74) is known color: Elf Green. HEX triplet: 19, 9D and 74. RGB value is (25,157,116). Sum of RGB (Red+Green+Blue) = 25+157+116=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #199D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199D74 is #E6628B. Grayscale: #707070. Windows color (decimal): -15098508 or 7642393. OLE color: 7642393.
HSL color Cylindrical-coordinate representation of color #199D74: hue angle of 161.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D74 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 116 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.38 |
| HSL | 161.36º | 0.73% | 0.36% | - |
| HSV(B) | 161.36º | 0.84% | 0.62% | - |
| XYZ | 15.61 | 25.58 | 20.64 | - |
| YUV | 112.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 116 | 0.84 | 0 | 0.26 | 0.38 | 161.36 | 0.73 | 0.36 |
| Hex | 19 | 9D | 74 | 54 | 0 | 1A | 26 | A1 | 49 | 24 |
| Octal | 31 | 235 | 164 | 124 | 0 | 32 | 46 | 241 | 111 | 44 |
| Binary | 11001 | 10011101 | 1110100 | 1010100 | 0 | 11010 | 100110 | 10100001 | 1001001 | 100100 |
Color Harmonies of #199D74
Complementary color
Monochromatic Colors of #199D74
Black with #199D74
Text Example
Text Example
White with #199D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D74; }
p { color: rgb(25,157,116); }
H1.HeaderClassName
{
color: #199D74;
}
.AnyTagClassName
{
color: #199D74;
}
</style>
background-color css
<style>
a { background-color: #199D74; }
a { background-color: rgb(25,157,116); }
div.DivClassName
{
background-color: #199D74;
}
.BgClassName
{
background-color: #199D74;
}
</style>
border-color css
<style>
span { border-color: #199D74; }
span { border-color: rgb(25,157,116); }
td.TdClassName
{
border-color: #199D74;
}
.TagClassName
{
border-color: #199D74;
}
</style>