Shades of Malachite #0CD658
Tints of Malachite #0CD658
RGB
CMYK
RGB Variations
Color information
#0CD658 (or 0x0CD658) is known color: Malachite. HEX triplet: 0C, D6 and 58. RGB value is (12,214,88). Sum of RGB (Red+Green+Blue) = 12+214+88=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD658 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD658 is #F329A7. Grayscale: #8B8B8B. Windows color (decimal): -15935912 or 5821964. OLE color: 5821964.
HSL color Cylindrical-coordinate representation of color #0CD658: hue angle of 142.57º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD658 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 214 | 88 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.16 |
| HSL | 142.57º | 0.89% | 0.44% | - |
| HSV(B) | 142.57º | 0.94% | 0.84% | - |
| XYZ | 25.96 | 48.88 | 17.3 | - |
| YUV | 139.24 | 99.08 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 214 | 88 | 0.94 | 0 | 0.59 | 0.16 | 142.57 | 0.89 | 0.44 |
| Hex | C | D6 | 58 | 5E | 0 | 3B | 10 | 8F | 59 | 2C |
| Octal | 14 | 326 | 130 | 136 | 0 | 73 | 20 | 217 | 131 | 54 |
| Binary | 1100 | 11010110 | 1011000 | 1011110 | 0 | 111011 | 10000 | 10001111 | 1011001 | 101100 |
Color Harmonies of #0CD658
Complementary color
Monochromatic Colors of #0CD658
Black with #0CD658
Text Example
Text Example
White with #0CD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD658; }
p { color: rgb(12,214,88); }
H1.HeaderClassName
{
color: #0CD658;
}
.AnyTagClassName
{
color: #0CD658;
}
</style>
background-color css
<style>
a { background-color: #0CD658; }
a { background-color: rgb(12,214,88); }
div.DivClassName
{
background-color: #0CD658;
}
.BgClassName
{
background-color: #0CD658;
}
</style>
border-color css
<style>
span { border-color: #0CD658; }
span { border-color: rgb(12,214,88); }
td.TdClassName
{
border-color: #0CD658;
}
.TagClassName
{
border-color: #0CD658;
}
</style>