Shades of Malachite #0CC94D
Tints of Malachite #0CC94D
RGB
CMYK
RGB Variations
Color information
#0CC94D (or 0x0CC94D) is known color: Malachite. HEX triplet: 0C, C9 and 4D. RGB value is (12,201,77). Sum of RGB (Red+Green+Blue) = 12+201+77=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 201 (78.91% from 255 or 69.31% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC94D is #F336B2. Grayscale: #828282. Windows color (decimal): -15939251 or 5097740. OLE color: 5097740.
HSL color Cylindrical-coordinate representation of color #0CC94D: hue angle of 140.63º 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 #0CC94D is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 77 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.21 |
| HSL | 140.63º | 0.89% | 0.42% | - |
| HSV(B) | 140.63º | 0.94% | 0.79% | - |
| XYZ | 22.38 | 42.39 | 14.02 | - |
| YUV | 130.35 | 97.88 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 77 | 0.94 | 0 | 0.62 | 0.21 | 140.63 | 0.89 | 0.42 |
| Hex | C | C9 | 4D | 5E | 0 | 3E | 15 | 8D | 59 | 2A |
| Octal | 14 | 311 | 115 | 136 | 0 | 76 | 25 | 215 | 131 | 52 |
| Binary | 1100 | 11001001 | 1001101 | 1011110 | 0 | 111110 | 10101 | 10001101 | 1011001 | 101010 |
Color Harmonies of #0CC94D
Complementary color
Monochromatic Colors of #0CC94D
Black with #0CC94D
Text Example
Text Example
White with #0CC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC94D; }
p { color: rgb(12,201,77); }
H1.HeaderClassName
{
color: #0CC94D;
}
.AnyTagClassName
{
color: #0CC94D;
}
</style>
background-color css
<style>
a { background-color: #0CC94D; }
a { background-color: rgb(12,201,77); }
div.DivClassName
{
background-color: #0CC94D;
}
.BgClassName
{
background-color: #0CC94D;
}
</style>
border-color css
<style>
span { border-color: #0CC94D; }
span { border-color: rgb(12,201,77); }
td.TdClassName
{
border-color: #0CC94D;
}
.TagClassName
{
border-color: #0CC94D;
}
</style>