Shades of Forest Green #0CA21F
Tints of Forest Green #0CA21F
RGB
CMYK
RGB Variations
Color information
#0CA21F (or 0x0CA21F) is known color: Forest Green. HEX triplet: 0C, A2 and 1F. RGB value is (12,162,31). Sum of RGB (Red+Green+Blue) = 12+162+31=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA21F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA21F is #F35DE0. Grayscale: #666666. Windows color (decimal): -15949281 or 2073100. OLE color: 2073100.
HSL color Cylindrical-coordinate representation of color #0CA21F: hue angle of 127.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA21F is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 31 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.36 |
| HSL | 127.6º | 0.86% | 0.34% | - |
| HSV(B) | 127.6º | 0.93% | 0.64% | - |
| XYZ | 13.32 | 26.02 | 5.62 | - |
| YUV | 102.22 | 87.81 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 31 | 0.93 | 0 | 0.81 | 0.36 | 127.6 | 0.86 | 0.34 |
| Hex | C | A2 | 1F | 5D | 0 | 51 | 24 | 80 | 56 | 22 |
| Octal | 14 | 242 | 37 | 135 | 0 | 121 | 44 | 200 | 126 | 42 |
| Binary | 1100 | 10100010 | 11111 | 1011101 | 0 | 1010001 | 100100 | 10000000 | 1010110 | 100010 |
Color Harmonies of #0CA21F
Complementary color
Monochromatic Colors of #0CA21F
Black with #0CA21F
Text Example
Text Example
White with #0CA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA21F; }
p { color: rgb(12,162,31); }
H1.HeaderClassName
{
color: #0CA21F;
}
.AnyTagClassName
{
color: #0CA21F;
}
</style>
background-color css
<style>
a { background-color: #0CA21F; }
a { background-color: rgb(12,162,31); }
div.DivClassName
{
background-color: #0CA21F;
}
.BgClassName
{
background-color: #0CA21F;
}
</style>
border-color css
<style>
span { border-color: #0CA21F; }
span { border-color: rgb(12,162,31); }
td.TdClassName
{
border-color: #0CA21F;
}
.TagClassName
{
border-color: #0CA21F;
}
</style>