Shades of Malachite #0CD959
Tints of Malachite #0CD959
RGB
CMYK
RGB Variations
Color information
#0CD959 (or 0x0CD959) is known color: Malachite. HEX triplet: 0C, D9 and 59. RGB value is (12,217,89). Sum of RGB (Red+Green+Blue) = 12+217+89=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD959 is #F326A6. Grayscale: #8D8D8D. Windows color (decimal): -15935143 or 5888268. OLE color: 5888268.
HSL color Cylindrical-coordinate representation of color #0CD959: hue angle of 142.54º degrees, saturation: 0.9, 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 #0CD959 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 89 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.15 |
| HSL | 142.54º | 0.9% | 0.45% | - |
| HSV(B) | 142.54º | 0.94% | 0.85% | - |
| XYZ | 26.77 | 50.43 | 17.77 | - |
| YUV | 141.11 | 98.58 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 89 | 0.94 | 0 | 0.59 | 0.15 | 142.54 | 0.9 | 0.45 |
| Hex | C | D9 | 59 | 5E | 0 | 3B | F | 8F | 5A | 2D |
| Octal | 14 | 331 | 131 | 136 | 0 | 73 | 17 | 217 | 132 | 55 |
| Binary | 1100 | 11011001 | 1011001 | 1011110 | 0 | 111011 | 1111 | 10001111 | 1011010 | 101101 |
Color Harmonies of #0CD959
Complementary color
Monochromatic Colors of #0CD959
Black with #0CD959
Text Example
Text Example
White with #0CD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD959; }
p { color: rgb(12,217,89); }
H1.HeaderClassName
{
color: #0CD959;
}
.AnyTagClassName
{
color: #0CD959;
}
</style>
background-color css
<style>
a { background-color: #0CD959; }
a { background-color: rgb(12,217,89); }
div.DivClassName
{
background-color: #0CD959;
}
.BgClassName
{
background-color: #0CD959;
}
</style>
border-color css
<style>
span { border-color: #0CD959; }
span { border-color: rgb(12,217,89); }
td.TdClassName
{
border-color: #0CD959;
}
.TagClassName
{
border-color: #0CD959;
}
</style>