Shades of Green #0C840F
Tints of Green #0C840F
RGB
CMYK
RGB Variations
Color information
#0C840F (or 0x0C840F) is known color: Green. HEX triplet: 0C, 84 and 0F. RGB value is (12,132,15). Sum of RGB (Red+Green+Blue) = 12+132+15=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 132 (51.95% from 255 or 83.02% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 132 - color contains mainly: green. Hex color #0C840F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C840F is #F37BF0. Grayscale: #535353. Windows color (decimal): -15956977 or 1016844. OLE color: 1016844.
HSL color Cylindrical-coordinate representation of color #0C840F: hue angle of 121.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C840F is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 15 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.48 |
| HSL | 121.5º | 0.83% | 0.28% | - |
| HSV(B) | 121.5º | 0.91% | 0.52% | - |
| XYZ | 8.49 | 16.62 | 3.21 | - |
| YUV | 82.78 | 89.74 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 15 | 0.91 | 0 | 0.89 | 0.48 | 121.5 | 0.83 | 0.28 |
| Hex | C | 84 | F | 5B | 0 | 59 | 30 | 7A | 53 | 1C |
| Octal | 14 | 204 | 17 | 133 | 0 | 131 | 60 | 172 | 123 | 34 |
| Binary | 1100 | 10000100 | 1111 | 1011011 | 0 | 1011001 | 110000 | 1111010 | 1010011 | 11100 |
Color Harmonies of #0C840F
Complementary color
Monochromatic Colors of #0C840F
Black with #0C840F
Text Example
Text Example
White with #0C840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C840F; }
p { color: rgb(12,132,15); }
H1.HeaderClassName
{
color: #0C840F;
}
.AnyTagClassName
{
color: #0C840F;
}
</style>
background-color css
<style>
a { background-color: #0C840F; }
a { background-color: rgb(12,132,15); }
div.DivClassName
{
background-color: #0C840F;
}
.BgClassName
{
background-color: #0C840F;
}
</style>
border-color css
<style>
span { border-color: #0C840F; }
span { border-color: rgb(12,132,15); }
td.TdClassName
{
border-color: #0C840F;
}
.TagClassName
{
border-color: #0C840F;
}
</style>