Shades of Forest Green #0AA126
Tints of Forest Green #0AA126
RGB
CMYK
RGB Variations
Color information
#0AA126 (or 0x0AA126) is known color: Forest Green. HEX triplet: 0A, A1 and 26. RGB value is (10,161,38). Sum of RGB (Red+Green+Blue) = 10+161+38=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA126 is #F55ED9. Grayscale: #666666. Windows color (decimal): -16080602 or 2531594. OLE color: 2531594.
HSL color Cylindrical-coordinate representation of color #0AA126: hue angle of 131.13º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA126 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 38 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.37 |
| HSL | 131.13º | 0.88% | 0.34% | - |
| HSV(B) | 131.13º | 0.94% | 0.63% | - |
| XYZ | 13.22 | 25.69 | 6.1 | - |
| YUV | 101.83 | 91.97 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 38 | 0.94 | 0 | 0.76 | 0.37 | 131.13 | 0.88 | 0.34 |
| Hex | A | A1 | 26 | 5E | 0 | 4C | 25 | 83 | 58 | 22 |
| Octal | 12 | 241 | 46 | 136 | 0 | 114 | 45 | 203 | 130 | 42 |
| Binary | 1010 | 10100001 | 100110 | 1011110 | 0 | 1001100 | 100101 | 10000011 | 1011000 | 100010 |
Color Harmonies of #0AA126
Complementary color
Monochromatic Colors of #0AA126
Black with #0AA126
Text Example
Text Example
White with #0AA126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA126; }
p { color: rgb(10,161,38); }
H1.HeaderClassName
{
color: #0AA126;
}
.AnyTagClassName
{
color: #0AA126;
}
</style>
background-color css
<style>
a { background-color: #0AA126; }
a { background-color: rgb(10,161,38); }
div.DivClassName
{
background-color: #0AA126;
}
.BgClassName
{
background-color: #0AA126;
}
</style>
border-color css
<style>
span { border-color: #0AA126; }
span { border-color: rgb(10,161,38); }
td.TdClassName
{
border-color: #0AA126;
}
.TagClassName
{
border-color: #0AA126;
}
</style>