Shades of Malachite #0CD860
Tints of Malachite #0CD860
RGB
CMYK
RGB Variations
Color information
#0CD860 (or 0x0CD860) is known color: Malachite. HEX triplet: 0C, D8 and 60. RGB value is (12,216,96). Sum of RGB (Red+Green+Blue) = 12+216+96=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD860 is #F3279F. Grayscale: #8D8D8D. Windows color (decimal): -15935392 or 6346764. OLE color: 6346764.
HSL color Cylindrical-coordinate representation of color #0CD860: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD860 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 96 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.15 |
| HSL | 144.71º | 0.89% | 0.45% | - |
| HSV(B) | 144.71º | 0.94% | 0.85% | - |
| XYZ | 26.82 | 50.03 | 19.31 | - |
| YUV | 141.32 | 102.41 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 96 | 0.94 | 0 | 0.56 | 0.15 | 144.71 | 0.89 | 0.45 |
| Hex | C | D8 | 60 | 5E | 0 | 38 | F | 91 | 59 | 2D |
| Octal | 14 | 330 | 140 | 136 | 0 | 70 | 17 | 221 | 131 | 55 |
| Binary | 1100 | 11011000 | 1100000 | 1011110 | 0 | 111000 | 1111 | 10010001 | 1011001 | 101101 |
Color Harmonies of #0CD860
Complementary color
Monochromatic Colors of #0CD860
Black with #0CD860
Text Example
Text Example
White with #0CD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD860; }
p { color: rgb(12,216,96); }
H1.HeaderClassName
{
color: #0CD860;
}
.AnyTagClassName
{
color: #0CD860;
}
</style>
background-color css
<style>
a { background-color: #0CD860; }
a { background-color: rgb(12,216,96); }
div.DivClassName
{
background-color: #0CD860;
}
.BgClassName
{
background-color: #0CD860;
}
</style>
border-color css
<style>
span { border-color: #0CD860; }
span { border-color: rgb(12,216,96); }
td.TdClassName
{
border-color: #0CD860;
}
.TagClassName
{
border-color: #0CD860;
}
</style>