Shades of Malachite #0CEA32
Tints of Malachite #0CEA32
RGB
CMYK
RGB Variations
Color information
#0CEA32 (or 0x0CEA32) is known color: Malachite. HEX triplet: 0C, EA and 32. RGB value is (12,234,50). Sum of RGB (Red+Green+Blue) = 12+234+50=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 234 (91.80% from 255 or 79.05% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEA32 is #F315CD. Grayscale: #939393. Windows color (decimal): -15930830 or 3336716. OLE color: 3336716.
HSL color Cylindrical-coordinate representation of color #0CEA32: hue angle of 130.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEA32 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 50 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.08 |
| HSL | 130.27º | 0.9% | 0.48% | - |
| HSV(B) | 130.27º | 0.95% | 0.92% | - |
| XYZ | 30.15 | 59.15 | 12.85 | - |
| YUV | 146.65 | 73.45 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 50 | 0.95 | 0 | 0.79 | 0.08 | 130.27 | 0.9 | 0.48 |
| Hex | C | EA | 32 | 5F | 0 | 4F | 8 | 82 | 5A | 30 |
| Octal | 14 | 352 | 62 | 137 | 0 | 117 | 10 | 202 | 132 | 60 |
| Binary | 1100 | 11101010 | 110010 | 1011111 | 0 | 1001111 | 1000 | 10000010 | 1011010 | 110000 |
Color Harmonies of #0CEA32
Complementary color
Monochromatic Colors of #0CEA32
Black with #0CEA32
Text Example
Text Example
White with #0CEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEA32; }
p { color: rgb(12,234,50); }
H1.HeaderClassName
{
color: #0CEA32;
}
.AnyTagClassName
{
color: #0CEA32;
}
</style>
background-color css
<style>
a { background-color: #0CEA32; }
a { background-color: rgb(12,234,50); }
div.DivClassName
{
background-color: #0CEA32;
}
.BgClassName
{
background-color: #0CEA32;
}
</style>
border-color css
<style>
span { border-color: #0CEA32; }
span { border-color: rgb(12,234,50); }
td.TdClassName
{
border-color: #0CEA32;
}
.TagClassName
{
border-color: #0CEA32;
}
</style>