Shades of Malachite #0CC86A
Tints of Malachite #0CC86A
RGB
CMYK
RGB Variations
Color information
#0CC86A (or 0x0CC86A) is known color: Malachite. HEX triplet: 0C, C8 and 6A. RGB value is (12,200,106). Sum of RGB (Red+Green+Blue) = 12+200+106=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC86A is #F33795. Grayscale: #858585. Windows color (decimal): -15939478 or 6998028. OLE color: 6998028.
HSL color Cylindrical-coordinate representation of color #0CC86A: hue angle of 150º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC86A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 106 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.22 |
| HSL | 150º | 0.89% | 0.42% | - |
| HSV(B) | 150º | 0.94% | 0.78% | - |
| XYZ | 23.41 | 42.43 | 20.59 | - |
| YUV | 133.07 | 112.72 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 106 | 0.94 | 0 | 0.47 | 0.22 | 150 | 0.89 | 0.42 |
| Hex | C | C8 | 6A | 5E | 0 | 2F | 16 | 96 | 59 | 2A |
| Octal | 14 | 310 | 152 | 136 | 0 | 57 | 26 | 226 | 131 | 52 |
| Binary | 1100 | 11001000 | 1101010 | 1011110 | 0 | 101111 | 10110 | 10010110 | 1011001 | 101010 |
Color Harmonies of #0CC86A
Complementary color
Monochromatic Colors of #0CC86A
Black with #0CC86A
Text Example
Text Example
White with #0CC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC86A; }
p { color: rgb(12,200,106); }
H1.HeaderClassName
{
color: #0CC86A;
}
.AnyTagClassName
{
color: #0CC86A;
}
</style>
background-color css
<style>
a { background-color: #0CC86A; }
a { background-color: rgb(12,200,106); }
div.DivClassName
{
background-color: #0CC86A;
}
.BgClassName
{
background-color: #0CC86A;
}
</style>
border-color css
<style>
span { border-color: #0CC86A; }
span { border-color: rgb(12,200,106); }
td.TdClassName
{
border-color: #0CC86A;
}
.TagClassName
{
border-color: #0CC86A;
}
</style>