Shades of Malachite #0CD56C
Tints of Malachite #0CD56C
RGB
CMYK
RGB Variations
Color information
#0CD56C (or 0x0CD56C) is known color: Malachite. HEX triplet: 0C, D5 and 6C. RGB value is (12,213,108). Sum of RGB (Red+Green+Blue) = 12+213+108=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD56C is #F32A93. Grayscale: #8D8D8D. Windows color (decimal): -15936148 or 7132428. OLE color: 7132428.
HSL color Cylindrical-coordinate representation of color #0CD56C: hue angle of 148.66º 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 #0CD56C is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 108 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.16 |
| HSL | 148.66º | 0.89% | 0.44% | - |
| HSV(B) | 148.66º | 0.94% | 0.84% | - |
| XYZ | 26.65 | 48.75 | 22.19 | - |
| YUV | 140.93 | 109.41 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 108 | 0.94 | 0 | 0.49 | 0.16 | 148.66 | 0.89 | 0.44 |
| Hex | C | D5 | 6C | 5E | 0 | 31 | 10 | 95 | 59 | 2C |
| Octal | 14 | 325 | 154 | 136 | 0 | 61 | 20 | 225 | 131 | 54 |
| Binary | 1100 | 11010101 | 1101100 | 1011110 | 0 | 110001 | 10000 | 10010101 | 1011001 | 101100 |
Color Harmonies of #0CD56C
Complementary color
Monochromatic Colors of #0CD56C
Black with #0CD56C
Text Example
Text Example
White with #0CD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD56C; }
p { color: rgb(12,213,108); }
H1.HeaderClassName
{
color: #0CD56C;
}
.AnyTagClassName
{
color: #0CD56C;
}
</style>
background-color css
<style>
a { background-color: #0CD56C; }
a { background-color: rgb(12,213,108); }
div.DivClassName
{
background-color: #0CD56C;
}
.BgClassName
{
background-color: #0CD56C;
}
</style>
border-color css
<style>
span { border-color: #0CD56C; }
span { border-color: rgb(12,213,108); }
td.TdClassName
{
border-color: #0CD56C;
}
.TagClassName
{
border-color: #0CD56C;
}
</style>