Shades of Forest Green #1A990C
Tints of Forest Green #1A990C
RGB
CMYK
RGB Variations
Color information
#1A990C (or 0x1A990C) is known color: Forest Green. HEX triplet: 1A, 99 and 0C. RGB value is (26,153,12). Sum of RGB (Red+Green+Blue) = 26+153+12=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 153 (60.16% from 255 or 80.10% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 153 - color contains mainly: green. Hex color #1A990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A990C is #E566F3. Grayscale: #636363. Windows color (decimal): -15034100 or 825626. OLE color: 825626.
HSL color Cylindrical-coordinate representation of color #1A990C: hue angle of 114.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A990C is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 12 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.4 |
| HSL | 114.04º | 0.85% | 0.32% | - |
| HSV(B) | 114.04º | 0.92% | 0.6% | - |
| XYZ | 11.88 | 23.03 | 4.17 | - |
| YUV | 98.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 12 | 0.83 | 0 | 0.92 | 0.4 | 114.04 | 0.85 | 0.32 |
| Hex | 1A | 99 | C | 53 | 0 | 5C | 28 | 72 | 55 | 20 |
| Octal | 32 | 231 | 14 | 123 | 0 | 134 | 50 | 162 | 125 | 40 |
| Binary | 11010 | 10011001 | 1100 | 1010011 | 0 | 1011100 | 101000 | 1110010 | 1010101 | 100000 |
Color Harmonies of #1A990C
Complementary color
Monochromatic Colors of #1A990C
Black with #1A990C
Text Example
Text Example
White with #1A990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A990C; }
p { color: rgb(26,153,12); }
H1.HeaderClassName
{
color: #1A990C;
}
.AnyTagClassName
{
color: #1A990C;
}
</style>
background-color css
<style>
a { background-color: #1A990C; }
a { background-color: rgb(26,153,12); }
div.DivClassName
{
background-color: #1A990C;
}
.BgClassName
{
background-color: #1A990C;
}
</style>
border-color css
<style>
span { border-color: #1A990C; }
span { border-color: rgb(26,153,12); }
td.TdClassName
{
border-color: #1A990C;
}
.TagClassName
{
border-color: #1A990C;
}
</style>