Shades of Malachite #0CD760
Tints of Malachite #0CD760
RGB
CMYK
RGB Variations
Color information
#0CD760 (or 0x0CD760) is known color: Malachite. HEX triplet: 0C, D7 and 60. RGB value is (12,215,96). Sum of RGB (Red+Green+Blue) = 12+215+96=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD760 is #F3289F. Grayscale: #8D8D8D. Windows color (decimal): -15935648 or 6346508. OLE color: 6346508.
HSL color Cylindrical-coordinate representation of color #0CD760: hue angle of 144.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD760 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 215 | 96 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.16 |
| HSL | 144.83º | 0.89% | 0.45% | - |
| HSV(B) | 144.83º | 0.94% | 0.84% | - |
| XYZ | 26.56 | 49.52 | 19.23 | - |
| YUV | 140.74 | 102.75 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 215 | 96 | 0.94 | 0 | 0.55 | 0.16 | 144.83 | 0.89 | 0.45 |
| Hex | C | D7 | 60 | 5E | 0 | 37 | 10 | 91 | 59 | 2D |
| Octal | 14 | 327 | 140 | 136 | 0 | 67 | 20 | 221 | 131 | 55 |
| Binary | 1100 | 11010111 | 1100000 | 1011110 | 0 | 110111 | 10000 | 10010001 | 1011001 | 101101 |
Color Harmonies of #0CD760
Complementary color
Monochromatic Colors of #0CD760
Black with #0CD760
Text Example
Text Example
White with #0CD760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD760; }
p { color: rgb(12,215,96); }
H1.HeaderClassName
{
color: #0CD760;
}
.AnyTagClassName
{
color: #0CD760;
}
</style>
background-color css
<style>
a { background-color: #0CD760; }
a { background-color: rgb(12,215,96); }
div.DivClassName
{
background-color: #0CD760;
}
.BgClassName
{
background-color: #0CD760;
}
</style>
border-color css
<style>
span { border-color: #0CD760; }
span { border-color: rgb(12,215,96); }
td.TdClassName
{
border-color: #0CD760;
}
.TagClassName
{
border-color: #0CD760;
}
</style>