Shades of Jungle Green #199E7E
Tints of Jungle Green #199E7E
RGB
CMYK
RGB Variations
Color information
#199E7E (or 0x199E7E) is known color: Jungle Green. HEX triplet: 19, 9E and 7E. RGB value is (25,158,126). Sum of RGB (Red+Green+Blue) = 25+158+126=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #199E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E7E is #E66181. Grayscale: #727272. Windows color (decimal): -15098242 or 8298009. OLE color: 8298009.
HSL color Cylindrical-coordinate representation of color #199E7E: hue angle of 165.56º 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 #199E7E is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 158 | 126 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.38 |
| HSL | 165.56º | 0.73% | 0.36% | - |
| HSV(B) | 165.56º | 0.84% | 0.62% | - |
| XYZ | 16.39 | 26.17 | 23.93 | - |
| YUV | 114.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 126 | 0.84 | 0 | 0.20 | 0.38 | 165.56 | 0.73 | 0.36 |
| Hex | 19 | 9E | 7E | 54 | 0 | 14 | 26 | A6 | 49 | 24 |
| Octal | 31 | 236 | 176 | 124 | 0 | 24 | 46 | 246 | 111 | 44 |
| Binary | 11001 | 10011110 | 1111110 | 1010100 | 0 | 10100 | 100110 | 10100110 | 1001001 | 100100 |
Color Harmonies of #199E7E
Complementary color
Monochromatic Colors of #199E7E
Black with #199E7E
Text Example
Text Example
White with #199E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199E7E; }
p { color: rgb(25,158,126); }
H1.HeaderClassName
{
color: #199E7E;
}
.AnyTagClassName
{
color: #199E7E;
}
</style>
background-color css
<style>
a { background-color: #199E7E; }
a { background-color: rgb(25,158,126); }
div.DivClassName
{
background-color: #199E7E;
}
.BgClassName
{
background-color: #199E7E;
}
</style>
border-color css
<style>
span { border-color: #199E7E; }
span { border-color: rgb(25,158,126); }
td.TdClassName
{
border-color: #199E7E;
}
.TagClassName
{
border-color: #199E7E;
}
</style>