Shades of Malachite #0CD45D
Tints of Malachite #0CD45D
RGB
CMYK
RGB Variations
Color information
#0CD45D (or 0x0CD45D) is known color: Malachite. HEX triplet: 0C, D4 and 5D. RGB value is (12,212,93). Sum of RGB (Red+Green+Blue) = 12+212+93=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 212 (83.20% from 255 or 66.88% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 212 - color contains mainly: green. Hex color #0CD45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD45D is #F32BA2. Grayscale: #8A8A8A. Windows color (decimal): -15936419 or 6149132. OLE color: 6149132.
HSL color Cylindrical-coordinate representation of color #0CD45D: hue angle of 144.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD45D is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 212 | 93 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.17 |
| HSL | 144.3º | 0.89% | 0.44% | - |
| HSV(B) | 144.3º | 0.94% | 0.83% | - |
| XYZ | 25.67 | 47.96 | 18.26 | - |
| YUV | 138.63 | 102.24 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 212 | 93 | 0.94 | 0 | 0.56 | 0.17 | 144.3 | 0.89 | 0.44 |
| Hex | C | D4 | 5D | 5E | 0 | 38 | 11 | 90 | 59 | 2C |
| Octal | 14 | 324 | 135 | 136 | 0 | 70 | 21 | 220 | 131 | 54 |
| Binary | 1100 | 11010100 | 1011101 | 1011110 | 0 | 111000 | 10001 | 10010000 | 1011001 | 101100 |
Color Harmonies of #0CD45D
Complementary color
Monochromatic Colors of #0CD45D
Black with #0CD45D
Text Example
Text Example
White with #0CD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD45D; }
p { color: rgb(12,212,93); }
H1.HeaderClassName
{
color: #0CD45D;
}
.AnyTagClassName
{
color: #0CD45D;
}
</style>
background-color css
<style>
a { background-color: #0CD45D; }
a { background-color: rgb(12,212,93); }
div.DivClassName
{
background-color: #0CD45D;
}
.BgClassName
{
background-color: #0CD45D;
}
</style>
border-color css
<style>
span { border-color: #0CD45D; }
span { border-color: rgb(12,212,93); }
td.TdClassName
{
border-color: #0CD45D;
}
.TagClassName
{
border-color: #0CD45D;
}
</style>