Shades of Forest Green #0C9619
Tints of Forest Green #0C9619
RGB
CMYK
RGB Variations
Color information
#0C9619 (or 0x0C9619) is known color: Forest Green. HEX triplet: 0C, 96 and 19. RGB value is (12,150,25). Sum of RGB (Red+Green+Blue) = 12+150+25=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9619 is #F369E6. Grayscale: #5E5E5E. Windows color (decimal): -15952359 or 1676812. OLE color: 1676812.
HSL color Cylindrical-coordinate representation of color #0C9619: hue angle of 125.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9619 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 25 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.41 |
| HSL | 125.65º | 0.85% | 0.32% | - |
| HSV(B) | 125.65º | 0.92% | 0.59% | - |
| XYZ | 11.23 | 21.96 | 4.57 | - |
| YUV | 94.49 | 88.78 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 25 | 0.92 | 0 | 0.83 | 0.41 | 125.65 | 0.85 | 0.32 |
| Hex | C | 96 | 19 | 5C | 0 | 53 | 29 | 7E | 55 | 20 |
| Octal | 14 | 226 | 31 | 134 | 0 | 123 | 51 | 176 | 125 | 40 |
| Binary | 1100 | 10010110 | 11001 | 1011100 | 0 | 1010011 | 101001 | 1111110 | 1010101 | 100000 |
Color Harmonies of #0C9619
Complementary color
Monochromatic Colors of #0C9619
Black with #0C9619
Text Example
Text Example
White with #0C9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9619; }
p { color: rgb(12,150,25); }
H1.HeaderClassName
{
color: #0C9619;
}
.AnyTagClassName
{
color: #0C9619;
}
</style>
background-color css
<style>
a { background-color: #0C9619; }
a { background-color: rgb(12,150,25); }
div.DivClassName
{
background-color: #0C9619;
}
.BgClassName
{
background-color: #0C9619;
}
</style>
border-color css
<style>
span { border-color: #0C9619; }
span { border-color: rgb(12,150,25); }
td.TdClassName
{
border-color: #0C9619;
}
.TagClassName
{
border-color: #0C9619;
}
</style>