Shades of Malachite #0CE15D
Tints of Malachite #0CE15D
RGB
CMYK
RGB Variations
Color information
#0CE15D (or 0x0CE15D) is known color: Malachite. HEX triplet: 0C, E1 and 5D. RGB value is (12,225,93). Sum of RGB (Red+Green+Blue) = 12+225+93=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE15D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE15D is #F31EA2. Grayscale: #929292. Windows color (decimal): -15933091 or 6152460. OLE color: 6152460.
HSL color Cylindrical-coordinate representation of color #0CE15D: hue angle of 142.82º 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 #0CE15D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 93 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.12 |
| HSL | 142.82º | 0.9% | 0.46% | - |
| HSV(B) | 142.82º | 0.95% | 0.88% | - |
| XYZ | 29.05 | 54.72 | 19.39 | - |
| YUV | 146.27 | 97.93 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 93 | 0.95 | 0 | 0.59 | 0.12 | 142.82 | 0.9 | 0.46 |
| Hex | C | E1 | 5D | 5F | 0 | 3B | C | 8F | 5A | 2E |
| Octal | 14 | 341 | 135 | 137 | 0 | 73 | 14 | 217 | 132 | 56 |
| Binary | 1100 | 11100001 | 1011101 | 1011111 | 0 | 111011 | 1100 | 10001111 | 1011010 | 101110 |
Color Harmonies of #0CE15D
Complementary color
Monochromatic Colors of #0CE15D
Black with #0CE15D
Text Example
Text Example
White with #0CE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE15D; }
p { color: rgb(12,225,93); }
H1.HeaderClassName
{
color: #0CE15D;
}
.AnyTagClassName
{
color: #0CE15D;
}
</style>
background-color css
<style>
a { background-color: #0CE15D; }
a { background-color: rgb(12,225,93); }
div.DivClassName
{
background-color: #0CE15D;
}
.BgClassName
{
background-color: #0CE15D;
}
</style>
border-color css
<style>
span { border-color: #0CE15D; }
span { border-color: rgb(12,225,93); }
td.TdClassName
{
border-color: #0CE15D;
}
.TagClassName
{
border-color: #0CE15D;
}
</style>