Shades of Malachite #0CD861
Tints of Malachite #0CD861
RGB
CMYK
RGB Variations
Color information
#0CD861 (or 0x0CD861) is known color: Malachite. HEX triplet: 0C, D8 and 61. RGB value is (12,216,97). Sum of RGB (Red+Green+Blue) = 12+216+97=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD861 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD861 is #F3279E. Grayscale: #8D8D8D. Windows color (decimal): -15935391 or 6412300. OLE color: 6412300.
HSL color Cylindrical-coordinate representation of color #0CD861: hue angle of 145º 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 #0CD861 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 97 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.15 |
| HSL | 145º | 0.89% | 0.45% | - |
| HSV(B) | 145º | 0.94% | 0.85% | - |
| XYZ | 26.87 | 50.05 | 19.55 | - |
| YUV | 141.44 | 102.91 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 97 | 0.94 | 0 | 0.55 | 0.15 | 145 | 0.89 | 0.45 |
| Hex | C | D8 | 61 | 5E | 0 | 37 | F | 91 | 59 | 2D |
| Octal | 14 | 330 | 141 | 136 | 0 | 67 | 17 | 221 | 131 | 55 |
| Binary | 1100 | 11011000 | 1100001 | 1011110 | 0 | 110111 | 1111 | 10010001 | 1011001 | 101101 |
Color Harmonies of #0CD861
Complementary color
Monochromatic Colors of #0CD861
Black with #0CD861
Text Example
Text Example
White with #0CD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD861; }
p { color: rgb(12,216,97); }
H1.HeaderClassName
{
color: #0CD861;
}
.AnyTagClassName
{
color: #0CD861;
}
</style>
background-color css
<style>
a { background-color: #0CD861; }
a { background-color: rgb(12,216,97); }
div.DivClassName
{
background-color: #0CD861;
}
.BgClassName
{
background-color: #0CD861;
}
</style>
border-color css
<style>
span { border-color: #0CD861; }
span { border-color: rgb(12,216,97); }
td.TdClassName
{
border-color: #0CD861;
}
.TagClassName
{
border-color: #0CD861;
}
</style>