Shades of Forest Green #0AA129
Tints of Forest Green #0AA129
RGB
CMYK
RGB Variations
Color information
#0AA129 (or 0x0AA129) is known color: Forest Green. HEX triplet: 0A, A1 and 29. RGB value is (10,161,41). Sum of RGB (Red+Green+Blue) = 10+161+41=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 161 (63.28% from 255 or 75.94% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA129 is #F55ED6. Grayscale: #666666. Windows color (decimal): -16080599 or 2728202. OLE color: 2728202.
HSL color Cylindrical-coordinate representation of color #0AA129: hue angle of 132.32º 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 #0AA129 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 41 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.37 |
| HSL | 132.32º | 0.88% | 0.34% | - |
| HSV(B) | 132.32º | 0.94% | 0.63% | - |
| XYZ | 13.27 | 25.71 | 6.36 | - |
| YUV | 102.17 | 93.47 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 41 | 0.94 | 0 | 0.75 | 0.37 | 132.32 | 0.88 | 0.34 |
| Hex | A | A1 | 29 | 5E | 0 | 4B | 25 | 84 | 58 | 22 |
| Octal | 12 | 241 | 51 | 136 | 0 | 113 | 45 | 204 | 130 | 42 |
| Binary | 1010 | 10100001 | 101001 | 1011110 | 0 | 1001011 | 100101 | 10000100 | 1011000 | 100010 |
Color Harmonies of #0AA129
Complementary color
Monochromatic Colors of #0AA129
Black with #0AA129
Text Example
Text Example
White with #0AA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA129; }
p { color: rgb(10,161,41); }
H1.HeaderClassName
{
color: #0AA129;
}
.AnyTagClassName
{
color: #0AA129;
}
</style>
background-color css
<style>
a { background-color: #0AA129; }
a { background-color: rgb(10,161,41); }
div.DivClassName
{
background-color: #0AA129;
}
.BgClassName
{
background-color: #0AA129;
}
</style>
border-color css
<style>
span { border-color: #0AA129; }
span { border-color: rgb(10,161,41); }
td.TdClassName
{
border-color: #0AA129;
}
.TagClassName
{
border-color: #0AA129;
}
</style>