Shades of Malachite #0CE561
Tints of Malachite #0CE561
RGB
CMYK
RGB Variations
Color information
#0CE561 (or 0x0CE561) is known color: Malachite. HEX triplet: 0C, E5 and 61. RGB value is (12,229,97). Sum of RGB (Red+Green+Blue) = 12+229+97=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE561 is #F31A9E. Grayscale: #959595. Windows color (decimal): -15932063 or 6415628. OLE color: 6415628.
HSL color Cylindrical-coordinate representation of color #0CE561: hue angle of 143.5º 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 #0CE561 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 97 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.10 |
| HSL | 143.5º | 0.9% | 0.47% | - |
| HSV(B) | 143.5º | 0.95% | 0.9% | - |
| XYZ | 30.33 | 56.98 | 20.71 | - |
| YUV | 149.07 | 98.61 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 97 | 0.95 | 0 | 0.58 | 0.10 | 143.5 | 0.9 | 0.47 |
| Hex | C | E5 | 61 | 5F | 0 | 3A | A | 90 | 5A | 2F |
| Octal | 14 | 345 | 141 | 137 | 0 | 72 | 12 | 220 | 132 | 57 |
| Binary | 1100 | 11100101 | 1100001 | 1011111 | 0 | 111010 | 1010 | 10010000 | 1011010 | 101111 |
Color Harmonies of #0CE561
Complementary color
Monochromatic Colors of #0CE561
Black with #0CE561
Text Example
Text Example
White with #0CE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE561; }
p { color: rgb(12,229,97); }
H1.HeaderClassName
{
color: #0CE561;
}
.AnyTagClassName
{
color: #0CE561;
}
</style>
background-color css
<style>
a { background-color: #0CE561; }
a { background-color: rgb(12,229,97); }
div.DivClassName
{
background-color: #0CE561;
}
.BgClassName
{
background-color: #0CE561;
}
</style>
border-color css
<style>
span { border-color: #0CE561; }
span { border-color: rgb(12,229,97); }
td.TdClassName
{
border-color: #0CE561;
}
.TagClassName
{
border-color: #0CE561;
}
</style>