Shades of Malachite #0CD656
Tints of Malachite #0CD656
RGB
CMYK
RGB Variations
Color information
#0CD656 (or 0x0CD656) is known color: Malachite. HEX triplet: 0C, D6 and 56. RGB value is (12,214,86). Sum of RGB (Red+Green+Blue) = 12+214+86=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD656 is #F329A9. Grayscale: #8B8B8B. Windows color (decimal): -15935914 or 5690892. OLE color: 5690892.
HSL color Cylindrical-coordinate representation of color #0CD656: hue angle of 141.98º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD656 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 214 | 86 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.16 |
| HSL | 141.98º | 0.89% | 0.44% | - |
| HSV(B) | 141.98º | 0.94% | 0.84% | - |
| XYZ | 25.88 | 48.84 | 16.87 | - |
| YUV | 139.01 | 98.08 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 214 | 86 | 0.94 | 0 | 0.60 | 0.16 | 141.98 | 0.89 | 0.44 |
| Hex | C | D6 | 56 | 5E | 0 | 3C | 10 | 8E | 59 | 2C |
| Octal | 14 | 326 | 126 | 136 | 0 | 74 | 20 | 216 | 131 | 54 |
| Binary | 1100 | 11010110 | 1010110 | 1011110 | 0 | 111100 | 10000 | 10001110 | 1011001 | 101100 |
Color Harmonies of #0CD656
Complementary color
Monochromatic Colors of #0CD656
Black with #0CD656
Text Example
Text Example
White with #0CD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD656; }
p { color: rgb(12,214,86); }
H1.HeaderClassName
{
color: #0CD656;
}
.AnyTagClassName
{
color: #0CD656;
}
</style>
background-color css
<style>
a { background-color: #0CD656; }
a { background-color: rgb(12,214,86); }
div.DivClassName
{
background-color: #0CD656;
}
.BgClassName
{
background-color: #0CD656;
}
</style>
border-color css
<style>
span { border-color: #0CD656; }
span { border-color: rgb(12,214,86); }
td.TdClassName
{
border-color: #0CD656;
}
.TagClassName
{
border-color: #0CD656;
}
</style>