Shades of Malachite #0CC86C
Tints of Malachite #0CC86C
RGB
CMYK
RGB Variations
Color information
#0CC86C (or 0x0CC86C) is known color: Malachite. HEX triplet: 0C, C8 and 6C. RGB value is (12,200,108). Sum of RGB (Red+Green+Blue) = 12+200+108=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC86C is #F33793. Grayscale: #858585. Windows color (decimal): -15939476 or 7129100. OLE color: 7129100.
HSL color Cylindrical-coordinate representation of color #0CC86C: hue angle of 150.64º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC86C is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 108 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.22 |
| HSL | 150.64º | 0.89% | 0.42% | - |
| HSV(B) | 150.64º | 0.94% | 0.78% | - |
| XYZ | 23.51 | 42.47 | 21.15 | - |
| YUV | 133.3 | 113.72 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 108 | 0.94 | 0 | 0.46 | 0.22 | 150.64 | 0.89 | 0.42 |
| Hex | C | C8 | 6C | 5E | 0 | 2E | 16 | 97 | 59 | 2A |
| Octal | 14 | 310 | 154 | 136 | 0 | 56 | 26 | 227 | 131 | 52 |
| Binary | 1100 | 11001000 | 1101100 | 1011110 | 0 | 101110 | 10110 | 10010111 | 1011001 | 101010 |
Color Harmonies of #0CC86C
Complementary color
Monochromatic Colors of #0CC86C
Black with #0CC86C
Text Example
Text Example
White with #0CC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC86C; }
p { color: rgb(12,200,108); }
H1.HeaderClassName
{
color: #0CC86C;
}
.AnyTagClassName
{
color: #0CC86C;
}
</style>
background-color css
<style>
a { background-color: #0CC86C; }
a { background-color: rgb(12,200,108); }
div.DivClassName
{
background-color: #0CC86C;
}
.BgClassName
{
background-color: #0CC86C;
}
</style>
border-color css
<style>
span { border-color: #0CC86C; }
span { border-color: rgb(12,200,108); }
td.TdClassName
{
border-color: #0CC86C;
}
.TagClassName
{
border-color: #0CC86C;
}
</style>