Shades of Forest Green #0C981A
Tints of Forest Green #0C981A
RGB
CMYK
RGB Variations
Color information
#0C981A (or 0x0C981A) is known color: Forest Green. HEX triplet: 0C, 98 and 1A. RGB value is (12,152,26). Sum of RGB (Red+Green+Blue) = 12+152+26=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 152 (59.77% from 255 or 80% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 152 - color contains mainly: green. Hex color #0C981A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C981A is #F367E5. Grayscale: #606060. Windows color (decimal): -15951846 or 1742860. OLE color: 1742860.
HSL color Cylindrical-coordinate representation of color #0C981A: hue angle of 126º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C981A is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 26 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.40 |
| HSL | 126º | 0.85% | 0.32% | - |
| HSV(B) | 126º | 0.92% | 0.6% | - |
| XYZ | 11.57 | 22.61 | 4.73 | - |
| YUV | 95.78 | 88.62 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 26 | 0.92 | 0 | 0.83 | 0.40 | 126 | 0.85 | 0.32 |
| Hex | C | 98 | 1A | 5C | 0 | 53 | 28 | 7E | 55 | 20 |
| Octal | 14 | 230 | 32 | 134 | 0 | 123 | 50 | 176 | 125 | 40 |
| Binary | 1100 | 10011000 | 11010 | 1011100 | 0 | 1010011 | 101000 | 1111110 | 1010101 | 100000 |
Color Harmonies of #0C981A
Complementary color
Monochromatic Colors of #0C981A
Black with #0C981A
Text Example
Text Example
White with #0C981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C981A; }
p { color: rgb(12,152,26); }
H1.HeaderClassName
{
color: #0C981A;
}
.AnyTagClassName
{
color: #0C981A;
}
</style>
background-color css
<style>
a { background-color: #0C981A; }
a { background-color: rgb(12,152,26); }
div.DivClassName
{
background-color: #0C981A;
}
.BgClassName
{
background-color: #0C981A;
}
</style>
border-color css
<style>
span { border-color: #0C981A; }
span { border-color: rgb(12,152,26); }
td.TdClassName
{
border-color: #0C981A;
}
.TagClassName
{
border-color: #0C981A;
}
</style>