Shades of Forest Green #0AA425
Tints of Forest Green #0AA425
RGB
CMYK
RGB Variations
Color information
#0AA425 (or 0x0AA425) is known color: Forest Green. HEX triplet: 0A, A4 and 25. RGB value is (10,164,37). Sum of RGB (Red+Green+Blue) = 10+164+37=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA425 is #F55BDA. Grayscale: #676767. Windows color (decimal): -16079835 or 2466826. OLE color: 2466826.
HSL color Cylindrical-coordinate representation of color #0AA425: hue angle of 130.52º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA425 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 37 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.36 |
| HSL | 130.52º | 0.89% | 0.34% | - |
| HSV(B) | 130.52º | 0.94% | 0.64% | - |
| XYZ | 13.73 | 26.75 | 6.19 | - |
| YUV | 103.48 | 90.48 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 37 | 0.94 | 0 | 0.77 | 0.36 | 130.52 | 0.89 | 0.34 |
| Hex | A | A4 | 25 | 5E | 0 | 4D | 24 | 83 | 59 | 22 |
| Octal | 12 | 244 | 45 | 136 | 0 | 115 | 44 | 203 | 131 | 42 |
| Binary | 1010 | 10100100 | 100101 | 1011110 | 0 | 1001101 | 100100 | 10000011 | 1011001 | 100010 |
Color Harmonies of #0AA425
Complementary color
Monochromatic Colors of #0AA425
Black with #0AA425
Text Example
Text Example
White with #0AA425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA425; }
p { color: rgb(10,164,37); }
H1.HeaderClassName
{
color: #0AA425;
}
.AnyTagClassName
{
color: #0AA425;
}
</style>
background-color css
<style>
a { background-color: #0AA425; }
a { background-color: rgb(10,164,37); }
div.DivClassName
{
background-color: #0AA425;
}
.BgClassName
{
background-color: #0AA425;
}
</style>
border-color css
<style>
span { border-color: #0AA425; }
span { border-color: rgb(10,164,37); }
td.TdClassName
{
border-color: #0AA425;
}
.TagClassName
{
border-color: #0AA425;
}
</style>