Shades of Forest Green #1AA812
Tints of Forest Green #1AA812
RGB
CMYK
RGB Variations
Color information
#1AA812 (or 0x1AA812) is known color: Forest Green. HEX triplet: 1A, A8 and 12. RGB value is (26,168,18). Sum of RGB (Red+Green+Blue) = 26+168+18=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 168 (66.02% from 255 or 79.25% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA812 is #E557ED. Grayscale: #6C6C6C. Windows color (decimal): -15030254 or 1222682. OLE color: 1222682.
HSL color Cylindrical-coordinate representation of color #1AA812: hue angle of 116.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA812 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 18 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.34 |
| HSL | 116.8º | 0.81% | 0.36% | - |
| HSV(B) | 116.8º | 0.89% | 0.66% | - |
| XYZ | 14.54 | 28.27 | 5.26 | - |
| YUV | 108.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 18 | 0.85 | 0 | 0.89 | 0.34 | 116.8 | 0.81 | 0.36 |
| Hex | 1A | A8 | 12 | 55 | 0 | 59 | 22 | 75 | 51 | 24 |
| Octal | 32 | 250 | 22 | 125 | 0 | 131 | 42 | 165 | 121 | 44 |
| Binary | 11010 | 10101000 | 10010 | 1010101 | 0 | 1011001 | 100010 | 1110101 | 1010001 | 100100 |
Color Harmonies of #1AA812
Complementary color
Monochromatic Colors of #1AA812
Black with #1AA812
Text Example
Text Example
White with #1AA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA812; }
p { color: rgb(26,168,18); }
H1.HeaderClassName
{
color: #1AA812;
}
.AnyTagClassName
{
color: #1AA812;
}
</style>
background-color css
<style>
a { background-color: #1AA812; }
a { background-color: rgb(26,168,18); }
div.DivClassName
{
background-color: #1AA812;
}
.BgClassName
{
background-color: #1AA812;
}
</style>
border-color css
<style>
span { border-color: #1AA812; }
span { border-color: rgb(26,168,18); }
td.TdClassName
{
border-color: #1AA812;
}
.TagClassName
{
border-color: #1AA812;
}
</style>