Shades of Malachite #0CD256
Tints of Malachite #0CD256
RGB
CMYK
RGB Variations
Color information
#0CD256 (or 0x0CD256) is known color: Malachite. HEX triplet: 0C, D2 and 56. RGB value is (12,210,86). Sum of RGB (Red+Green+Blue) = 12+210+86=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD256 is #F32DA9. Grayscale: #888888. Windows color (decimal): -15936938 or 5689868. OLE color: 5689868.
HSL color Cylindrical-coordinate representation of color #0CD256: hue angle of 142.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD256 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 86 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.18 |
| HSL | 142.42º | 0.89% | 0.44% | - |
| HSV(B) | 142.42º | 0.94% | 0.82% | - |
| XYZ | 24.88 | 46.84 | 16.53 | - |
| YUV | 136.66 | 99.4 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 86 | 0.94 | 0 | 0.59 | 0.18 | 142.42 | 0.89 | 0.44 |
| Hex | C | D2 | 56 | 5E | 0 | 3B | 12 | 8E | 59 | 2C |
| Octal | 14 | 322 | 126 | 136 | 0 | 73 | 22 | 216 | 131 | 54 |
| Binary | 1100 | 11010010 | 1010110 | 1011110 | 0 | 111011 | 10010 | 10001110 | 1011001 | 101100 |
Color Harmonies of #0CD256
Complementary color
Monochromatic Colors of #0CD256
Black with #0CD256
Text Example
Text Example
White with #0CD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD256; }
p { color: rgb(12,210,86); }
H1.HeaderClassName
{
color: #0CD256;
}
.AnyTagClassName
{
color: #0CD256;
}
</style>
background-color css
<style>
a { background-color: #0CD256; }
a { background-color: rgb(12,210,86); }
div.DivClassName
{
background-color: #0CD256;
}
.BgClassName
{
background-color: #0CD256;
}
</style>
border-color css
<style>
span { border-color: #0CD256; }
span { border-color: rgb(12,210,86); }
td.TdClassName
{
border-color: #0CD256;
}
.TagClassName
{
border-color: #0CD256;
}
</style>