Shades of Malachite #0CEA63
Tints of Malachite #0CEA63
RGB
CMYK
RGB Variations
Color information
#0CEA63 (or 0x0CEA63) is known color: Malachite. HEX triplet: 0C, EA and 63. RGB value is (12,234,99). Sum of RGB (Red+Green+Blue) = 12+234+99=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEA63 is #F3159C. Grayscale: #989898. Windows color (decimal): -15930781 or 6547980. OLE color: 6547980.
HSL color Cylindrical-coordinate representation of color #0CEA63: hue angle of 143.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEA63 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 99 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.08 |
| HSL | 143.51º | 0.9% | 0.48% | - |
| HSV(B) | 143.51º | 0.95% | 0.92% | - |
| XYZ | 31.83 | 59.82 | 21.67 | - |
| YUV | 152.23 | 97.95 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 99 | 0.95 | 0 | 0.58 | 0.08 | 143.51 | 0.9 | 0.48 |
| Hex | C | EA | 63 | 5F | 0 | 3A | 8 | 90 | 5A | 30 |
| Octal | 14 | 352 | 143 | 137 | 0 | 72 | 10 | 220 | 132 | 60 |
| Binary | 1100 | 11101010 | 1100011 | 1011111 | 0 | 111010 | 1000 | 10010000 | 1011010 | 110000 |
Color Harmonies of #0CEA63
Complementary color
Monochromatic Colors of #0CEA63
Black with #0CEA63
Text Example
Text Example
White with #0CEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEA63; }
p { color: rgb(12,234,99); }
H1.HeaderClassName
{
color: #0CEA63;
}
.AnyTagClassName
{
color: #0CEA63;
}
</style>
background-color css
<style>
a { background-color: #0CEA63; }
a { background-color: rgb(12,234,99); }
div.DivClassName
{
background-color: #0CEA63;
}
.BgClassName
{
background-color: #0CEA63;
}
</style>
border-color css
<style>
span { border-color: #0CEA63; }
span { border-color: rgb(12,234,99); }
td.TdClassName
{
border-color: #0CEA63;
}
.TagClassName
{
border-color: #0CEA63;
}
</style>