Shades of Forest Green #0A9C20
Tints of Forest Green #0A9C20
RGB
CMYK
RGB Variations
Color information
#0A9C20 (or 0x0A9C20) is known color: Forest Green. HEX triplet: 0A, 9C and 20. RGB value is (10,156,32). Sum of RGB (Red+Green+Blue) = 10+156+32=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 156 (61.33% from 255 or 78.79% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C20 is #F563DF. Grayscale: #626262. Windows color (decimal): -16081888 or 2137098. OLE color: 2137098.
HSL color Cylindrical-coordinate representation of color #0A9C20: hue angle of 129.04º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C20 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 156 | 32 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.39 |
| HSL | 129.04º | 0.88% | 0.33% | - |
| HSV(B) | 129.04º | 0.94% | 0.61% | - |
| XYZ | 12.27 | 23.95 | 5.34 | - |
| YUV | 98.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 156 | 32 | 0.94 | 0 | 0.79 | 0.39 | 129.04 | 0.88 | 0.33 |
| Hex | A | 9C | 20 | 5E | 0 | 4F | 27 | 81 | 58 | 21 |
| Octal | 12 | 234 | 40 | 136 | 0 | 117 | 47 | 201 | 130 | 41 |
| Binary | 1010 | 10011100 | 100000 | 1011110 | 0 | 1001111 | 100111 | 10000001 | 1011000 | 100001 |
Color Harmonies of #0A9C20
Complementary color
Monochromatic Colors of #0A9C20
Black with #0A9C20
Text Example
Text Example
White with #0A9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9C20; }
p { color: rgb(10,156,32); }
H1.HeaderClassName
{
color: #0A9C20;
}
.AnyTagClassName
{
color: #0A9C20;
}
</style>
background-color css
<style>
a { background-color: #0A9C20; }
a { background-color: rgb(10,156,32); }
div.DivClassName
{
background-color: #0A9C20;
}
.BgClassName
{
background-color: #0A9C20;
}
</style>
border-color css
<style>
span { border-color: #0A9C20; }
span { border-color: rgb(10,156,32); }
td.TdClassName
{
border-color: #0A9C20;
}
.TagClassName
{
border-color: #0A9C20;
}
</style>