Shades of Forest Green #0C9519
Tints of Forest Green #0C9519
RGB
CMYK
RGB Variations
Color information
#0C9519 (or 0x0C9519) is known color: Forest Green. HEX triplet: 0C, 95 and 19. RGB value is (12,149,25). Sum of RGB (Red+Green+Blue) = 12+149+25=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9519 is #F36AE6. Grayscale: #5E5E5E. Windows color (decimal): -15952615 or 1676556. OLE color: 1676556.
HSL color Cylindrical-coordinate representation of color #0C9519: hue angle of 125.69º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9519 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 25 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.42 |
| HSL | 125.69º | 0.85% | 0.32% | - |
| HSV(B) | 125.69º | 0.92% | 0.58% | - |
| XYZ | 11.07 | 21.64 | 4.51 | - |
| YUV | 93.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 25 | 0.92 | 0 | 0.83 | 0.42 | 125.69 | 0.85 | 0.32 |
| Hex | C | 95 | 19 | 5C | 0 | 53 | 2A | 7E | 55 | 20 |
| Octal | 14 | 225 | 31 | 134 | 0 | 123 | 52 | 176 | 125 | 40 |
| Binary | 1100 | 10010101 | 11001 | 1011100 | 0 | 1010011 | 101010 | 1111110 | 1010101 | 100000 |
Color Harmonies of #0C9519
Complementary color
Monochromatic Colors of #0C9519
Black with #0C9519
Text Example
Text Example
White with #0C9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9519; }
p { color: rgb(12,149,25); }
H1.HeaderClassName
{
color: #0C9519;
}
.AnyTagClassName
{
color: #0C9519;
}
</style>
background-color css
<style>
a { background-color: #0C9519; }
a { background-color: rgb(12,149,25); }
div.DivClassName
{
background-color: #0C9519;
}
.BgClassName
{
background-color: #0C9519;
}
</style>
border-color css
<style>
span { border-color: #0C9519; }
span { border-color: rgb(12,149,25); }
td.TdClassName
{
border-color: #0C9519;
}
.TagClassName
{
border-color: #0C9519;
}
</style>