Shades of Malachite #0CCC6B
Tints of Malachite #0CCC6B
RGB
CMYK
RGB Variations
Color information
#0CCC6B (or 0x0CCC6B) is known color: Malachite. HEX triplet: 0C, CC and 6B. RGB value is (12,204,107). Sum of RGB (Red+Green+Blue) = 12+204+107=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC6B is #F33394. Grayscale: #878787. Windows color (decimal): -15938453 or 7064588. OLE color: 7064588.
HSL color Cylindrical-coordinate representation of color #0CCC6B: hue angle of 149.69º 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 #0CCC6B is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 107 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.2 |
| HSL | 149.69º | 0.89% | 0.42% | - |
| HSV(B) | 149.69º | 0.94% | 0.8% | - |
| XYZ | 24.4 | 44.33 | 21.18 | - |
| YUV | 135.53 | 111.89 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 107 | 0.94 | 0 | 0.48 | 0.2 | 149.69 | 0.89 | 0.42 |
| Hex | C | CC | 6B | 5E | 0 | 30 | 14 | 96 | 59 | 2A |
| Octal | 14 | 314 | 153 | 136 | 0 | 60 | 24 | 226 | 131 | 52 |
| Binary | 1100 | 11001100 | 1101011 | 1011110 | 0 | 110000 | 10100 | 10010110 | 1011001 | 101010 |
Color Harmonies of #0CCC6B
Complementary color
Monochromatic Colors of #0CCC6B
Black with #0CCC6B
Text Example
Text Example
White with #0CCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC6B; }
p { color: rgb(12,204,107); }
H1.HeaderClassName
{
color: #0CCC6B;
}
.AnyTagClassName
{
color: #0CCC6B;
}
</style>
background-color css
<style>
a { background-color: #0CCC6B; }
a { background-color: rgb(12,204,107); }
div.DivClassName
{
background-color: #0CCC6B;
}
.BgClassName
{
background-color: #0CCC6B;
}
</style>
border-color css
<style>
span { border-color: #0CCC6B; }
span { border-color: rgb(12,204,107); }
td.TdClassName
{
border-color: #0CCC6B;
}
.TagClassName
{
border-color: #0CCC6B;
}
</style>