Shades of Malachite #0CE54E
Tints of Malachite #0CE54E
RGB
CMYK
RGB Variations
Color information
#0CE54E (or 0x0CE54E) is known color: Malachite. HEX triplet: 0C, E5 and 4E. RGB value is (12,229,78). Sum of RGB (Red+Green+Blue) = 12+229+78=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE54E is #F31AB1. Grayscale: #939393. Windows color (decimal): -15932082 or 5170444. OLE color: 5170444.
HSL color Cylindrical-coordinate representation of color #0CE54E: hue angle of 138.25º 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 #0CE54E is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 78 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.10 |
| HSL | 138.25º | 0.9% | 0.47% | - |
| HSV(B) | 138.25º | 0.95% | 0.9% | - |
| XYZ | 29.55 | 56.67 | 16.59 | - |
| YUV | 146.9 | 89.11 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 78 | 0.95 | 0 | 0.66 | 0.10 | 138.25 | 0.9 | 0.47 |
| Hex | C | E5 | 4E | 5F | 0 | 42 | A | 8A | 5A | 2F |
| Octal | 14 | 345 | 116 | 137 | 0 | 102 | 12 | 212 | 132 | 57 |
| Binary | 1100 | 11100101 | 1001110 | 1011111 | 0 | 1000010 | 1010 | 10001010 | 1011010 | 101111 |
Color Harmonies of #0CE54E
Complementary color
Monochromatic Colors of #0CE54E
Black with #0CE54E
Text Example
Text Example
White with #0CE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE54E; }
p { color: rgb(12,229,78); }
H1.HeaderClassName
{
color: #0CE54E;
}
.AnyTagClassName
{
color: #0CE54E;
}
</style>
background-color css
<style>
a { background-color: #0CE54E; }
a { background-color: rgb(12,229,78); }
div.DivClassName
{
background-color: #0CE54E;
}
.BgClassName
{
background-color: #0CE54E;
}
</style>
border-color css
<style>
span { border-color: #0CE54E; }
span { border-color: rgb(12,229,78); }
td.TdClassName
{
border-color: #0CE54E;
}
.TagClassName
{
border-color: #0CE54E;
}
</style>