Shades of Malachite #0CE660
Tints of Malachite #0CE660
RGB
CMYK
RGB Variations
Color information
#0CE660 (or 0x0CE660) is known color: Malachite. HEX triplet: 0C, E6 and 60. RGB value is (12,230,96). Sum of RGB (Red+Green+Blue) = 12+230+96=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 230 (90.23% from 255 or 68.05% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE660 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE660 is #F3199F. Grayscale: #959595. Windows color (decimal): -15931808 or 6350348. OLE color: 6350348.
HSL color Cylindrical-coordinate representation of color #0CE660: hue angle of 143.12º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE660 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 96 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.10 |
| HSL | 143.12º | 0.9% | 0.47% | - |
| HSV(B) | 143.12º | 0.95% | 0.9% | - |
| XYZ | 30.56 | 57.52 | 20.56 | - |
| YUV | 149.54 | 97.78 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 96 | 0.95 | 0 | 0.58 | 0.10 | 143.12 | 0.9 | 0.47 |
| Hex | C | E6 | 60 | 5F | 0 | 3A | A | 8F | 5A | 2F |
| Octal | 14 | 346 | 140 | 137 | 0 | 72 | 12 | 217 | 132 | 57 |
| Binary | 1100 | 11100110 | 1100000 | 1011111 | 0 | 111010 | 1010 | 10001111 | 1011010 | 101111 |
Color Harmonies of #0CE660
Complementary color
Monochromatic Colors of #0CE660
Black with #0CE660
Text Example
Text Example
White with #0CE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE660; }
p { color: rgb(12,230,96); }
H1.HeaderClassName
{
color: #0CE660;
}
.AnyTagClassName
{
color: #0CE660;
}
</style>
background-color css
<style>
a { background-color: #0CE660; }
a { background-color: rgb(12,230,96); }
div.DivClassName
{
background-color: #0CE660;
}
.BgClassName
{
background-color: #0CE660;
}
</style>
border-color css
<style>
span { border-color: #0CE660; }
span { border-color: rgb(12,230,96); }
td.TdClassName
{
border-color: #0CE660;
}
.TagClassName
{
border-color: #0CE660;
}
</style>