Shades of Forest Green #0CA021
Tints of Forest Green #0CA021
RGB
CMYK
RGB Variations
Color information
#0CA021 (or 0x0CA021) is known color: Forest Green. HEX triplet: 0C, A0 and 21. RGB value is (12,160,33). Sum of RGB (Red+Green+Blue) = 12+160+33=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA021 is #F35FDE. Grayscale: #656565. Windows color (decimal): -15949791 or 2203660. OLE color: 2203660.
HSL color Cylindrical-coordinate representation of color #0CA021: hue angle of 128.51º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA021 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 160 | 33 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.37 |
| HSL | 128.51º | 0.86% | 0.34% | - |
| HSV(B) | 128.51º | 0.93% | 0.63% | - |
| XYZ | 13 | 25.33 | 5.64 | - |
| YUV | 101.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 33 | 0.93 | 0 | 0.79 | 0.37 | 128.51 | 0.86 | 0.34 |
| Hex | C | A0 | 21 | 5D | 0 | 4F | 25 | 81 | 56 | 22 |
| Octal | 14 | 240 | 41 | 135 | 0 | 117 | 45 | 201 | 126 | 42 |
| Binary | 1100 | 10100000 | 100001 | 1011101 | 0 | 1001111 | 100101 | 10000001 | 1010110 | 100010 |
Color Harmonies of #0CA021
Complementary color
Monochromatic Colors of #0CA021
Black with #0CA021
Text Example
Text Example
White with #0CA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA021; }
p { color: rgb(12,160,33); }
H1.HeaderClassName
{
color: #0CA021;
}
.AnyTagClassName
{
color: #0CA021;
}
</style>
background-color css
<style>
a { background-color: #0CA021; }
a { background-color: rgb(12,160,33); }
div.DivClassName
{
background-color: #0CA021;
}
.BgClassName
{
background-color: #0CA021;
}
</style>
border-color css
<style>
span { border-color: #0CA021; }
span { border-color: rgb(12,160,33); }
td.TdClassName
{
border-color: #0CA021;
}
.TagClassName
{
border-color: #0CA021;
}
</style>