Shades of Forest Green #0C911A
Tints of Forest Green #0C911A
RGB
CMYK
RGB Variations
Color information
#0C911A (or 0x0C911A) is known color: Forest Green. HEX triplet: 0C, 91 and 1A. RGB value is (12,145,26). Sum of RGB (Red+Green+Blue) = 12+145+26=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 145 (57.03% from 255 or 79.23% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 145 - color contains mainly: green. Hex color #0C911A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C911A is #F36EE5. Grayscale: #5C5C5C. Windows color (decimal): -15953638 or 1741068. OLE color: 1741068.
HSL color Cylindrical-coordinate representation of color #0C911A: hue angle of 126.32º 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 #0C911A is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 26 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.43 |
| HSL | 126.32º | 0.85% | 0.31% | - |
| HSV(B) | 126.32º | 0.92% | 0.57% | - |
| XYZ | 10.46 | 20.4 | 4.36 | - |
| YUV | 91.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 26 | 0.92 | 0 | 0.82 | 0.43 | 126.32 | 0.85 | 0.31 |
| Hex | C | 91 | 1A | 5C | 0 | 52 | 2B | 7E | 55 | 1F |
| Octal | 14 | 221 | 32 | 134 | 0 | 122 | 53 | 176 | 125 | 37 |
| Binary | 1100 | 10010001 | 11010 | 1011100 | 0 | 1010010 | 101011 | 1111110 | 1010101 | 11111 |
Color Harmonies of #0C911A
Complementary color
Monochromatic Colors of #0C911A
Black with #0C911A
Text Example
Text Example
White with #0C911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C911A; }
p { color: rgb(12,145,26); }
H1.HeaderClassName
{
color: #0C911A;
}
.AnyTagClassName
{
color: #0C911A;
}
</style>
background-color css
<style>
a { background-color: #0C911A; }
a { background-color: rgb(12,145,26); }
div.DivClassName
{
background-color: #0C911A;
}
.BgClassName
{
background-color: #0C911A;
}
</style>
border-color css
<style>
span { border-color: #0C911A; }
span { border-color: rgb(12,145,26); }
td.TdClassName
{
border-color: #0C911A;
}
.TagClassName
{
border-color: #0C911A;
}
</style>