Shades of Malachite #0CC966
Tints of Malachite #0CC966
RGB
CMYK
RGB Variations
Color information
#0CC966 (or 0x0CC966) is known color: Malachite. HEX triplet: 0C, C9 and 66. RGB value is (12,201,102). Sum of RGB (Red+Green+Blue) = 12+201+102=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC966 is #F33699. Grayscale: #858585. Windows color (decimal): -15939226 or 6736140. OLE color: 6736140.
HSL color Cylindrical-coordinate representation of color #0CC966: hue angle of 148.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC966 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 102 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.21 |
| HSL | 148.57º | 0.89% | 0.42% | - |
| HSV(B) | 148.57º | 0.94% | 0.79% | - |
| XYZ | 23.44 | 42.81 | 19.6 | - |
| YUV | 133.2 | 110.38 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 102 | 0.94 | 0 | 0.49 | 0.21 | 148.57 | 0.89 | 0.42 |
| Hex | C | C9 | 66 | 5E | 0 | 31 | 15 | 95 | 59 | 2A |
| Octal | 14 | 311 | 146 | 136 | 0 | 61 | 25 | 225 | 131 | 52 |
| Binary | 1100 | 11001001 | 1100110 | 1011110 | 0 | 110001 | 10101 | 10010101 | 1011001 | 101010 |
Color Harmonies of #0CC966
Complementary color
Monochromatic Colors of #0CC966
Black with #0CC966
Text Example
Text Example
White with #0CC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC966; }
p { color: rgb(12,201,102); }
H1.HeaderClassName
{
color: #0CC966;
}
.AnyTagClassName
{
color: #0CC966;
}
</style>
background-color css
<style>
a { background-color: #0CC966; }
a { background-color: rgb(12,201,102); }
div.DivClassName
{
background-color: #0CC966;
}
.BgClassName
{
background-color: #0CC966;
}
</style>
border-color css
<style>
span { border-color: #0CC966; }
span { border-color: rgb(12,201,102); }
td.TdClassName
{
border-color: #0CC966;
}
.TagClassName
{
border-color: #0CC966;
}
</style>