Shades of Malachite #0CC963
Tints of Malachite #0CC963
RGB
CMYK
RGB Variations
Color information
#0CC963 (or 0x0CC963) is known color: Malachite. HEX triplet: 0C, C9 and 63. RGB value is (12,201,99). Sum of RGB (Red+Green+Blue) = 12+201+99=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC963 is #F3369C. Grayscale: #858585. Windows color (decimal): -15939229 or 6539532. OLE color: 6539532.
HSL color Cylindrical-coordinate representation of color #0CC963: hue angle of 147.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC963 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 99 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.21 |
| HSL | 147.62º | 0.89% | 0.42% | - |
| HSV(B) | 147.62º | 0.94% | 0.79% | - |
| XYZ | 23.29 | 42.75 | 18.83 | - |
| YUV | 132.86 | 108.88 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 99 | 0.94 | 0 | 0.51 | 0.21 | 147.62 | 0.89 | 0.42 |
| Hex | C | C9 | 63 | 5E | 0 | 33 | 15 | 94 | 59 | 2A |
| Octal | 14 | 311 | 143 | 136 | 0 | 63 | 25 | 224 | 131 | 52 |
| Binary | 1100 | 11001001 | 1100011 | 1011110 | 0 | 110011 | 10101 | 10010100 | 1011001 | 101010 |
Color Harmonies of #0CC963
Complementary color
Monochromatic Colors of #0CC963
Black with #0CC963
Text Example
Text Example
White with #0CC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC963; }
p { color: rgb(12,201,99); }
H1.HeaderClassName
{
color: #0CC963;
}
.AnyTagClassName
{
color: #0CC963;
}
</style>
background-color css
<style>
a { background-color: #0CC963; }
a { background-color: rgb(12,201,99); }
div.DivClassName
{
background-color: #0CC963;
}
.BgClassName
{
background-color: #0CC963;
}
</style>
border-color css
<style>
span { border-color: #0CC963; }
span { border-color: rgb(12,201,99); }
td.TdClassName
{
border-color: #0CC963;
}
.TagClassName
{
border-color: #0CC963;
}
</style>