Shades of Malachite #0CE350
Tints of Malachite #0CE350
RGB
CMYK
RGB Variations
Color information
#0CE350 (or 0x0CE350) is known color: Malachite. HEX triplet: 0C, E3 and 50. RGB value is (12,227,80). Sum of RGB (Red+Green+Blue) = 12+227+80=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE350 is #F31CAF. Grayscale: #929292. Windows color (decimal): -15932592 or 5301004. OLE color: 5301004.
HSL color Cylindrical-coordinate representation of color #0CE350: hue angle of 138.98º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE350 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 80 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.11 |
| HSL | 138.98º | 0.9% | 0.47% | - |
| HSV(B) | 138.98º | 0.95% | 0.89% | - |
| XYZ | 29.07 | 55.6 | 16.79 | - |
| YUV | 145.96 | 90.77 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 80 | 0.95 | 0 | 0.65 | 0.11 | 138.98 | 0.9 | 0.47 |
| Hex | C | E3 | 50 | 5F | 0 | 41 | B | 8B | 5A | 2F |
| Octal | 14 | 343 | 120 | 137 | 0 | 101 | 13 | 213 | 132 | 57 |
| Binary | 1100 | 11100011 | 1010000 | 1011111 | 0 | 1000001 | 1011 | 10001011 | 1011010 | 101111 |
Color Harmonies of #0CE350
Complementary color
Monochromatic Colors of #0CE350
Black with #0CE350
Text Example
Text Example
White with #0CE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE350; }
p { color: rgb(12,227,80); }
H1.HeaderClassName
{
color: #0CE350;
}
.AnyTagClassName
{
color: #0CE350;
}
</style>
background-color css
<style>
a { background-color: #0CE350; }
a { background-color: rgb(12,227,80); }
div.DivClassName
{
background-color: #0CE350;
}
.BgClassName
{
background-color: #0CE350;
}
</style>
border-color css
<style>
span { border-color: #0CE350; }
span { border-color: rgb(12,227,80); }
td.TdClassName
{
border-color: #0CE350;
}
.TagClassName
{
border-color: #0CE350;
}
</style>