Shades of Malachite #0CC76A
Tints of Malachite #0CC76A
RGB
CMYK
RGB Variations
Color information
#0CC76A (or 0x0CC76A) is known color: Malachite. HEX triplet: 0C, C7 and 6A. RGB value is (12,199,106). Sum of RGB (Red+Green+Blue) = 12+199+106=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC76A is #F33895. Grayscale: #848484. Windows color (decimal): -15939734 or 6997772. OLE color: 6997772.
HSL color Cylindrical-coordinate representation of color #0CC76A: hue angle of 150.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC76A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 106 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.22 |
| HSL | 150.16º | 0.89% | 0.41% | - |
| HSV(B) | 150.16º | 0.94% | 0.78% | - |
| XYZ | 23.18 | 41.97 | 20.51 | - |
| YUV | 132.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 106 | 0.94 | 0 | 0.47 | 0.22 | 150.16 | 0.89 | 0.41 |
| Hex | C | C7 | 6A | 5E | 0 | 2F | 16 | 96 | 59 | 29 |
| Octal | 14 | 307 | 152 | 136 | 0 | 57 | 26 | 226 | 131 | 51 |
| Binary | 1100 | 11000111 | 1101010 | 1011110 | 0 | 101111 | 10110 | 10010110 | 1011001 | 101001 |
Color Harmonies of #0CC76A
Complementary color
Monochromatic Colors of #0CC76A
Black with #0CC76A
Text Example
Text Example
White with #0CC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC76A; }
p { color: rgb(12,199,106); }
H1.HeaderClassName
{
color: #0CC76A;
}
.AnyTagClassName
{
color: #0CC76A;
}
</style>
background-color css
<style>
a { background-color: #0CC76A; }
a { background-color: rgb(12,199,106); }
div.DivClassName
{
background-color: #0CC76A;
}
.BgClassName
{
background-color: #0CC76A;
}
</style>
border-color css
<style>
span { border-color: #0CC76A; }
span { border-color: rgb(12,199,106); }
td.TdClassName
{
border-color: #0CC76A;
}
.TagClassName
{
border-color: #0CC76A;
}
</style>