Shades of Malachite #0CD872
Tints of Malachite #0CD872
RGB
CMYK
RGB Variations
Color information
#0CD872 (or 0x0CD872) is known color: Malachite. HEX triplet: 0C, D8 and 72. RGB value is (12,216,114). Sum of RGB (Red+Green+Blue) = 12+216+114=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD872 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD872 is #F3278D. Grayscale: #8F8F8F. Windows color (decimal): -15935374 or 7526412. OLE color: 7526412.
HSL color Cylindrical-coordinate representation of color #0CD872: hue angle of 150º degrees, saturation: 0.89, 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 #0CD872 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 114 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.15 |
| HSL | 150º | 0.89% | 0.45% | - |
| HSV(B) | 150º | 0.94% | 0.85% | - |
| XYZ | 27.74 | 50.4 | 24.19 | - |
| YUV | 143.38 | 111.41 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 114 | 0.94 | 0 | 0.47 | 0.15 | 150 | 0.89 | 0.45 |
| Hex | C | D8 | 72 | 5E | 0 | 2F | F | 96 | 59 | 2D |
| Octal | 14 | 330 | 162 | 136 | 0 | 57 | 17 | 226 | 131 | 55 |
| Binary | 1100 | 11011000 | 1110010 | 1011110 | 0 | 101111 | 1111 | 10010110 | 1011001 | 101101 |
Color Harmonies of #0CD872
Complementary color
Monochromatic Colors of #0CD872
Black with #0CD872
Text Example
Text Example
White with #0CD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD872; }
p { color: rgb(12,216,114); }
H1.HeaderClassName
{
color: #0CD872;
}
.AnyTagClassName
{
color: #0CD872;
}
</style>
background-color css
<style>
a { background-color: #0CD872; }
a { background-color: rgb(12,216,114); }
div.DivClassName
{
background-color: #0CD872;
}
.BgClassName
{
background-color: #0CD872;
}
</style>
border-color css
<style>
span { border-color: #0CD872; }
span { border-color: rgb(12,216,114); }
td.TdClassName
{
border-color: #0CD872;
}
.TagClassName
{
border-color: #0CD872;
}
</style>