Shades of Malachite #0CCC6D
Tints of Malachite #0CCC6D
RGB
CMYK
RGB Variations
Color information
#0CCC6D (or 0x0CCC6D) is known color: Malachite. HEX triplet: 0C, CC and 6D. RGB value is (12,204,109). Sum of RGB (Red+Green+Blue) = 12+204+109=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC6D is #F33392. Grayscale: #878787. Windows color (decimal): -15938451 or 7195660. OLE color: 7195660.
HSL color Cylindrical-coordinate representation of color #0CCC6D: hue angle of 150.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC6D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 109 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.2 |
| HSL | 150.31º | 0.89% | 0.42% | - |
| HSV(B) | 150.31º | 0.94% | 0.8% | - |
| XYZ | 24.5 | 44.37 | 21.74 | - |
| YUV | 135.76 | 112.89 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 109 | 0.94 | 0 | 0.47 | 0.2 | 150.31 | 0.89 | 0.42 |
| Hex | C | CC | 6D | 5E | 0 | 2F | 14 | 96 | 59 | 2A |
| Octal | 14 | 314 | 155 | 136 | 0 | 57 | 24 | 226 | 131 | 52 |
| Binary | 1100 | 11001100 | 1101101 | 1011110 | 0 | 101111 | 10100 | 10010110 | 1011001 | 101010 |
Color Harmonies of #0CCC6D
Complementary color
Monochromatic Colors of #0CCC6D
Black with #0CCC6D
Text Example
Text Example
White with #0CCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC6D; }
p { color: rgb(12,204,109); }
H1.HeaderClassName
{
color: #0CCC6D;
}
.AnyTagClassName
{
color: #0CCC6D;
}
</style>
background-color css
<style>
a { background-color: #0CCC6D; }
a { background-color: rgb(12,204,109); }
div.DivClassName
{
background-color: #0CCC6D;
}
.BgClassName
{
background-color: #0CCC6D;
}
</style>
border-color css
<style>
span { border-color: #0CCC6D; }
span { border-color: rgb(12,204,109); }
td.TdClassName
{
border-color: #0CCC6D;
}
.TagClassName
{
border-color: #0CCC6D;
}
</style>