Shades of Forest Green #1AA013
Tints of Forest Green #1AA013
RGB
CMYK
RGB Variations
Color information
#1AA013 (or 0x1AA013) is known color: Forest Green. HEX triplet: 1A, A0 and 13. RGB value is (26,160,19). Sum of RGB (Red+Green+Blue) = 26+160+19=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA013 is #E55FEC. Grayscale: #686868. Windows color (decimal): -15032301 or 1286170. OLE color: 1286170.
HSL color Cylindrical-coordinate representation of color #1AA013: hue angle of 117.02º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA013 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 19 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.37 |
| HSL | 117.02º | 0.79% | 0.35% | - |
| HSV(B) | 117.02º | 0.88% | 0.63% | - |
| XYZ | 13.11 | 25.41 | 4.83 | - |
| YUV | 103.86 | 80.11 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 19 | 0.84 | 0 | 0.88 | 0.37 | 117.02 | 0.79 | 0.35 |
| Hex | 1A | A0 | 13 | 54 | 0 | 58 | 25 | 75 | 4F | 23 |
| Octal | 32 | 240 | 23 | 124 | 0 | 130 | 45 | 165 | 117 | 43 |
| Binary | 11010 | 10100000 | 10011 | 1010100 | 0 | 1011000 | 100101 | 1110101 | 1001111 | 100011 |
Color Harmonies of #1AA013
Complementary color
Monochromatic Colors of #1AA013
Black with #1AA013
Text Example
Text Example
White with #1AA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA013; }
p { color: rgb(26,160,19); }
H1.HeaderClassName
{
color: #1AA013;
}
.AnyTagClassName
{
color: #1AA013;
}
</style>
background-color css
<style>
a { background-color: #1AA013; }
a { background-color: rgb(26,160,19); }
div.DivClassName
{
background-color: #1AA013;
}
.BgClassName
{
background-color: #1AA013;
}
</style>
border-color css
<style>
span { border-color: #1AA013; }
span { border-color: rgb(26,160,19); }
td.TdClassName
{
border-color: #1AA013;
}
.TagClassName
{
border-color: #1AA013;
}
</style>