Shades of Forest Green #0C9126
Tints of Forest Green #0C9126
RGB
CMYK
RGB Variations
Color information
#0C9126 (or 0x0C9126) is known color: Forest Green. HEX triplet: 0C, 91 and 26. RGB value is (12,145,38). Sum of RGB (Red+Green+Blue) = 12+145+38=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9126 is #F36ED9. Grayscale: #5D5D5D. Windows color (decimal): -15953626 or 2527500. OLE color: 2527500.
HSL color Cylindrical-coordinate representation of color #0C9126: hue angle of 131.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9126 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 38 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.43 |
| HSL | 131.73º | 0.85% | 0.31% | - |
| HSV(B) | 131.73º | 0.92% | 0.57% | - |
| XYZ | 10.63 | 20.47 | 5.22 | - |
| YUV | 93.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 38 | 0.92 | 0 | 0.74 | 0.43 | 131.73 | 0.85 | 0.31 |
| Hex | C | 91 | 26 | 5C | 0 | 4A | 2B | 84 | 55 | 1F |
| Octal | 14 | 221 | 46 | 134 | 0 | 112 | 53 | 204 | 125 | 37 |
| Binary | 1100 | 10010001 | 100110 | 1011100 | 0 | 1001010 | 101011 | 10000100 | 1010101 | 11111 |
Color Harmonies of #0C9126
Complementary color
Monochromatic Colors of #0C9126
Black with #0C9126
Text Example
Text Example
White with #0C9126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9126; }
p { color: rgb(12,145,38); }
H1.HeaderClassName
{
color: #0C9126;
}
.AnyTagClassName
{
color: #0C9126;
}
</style>
background-color css
<style>
a { background-color: #0C9126; }
a { background-color: rgb(12,145,38); }
div.DivClassName
{
background-color: #0C9126;
}
.BgClassName
{
background-color: #0C9126;
}
</style>
border-color css
<style>
span { border-color: #0C9126; }
span { border-color: rgb(12,145,38); }
td.TdClassName
{
border-color: #0C9126;
}
.TagClassName
{
border-color: #0C9126;
}
</style>