Shades of Forest Green #0A9C2C
Tints of Forest Green #0A9C2C
RGB
CMYK
RGB Variations
Color information
#0A9C2C (or 0x0A9C2C) is known color: Forest Green. HEX triplet: 0A, 9C and 2C. RGB value is (10,156,44). Sum of RGB (Red+Green+Blue) = 10+156+44=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 156 (61.33% from 255 or 74.29% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C2C is #F563D3. Grayscale: #636363. Windows color (decimal): -16081876 or 2923530. OLE color: 2923530.
HSL color Cylindrical-coordinate representation of color #0A9C2C: hue angle of 133.97º 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 #0A9C2C is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 156 | 44 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.39 |
| HSL | 133.97º | 0.88% | 0.33% | - |
| HSV(B) | 133.97º | 0.94% | 0.61% | - |
| XYZ | 12.47 | 24.02 | 6.36 | - |
| YUV | 99.58 | 96.63 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 156 | 44 | 0.94 | 0 | 0.72 | 0.39 | 133.97 | 0.88 | 0.33 |
| Hex | A | 9C | 2C | 5E | 0 | 48 | 27 | 86 | 58 | 21 |
| Octal | 12 | 234 | 54 | 136 | 0 | 110 | 47 | 206 | 130 | 41 |
| Binary | 1010 | 10011100 | 101100 | 1011110 | 0 | 1001000 | 100111 | 10000110 | 1011000 | 100001 |
Color Harmonies of #0A9C2C
Complementary color
Monochromatic Colors of #0A9C2C
Black with #0A9C2C
Text Example
Text Example
White with #0A9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9C2C; }
p { color: rgb(10,156,44); }
H1.HeaderClassName
{
color: #0A9C2C;
}
.AnyTagClassName
{
color: #0A9C2C;
}
</style>
background-color css
<style>
a { background-color: #0A9C2C; }
a { background-color: rgb(10,156,44); }
div.DivClassName
{
background-color: #0A9C2C;
}
.BgClassName
{
background-color: #0A9C2C;
}
</style>
border-color css
<style>
span { border-color: #0A9C2C; }
span { border-color: rgb(10,156,44); }
td.TdClassName
{
border-color: #0A9C2C;
}
.TagClassName
{
border-color: #0A9C2C;
}
</style>