Shades of Malachite #0CE15C
Tints of Malachite #0CE15C
RGB
CMYK
RGB Variations
Color information
#0CE15C (or 0x0CE15C) is known color: Malachite. HEX triplet: 0C, E1 and 5C. RGB value is (12,225,92). Sum of RGB (Red+Green+Blue) = 12+225+92=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE15C is #F31EA3. Grayscale: #929292. Windows color (decimal): -15933092 or 6086924. OLE color: 6086924.
HSL color Cylindrical-coordinate representation of color #0CE15C: hue angle of 142.54º 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 #0CE15C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 92 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.12 |
| HSL | 142.54º | 0.9% | 0.46% | - |
| HSV(B) | 142.54º | 0.95% | 0.88% | - |
| XYZ | 29.01 | 54.7 | 19.15 | - |
| YUV | 146.15 | 97.43 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 92 | 0.95 | 0 | 0.59 | 0.12 | 142.54 | 0.9 | 0.46 |
| Hex | C | E1 | 5C | 5F | 0 | 3B | C | 8F | 5A | 2E |
| Octal | 14 | 341 | 134 | 137 | 0 | 73 | 14 | 217 | 132 | 56 |
| Binary | 1100 | 11100001 | 1011100 | 1011111 | 0 | 111011 | 1100 | 10001111 | 1011010 | 101110 |
Color Harmonies of #0CE15C
Complementary color
Monochromatic Colors of #0CE15C
Black with #0CE15C
Text Example
Text Example
White with #0CE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE15C; }
p { color: rgb(12,225,92); }
H1.HeaderClassName
{
color: #0CE15C;
}
.AnyTagClassName
{
color: #0CE15C;
}
</style>
background-color css
<style>
a { background-color: #0CE15C; }
a { background-color: rgb(12,225,92); }
div.DivClassName
{
background-color: #0CE15C;
}
.BgClassName
{
background-color: #0CE15C;
}
</style>
border-color css
<style>
span { border-color: #0CE15C; }
span { border-color: rgb(12,225,92); }
td.TdClassName
{
border-color: #0CE15C;
}
.TagClassName
{
border-color: #0CE15C;
}
</style>