Shades of Malachite #0CD272
Tints of Malachite #0CD272
RGB
CMYK
RGB Variations
Color information
#0CD272 (or 0x0CD272) is known color: Malachite. HEX triplet: 0C, D2 and 72. RGB value is (12,210,114). Sum of RGB (Red+Green+Blue) = 12+210+114=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD272 is #F32D8D. Grayscale: #8C8C8C. Windows color (decimal): -15936910 or 7524876. OLE color: 7524876.
HSL color Cylindrical-coordinate representation of color #0CD272: hue angle of 150.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 #0CD272 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 114 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.18 |
| HSL | 150.91º | 0.89% | 0.44% | - |
| HSV(B) | 150.91º | 0.94% | 0.82% | - |
| XYZ | 26.24 | 47.39 | 23.68 | - |
| YUV | 139.85 | 113.4 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 114 | 0.94 | 0 | 0.46 | 0.18 | 150.91 | 0.89 | 0.44 |
| Hex | C | D2 | 72 | 5E | 0 | 2E | 12 | 97 | 59 | 2C |
| Octal | 14 | 322 | 162 | 136 | 0 | 56 | 22 | 227 | 131 | 54 |
| Binary | 1100 | 11010010 | 1110010 | 1011110 | 0 | 101110 | 10010 | 10010111 | 1011001 | 101100 |
Color Harmonies of #0CD272
Complementary color
Monochromatic Colors of #0CD272
Black with #0CD272
Text Example
Text Example
White with #0CD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD272; }
p { color: rgb(12,210,114); }
H1.HeaderClassName
{
color: #0CD272;
}
.AnyTagClassName
{
color: #0CD272;
}
</style>
background-color css
<style>
a { background-color: #0CD272; }
a { background-color: rgb(12,210,114); }
div.DivClassName
{
background-color: #0CD272;
}
.BgClassName
{
background-color: #0CD272;
}
</style>
border-color css
<style>
span { border-color: #0CD272; }
span { border-color: rgb(12,210,114); }
td.TdClassName
{
border-color: #0CD272;
}
.TagClassName
{
border-color: #0CD272;
}
</style>