Shades of Malachite #0CE544
Tints of Malachite #0CE544
RGB
CMYK
RGB Variations
Color information
#0CE544 (or 0x0CE544) is known color: Malachite. HEX triplet: 0C, E5 and 44. RGB value is (12,229,68). Sum of RGB (Red+Green+Blue) = 12+229+68=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 229 (89.84% from 255 or 74.11% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE544 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE544 is #F31ABB. Grayscale: #929292. Windows color (decimal): -15932092 or 4515084. OLE color: 4515084.
HSL color Cylindrical-coordinate representation of color #0CE544: hue angle of 135.48º 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 #0CE544 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 68 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.10 |
| HSL | 135.48º | 0.9% | 0.47% | - |
| HSV(B) | 135.48º | 0.95% | 0.9% | - |
| XYZ | 29.21 | 56.53 | 14.84 | - |
| YUV | 145.76 | 84.11 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 68 | 0.95 | 0 | 0.70 | 0.10 | 135.48 | 0.9 | 0.47 |
| Hex | C | E5 | 44 | 5F | 0 | 46 | A | 87 | 5A | 2F |
| Octal | 14 | 345 | 104 | 137 | 0 | 106 | 12 | 207 | 132 | 57 |
| Binary | 1100 | 11100101 | 1000100 | 1011111 | 0 | 1000110 | 1010 | 10000111 | 1011010 | 101111 |
Color Harmonies of #0CE544
Complementary color
Monochromatic Colors of #0CE544
Black with #0CE544
Text Example
Text Example
White with #0CE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE544; }
p { color: rgb(12,229,68); }
H1.HeaderClassName
{
color: #0CE544;
}
.AnyTagClassName
{
color: #0CE544;
}
</style>
background-color css
<style>
a { background-color: #0CE544; }
a { background-color: rgb(12,229,68); }
div.DivClassName
{
background-color: #0CE544;
}
.BgClassName
{
background-color: #0CE544;
}
</style>
border-color css
<style>
span { border-color: #0CE544; }
span { border-color: rgb(12,229,68); }
td.TdClassName
{
border-color: #0CE544;
}
.TagClassName
{
border-color: #0CE544;
}
</style>