Shades of Malachite #0CDD6D
Tints of Malachite #0CDD6D
RGB
CMYK
RGB Variations
Color information
#0CDD6D (or 0x0CDD6D) is known color: Malachite. HEX triplet: 0C, DD and 6D. RGB value is (12,221,109). Sum of RGB (Red+Green+Blue) = 12+221+109=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD6D is #F32292. Grayscale: #919191. Windows color (decimal): -15934099 or 7200012. OLE color: 7200012.
HSL color Cylindrical-coordinate representation of color #0CDD6D: hue angle of 147.85º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD6D is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 109 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.13 |
| HSL | 147.85º | 0.9% | 0.46% | - |
| HSV(B) | 147.85º | 0.95% | 0.87% | - |
| XYZ | 28.77 | 52.9 | 23.16 | - |
| YUV | 145.74 | 107.26 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 109 | 0.95 | 0 | 0.51 | 0.13 | 147.85 | 0.9 | 0.46 |
| Hex | C | DD | 6D | 5F | 0 | 33 | D | 94 | 5A | 2E |
| Octal | 14 | 335 | 155 | 137 | 0 | 63 | 15 | 224 | 132 | 56 |
| Binary | 1100 | 11011101 | 1101101 | 1011111 | 0 | 110011 | 1101 | 10010100 | 1011010 | 101110 |
Color Harmonies of #0CDD6D
Complementary color
Monochromatic Colors of #0CDD6D
Black with #0CDD6D
Text Example
Text Example
White with #0CDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD6D; }
p { color: rgb(12,221,109); }
H1.HeaderClassName
{
color: #0CDD6D;
}
.AnyTagClassName
{
color: #0CDD6D;
}
</style>
background-color css
<style>
a { background-color: #0CDD6D; }
a { background-color: rgb(12,221,109); }
div.DivClassName
{
background-color: #0CDD6D;
}
.BgClassName
{
background-color: #0CDD6D;
}
</style>
border-color css
<style>
span { border-color: #0CDD6D; }
span { border-color: rgb(12,221,109); }
td.TdClassName
{
border-color: #0CDD6D;
}
.TagClassName
{
border-color: #0CDD6D;
}
</style>