Shades of Malachite #0CE14F
Tints of Malachite #0CE14F
RGB
CMYK
RGB Variations
Color information
#0CE14F (or 0x0CE14F) is known color: Malachite. HEX triplet: 0C, E1 and 4F. RGB value is (12,225,79). Sum of RGB (Red+Green+Blue) = 12+225+79=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE14F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE14F is #F31EB0. Grayscale: #919191. Windows color (decimal): -15933105 or 5234956. OLE color: 5234956.
HSL color Cylindrical-coordinate representation of color #0CE14F: hue angle of 138.87º 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 #0CE14F is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 79 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.12 |
| HSL | 138.87º | 0.9% | 0.46% | - |
| HSV(B) | 138.87º | 0.95% | 0.88% | - |
| XYZ | 28.49 | 54.49 | 16.41 | - |
| YUV | 144.67 | 90.93 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 79 | 0.95 | 0 | 0.65 | 0.12 | 138.87 | 0.9 | 0.46 |
| Hex | C | E1 | 4F | 5F | 0 | 41 | C | 8B | 5A | 2E |
| Octal | 14 | 341 | 117 | 137 | 0 | 101 | 14 | 213 | 132 | 56 |
| Binary | 1100 | 11100001 | 1001111 | 1011111 | 0 | 1000001 | 1100 | 10001011 | 1011010 | 101110 |
Color Harmonies of #0CE14F
Complementary color
Monochromatic Colors of #0CE14F
Black with #0CE14F
Text Example
Text Example
White with #0CE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE14F; }
p { color: rgb(12,225,79); }
H1.HeaderClassName
{
color: #0CE14F;
}
.AnyTagClassName
{
color: #0CE14F;
}
</style>
background-color css
<style>
a { background-color: #0CE14F; }
a { background-color: rgb(12,225,79); }
div.DivClassName
{
background-color: #0CE14F;
}
.BgClassName
{
background-color: #0CE14F;
}
</style>
border-color css
<style>
span { border-color: #0CE14F; }
span { border-color: rgb(12,225,79); }
td.TdClassName
{
border-color: #0CE14F;
}
.TagClassName
{
border-color: #0CE14F;
}
</style>