Shades of Malachite #0CD251
Tints of Malachite #0CD251
RGB
CMYK
RGB Variations
Color information
#0CD251 (or 0x0CD251) is known color: Malachite. HEX triplet: 0C, D2 and 51. RGB value is (12,210,81). Sum of RGB (Red+Green+Blue) = 12+210+81=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD251 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD251 is #F32DAE. Grayscale: #888888. Windows color (decimal): -15936943 or 5362188. OLE color: 5362188.
HSL color Cylindrical-coordinate representation of color #0CD251: hue angle of 140.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD251 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 81 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.18 |
| HSL | 140.91º | 0.89% | 0.44% | - |
| HSV(B) | 140.91º | 0.94% | 0.82% | - |
| XYZ | 24.68 | 46.77 | 15.51 | - |
| YUV | 136.09 | 96.9 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 81 | 0.94 | 0 | 0.61 | 0.18 | 140.91 | 0.89 | 0.44 |
| Hex | C | D2 | 51 | 5E | 0 | 3D | 12 | 8D | 59 | 2C |
| Octal | 14 | 322 | 121 | 136 | 0 | 75 | 22 | 215 | 131 | 54 |
| Binary | 1100 | 11010010 | 1010001 | 1011110 | 0 | 111101 | 10010 | 10001101 | 1011001 | 101100 |
Color Harmonies of #0CD251
Complementary color
Monochromatic Colors of #0CD251
Black with #0CD251
Text Example
Text Example
White with #0CD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD251; }
p { color: rgb(12,210,81); }
H1.HeaderClassName
{
color: #0CD251;
}
.AnyTagClassName
{
color: #0CD251;
}
</style>
background-color css
<style>
a { background-color: #0CD251; }
a { background-color: rgb(12,210,81); }
div.DivClassName
{
background-color: #0CD251;
}
.BgClassName
{
background-color: #0CD251;
}
</style>
border-color css
<style>
span { border-color: #0CD251; }
span { border-color: rgb(12,210,81); }
td.TdClassName
{
border-color: #0CD251;
}
.TagClassName
{
border-color: #0CD251;
}
</style>