Shades of Green #0C8402
Tints of Green #0C8402
RGB
CMYK
RGB Variations
Color information
#0C8402 (or 0x0C8402) is known color: Green. HEX triplet: 0C, 84 and 02. RGB value is (12,132,2). Sum of RGB (Red+Green+Blue) = 12+132+2=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 132 (51.95% from 255 or 90.41% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8402 is #F37BFD. Grayscale: #515151. Windows color (decimal): -15956990 or 164876. OLE color: 164876.
HSL color Cylindrical-coordinate representation of color #0C8402: hue angle of 115.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C8402 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.48 |
| HSL | 115.38º | 0.97% | 0.26% | - |
| HSV(B) | 115.38º | 0.98% | 0.52% | - |
| XYZ | 8.41 | 16.59 | 2.82 | - |
| YUV | 81.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 2 | 0.91 | 0 | 0.98 | 0.48 | 115.38 | 0.97 | 0.26 |
| Hex | C | 84 | 2 | 5B | 0 | 62 | 30 | 73 | 61 | 1A |
| Octal | 14 | 204 | 2 | 133 | 0 | 142 | 60 | 163 | 141 | 32 |
| Binary | 1100 | 10000100 | 10 | 1011011 | 0 | 1100010 | 110000 | 1110011 | 1100001 | 11010 |
Color Harmonies of #0C8402
Complementary color
Monochromatic Colors of #0C8402
Black with #0C8402
Text Example
Text Example
White with #0C8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8402; }
p { color: rgb(12,132,2); }
H1.HeaderClassName
{
color: #0C8402;
}
.AnyTagClassName
{
color: #0C8402;
}
</style>
background-color css
<style>
a { background-color: #0C8402; }
a { background-color: rgb(12,132,2); }
div.DivClassName
{
background-color: #0C8402;
}
.BgClassName
{
background-color: #0C8402;
}
</style>
border-color css
<style>
span { border-color: #0C8402; }
span { border-color: rgb(12,132,2); }
td.TdClassName
{
border-color: #0C8402;
}
.TagClassName
{
border-color: #0C8402;
}
</style>