Shades of Forest Green #1AA412
Tints of Forest Green #1AA412
RGB
CMYK
RGB Variations
Color information
#1AA412 (or 0x1AA412) is known color: Forest Green. HEX triplet: 1A, A4 and 12. RGB value is (26,164,18). Sum of RGB (Red+Green+Blue) = 26+164+18=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 164 (64.45% from 255 or 78.85% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA412 is #E55BED. Grayscale: #6A6A6A. Windows color (decimal): -15031278 or 1221658. OLE color: 1221658.
HSL color Cylindrical-coordinate representation of color #1AA412: hue angle of 116.71º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA412 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 164 | 18 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.36 |
| HSL | 116.71º | 0.8% | 0.36% | - |
| HSV(B) | 116.71º | 0.89% | 0.64% | - |
| XYZ | 13.81 | 26.81 | 5.02 | - |
| YUV | 106.09 | 78.28 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 164 | 18 | 0.84 | 0 | 0.89 | 0.36 | 116.71 | 0.8 | 0.36 |
| Hex | 1A | A4 | 12 | 54 | 0 | 59 | 24 | 75 | 50 | 24 |
| Octal | 32 | 244 | 22 | 124 | 0 | 131 | 44 | 165 | 120 | 44 |
| Binary | 11010 | 10100100 | 10010 | 1010100 | 0 | 1011001 | 100100 | 1110101 | 1010000 | 100100 |
Color Harmonies of #1AA412
Complementary color
Monochromatic Colors of #1AA412
Black with #1AA412
Text Example
Text Example
White with #1AA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA412; }
p { color: rgb(26,164,18); }
H1.HeaderClassName
{
color: #1AA412;
}
.AnyTagClassName
{
color: #1AA412;
}
</style>
background-color css
<style>
a { background-color: #1AA412; }
a { background-color: rgb(26,164,18); }
div.DivClassName
{
background-color: #1AA412;
}
.BgClassName
{
background-color: #1AA412;
}
</style>
border-color css
<style>
span { border-color: #1AA412; }
span { border-color: rgb(26,164,18); }
td.TdClassName
{
border-color: #1AA412;
}
.TagClassName
{
border-color: #1AA412;
}
</style>