Shades of Malachite #0CC94E
Tints of Malachite #0CC94E
RGB
CMYK
RGB Variations
Color information
#0CC94E (or 0x0CC94E) is known color: Malachite. HEX triplet: 0C, C9 and 4E. RGB value is (12,201,78). Sum of RGB (Red+Green+Blue) = 12+201+78=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 201 (78.91% from 255 or 69.07% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC94E is #F336B1. Grayscale: #828282. Windows color (decimal): -15939250 or 5163276. OLE color: 5163276.
HSL color Cylindrical-coordinate representation of color #0CC94E: hue angle of 140.95º 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 #0CC94E is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 78 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.21 |
| HSL | 140.95º | 0.89% | 0.42% | - |
| HSV(B) | 140.95º | 0.94% | 0.79% | - |
| XYZ | 22.41 | 42.4 | 14.21 | - |
| YUV | 130.47 | 98.38 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 78 | 0.94 | 0 | 0.61 | 0.21 | 140.95 | 0.89 | 0.42 |
| Hex | C | C9 | 4E | 5E | 0 | 3D | 15 | 8D | 59 | 2A |
| Octal | 14 | 311 | 116 | 136 | 0 | 75 | 25 | 215 | 131 | 52 |
| Binary | 1100 | 11001001 | 1001110 | 1011110 | 0 | 111101 | 10101 | 10001101 | 1011001 | 101010 |
Color Harmonies of #0CC94E
Complementary color
Monochromatic Colors of #0CC94E
Black with #0CC94E
Text Example
Text Example
White with #0CC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC94E; }
p { color: rgb(12,201,78); }
H1.HeaderClassName
{
color: #0CC94E;
}
.AnyTagClassName
{
color: #0CC94E;
}
</style>
background-color css
<style>
a { background-color: #0CC94E; }
a { background-color: rgb(12,201,78); }
div.DivClassName
{
background-color: #0CC94E;
}
.BgClassName
{
background-color: #0CC94E;
}
</style>
border-color css
<style>
span { border-color: #0CC94E; }
span { border-color: rgb(12,201,78); }
td.TdClassName
{
border-color: #0CC94E;
}
.TagClassName
{
border-color: #0CC94E;
}
</style>