Shades of Forest Green #19A00F
Tints of Forest Green #19A00F
RGB
CMYK
RGB Variations
Color information
#19A00F (or 0x19A00F) is known color: Forest Green. HEX triplet: 19, A0 and 0F. RGB value is (25,160,15). Sum of RGB (Red+Green+Blue) = 25+160+15=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #19A00F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A00F is #E65FF0. Grayscale: #676767. Windows color (decimal): -15097841 or 1024025. OLE color: 1024025.
HSL color Cylindrical-coordinate representation of color #19A00F: hue angle of 115.86º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19A00F is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 15 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.37 |
| HSL | 115.86º | 0.83% | 0.34% | - |
| HSV(B) | 115.86º | 0.91% | 0.63% | - |
| XYZ | 13.06 | 25.38 | 4.66 | - |
| YUV | 103.11 | 78.27 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 15 | 0.84 | 0 | 0.91 | 0.37 | 115.86 | 0.83 | 0.34 |
| Hex | 19 | A0 | F | 54 | 0 | 5B | 25 | 74 | 53 | 22 |
| Octal | 31 | 240 | 17 | 124 | 0 | 133 | 45 | 164 | 123 | 42 |
| Binary | 11001 | 10100000 | 1111 | 1010100 | 0 | 1011011 | 100101 | 1110100 | 1010011 | 100010 |
Color Harmonies of #19A00F
Complementary color
Monochromatic Colors of #19A00F
Black with #19A00F
Text Example
Text Example
White with #19A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A00F; }
p { color: rgb(25,160,15); }
H1.HeaderClassName
{
color: #19A00F;
}
.AnyTagClassName
{
color: #19A00F;
}
</style>
background-color css
<style>
a { background-color: #19A00F; }
a { background-color: rgb(25,160,15); }
div.DivClassName
{
background-color: #19A00F;
}
.BgClassName
{
background-color: #19A00F;
}
</style>
border-color css
<style>
span { border-color: #19A00F; }
span { border-color: rgb(25,160,15); }
td.TdClassName
{
border-color: #19A00F;
}
.TagClassName
{
border-color: #19A00F;
}
</style>