Shades of Forest Green #0AA121
Tints of Forest Green #0AA121
RGB
CMYK
RGB Variations
Color information
#0AA121 (or 0x0AA121) is known color: Forest Green. HEX triplet: 0A, A1 and 21. RGB value is (10,161,33). Sum of RGB (Red+Green+Blue) = 10+161+33=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 161 (63.28% from 255 or 78.92% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA121 is #F55EDE. Grayscale: #656565. Windows color (decimal): -16080607 or 2203914. OLE color: 2203914.
HSL color Cylindrical-coordinate representation of color #0AA121: hue angle of 129.14º 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 #0AA121 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 33 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.37 |
| HSL | 129.14º | 0.88% | 0.34% | - |
| HSV(B) | 129.14º | 0.94% | 0.63% | - |
| XYZ | 13.14 | 25.66 | 5.7 | - |
| YUV | 101.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 33 | 0.94 | 0 | 0.80 | 0.37 | 129.14 | 0.88 | 0.34 |
| Hex | A | A1 | 21 | 5E | 0 | 50 | 25 | 81 | 58 | 22 |
| Octal | 12 | 241 | 41 | 136 | 0 | 120 | 45 | 201 | 130 | 42 |
| Binary | 1010 | 10100001 | 100001 | 1011110 | 0 | 1010000 | 100101 | 10000001 | 1011000 | 100010 |
Color Harmonies of #0AA121
Complementary color
Monochromatic Colors of #0AA121
Black with #0AA121
Text Example
Text Example
White with #0AA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA121; }
p { color: rgb(10,161,33); }
H1.HeaderClassName
{
color: #0AA121;
}
.AnyTagClassName
{
color: #0AA121;
}
</style>
background-color css
<style>
a { background-color: #0AA121; }
a { background-color: rgb(10,161,33); }
div.DivClassName
{
background-color: #0AA121;
}
.BgClassName
{
background-color: #0AA121;
}
</style>
border-color css
<style>
span { border-color: #0AA121; }
span { border-color: rgb(10,161,33); }
td.TdClassName
{
border-color: #0AA121;
}
.TagClassName
{
border-color: #0AA121;
}
</style>