Shades of Malachite #0CE141
Tints of Malachite #0CE141
RGB
CMYK
RGB Variations
Color information
#0CE141 (or 0x0CE141) is known color: Malachite. HEX triplet: 0C, E1 and 41. RGB value is (12,225,65). Sum of RGB (Red+Green+Blue) = 12+225+65=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE141 is #F31EBE. Grayscale: #8F8F8F. Windows color (decimal): -15933119 or 4317452. OLE color: 4317452.
HSL color Cylindrical-coordinate representation of color #0CE141: hue angle of 134.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE141 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 65 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.12 |
| HSL | 134.93º | 0.9% | 0.46% | - |
| HSV(B) | 134.93º | 0.95% | 0.88% | - |
| XYZ | 28.03 | 54.31 | 14.01 | - |
| YUV | 143.07 | 83.93 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 65 | 0.95 | 0 | 0.71 | 0.12 | 134.93 | 0.9 | 0.46 |
| Hex | C | E1 | 41 | 5F | 0 | 47 | C | 87 | 5A | 2E |
| Octal | 14 | 341 | 101 | 137 | 0 | 107 | 14 | 207 | 132 | 56 |
| Binary | 1100 | 11100001 | 1000001 | 1011111 | 0 | 1000111 | 1100 | 10000111 | 1011010 | 101110 |
Color Harmonies of #0CE141
Complementary color
Monochromatic Colors of #0CE141
Black with #0CE141
Text Example
Text Example
White with #0CE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE141; }
p { color: rgb(12,225,65); }
H1.HeaderClassName
{
color: #0CE141;
}
.AnyTagClassName
{
color: #0CE141;
}
</style>
background-color css
<style>
a { background-color: #0CE141; }
a { background-color: rgb(12,225,65); }
div.DivClassName
{
background-color: #0CE141;
}
.BgClassName
{
background-color: #0CE141;
}
</style>
border-color css
<style>
span { border-color: #0CE141; }
span { border-color: rgb(12,225,65); }
td.TdClassName
{
border-color: #0CE141;
}
.TagClassName
{
border-color: #0CE141;
}
</style>