Shades of Jungle Green #199C7E
Tints of Jungle Green #199C7E
RGB
CMYK
RGB Variations
Color information
#199C7E (or 0x199C7E) is known color: Jungle Green. HEX triplet: 19, 9C and 7E. RGB value is (25,156,126). Sum of RGB (Red+Green+Blue) = 25+156+126=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #199C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C7E is #E66381. Grayscale: #717171. Windows color (decimal): -15098754 or 8297497. OLE color: 8297497.
HSL color Cylindrical-coordinate representation of color #199C7E: hue angle of 166.26º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C7E is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 126 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.39 |
| HSL | 166.26º | 0.72% | 0.35% | - |
| HSV(B) | 166.26º | 0.84% | 0.61% | - |
| XYZ | 16.06 | 25.49 | 23.81 | - |
| YUV | 113.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 126 | 0.84 | 0 | 0.19 | 0.39 | 166.26 | 0.72 | 0.35 |
| Hex | 19 | 9C | 7E | 54 | 0 | 13 | 27 | A6 | 48 | 23 |
| Octal | 31 | 234 | 176 | 124 | 0 | 23 | 47 | 246 | 110 | 43 |
| Binary | 11001 | 10011100 | 1111110 | 1010100 | 0 | 10011 | 100111 | 10100110 | 1001000 | 100011 |
Color Harmonies of #199C7E
Complementary color
Monochromatic Colors of #199C7E
Black with #199C7E
Text Example
Text Example
White with #199C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C7E; }
p { color: rgb(25,156,126); }
H1.HeaderClassName
{
color: #199C7E;
}
.AnyTagClassName
{
color: #199C7E;
}
</style>
background-color css
<style>
a { background-color: #199C7E; }
a { background-color: rgb(25,156,126); }
div.DivClassName
{
background-color: #199C7E;
}
.BgClassName
{
background-color: #199C7E;
}
</style>
border-color css
<style>
span { border-color: #199C7E; }
span { border-color: rgb(25,156,126); }
td.TdClassName
{
border-color: #199C7E;
}
.TagClassName
{
border-color: #199C7E;
}
</style>