Shades of Forest Green #199C14
Tints of Forest Green #199C14
RGB
CMYK
RGB Variations
Color information
#199C14 (or 0x199C14) is known color: Forest Green. HEX triplet: 19, 9C and 14. RGB value is (25,156,20). Sum of RGB (Red+Green+Blue) = 25+156+20=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 156 (61.33% from 255 or 77.61% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 156 - color contains mainly: green. Hex color #199C14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199C14 is #E663EB. Grayscale: #656565. Windows color (decimal): -15098860 or 1350681. OLE color: 1350681.
HSL color Cylindrical-coordinate representation of color #199C14: hue angle of 117.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199C14 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 20 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.39 |
| HSL | 117.79º | 0.77% | 0.35% | - |
| HSV(B) | 117.79º | 0.87% | 0.61% | - |
| XYZ | 12.42 | 24.03 | 4.65 | - |
| YUV | 101.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 20 | 0.84 | 0 | 0.87 | 0.39 | 117.79 | 0.77 | 0.35 |
| Hex | 19 | 9C | 14 | 54 | 0 | 57 | 27 | 76 | 4D | 23 |
| Octal | 31 | 234 | 24 | 124 | 0 | 127 | 47 | 166 | 115 | 43 |
| Binary | 11001 | 10011100 | 10100 | 1010100 | 0 | 1010111 | 100111 | 1110110 | 1001101 | 100011 |
Color Harmonies of #199C14
Complementary color
Monochromatic Colors of #199C14
Black with #199C14
Text Example
Text Example
White with #199C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C14; }
p { color: rgb(25,156,20); }
H1.HeaderClassName
{
color: #199C14;
}
.AnyTagClassName
{
color: #199C14;
}
</style>
background-color css
<style>
a { background-color: #199C14; }
a { background-color: rgb(25,156,20); }
div.DivClassName
{
background-color: #199C14;
}
.BgClassName
{
background-color: #199C14;
}
</style>
border-color css
<style>
span { border-color: #199C14; }
span { border-color: rgb(25,156,20); }
td.TdClassName
{
border-color: #199C14;
}
.TagClassName
{
border-color: #199C14;
}
</style>