Shades of Malachite #0CE941
Tints of Malachite #0CE941
RGB
CMYK
RGB Variations
Color information
#0CE941 (or 0x0CE941) is known color: Malachite. HEX triplet: 0C, E9 and 41. RGB value is (12,233,65). Sum of RGB (Red+Green+Blue) = 12+233+65=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE941 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE941 is #F316BE. Grayscale: #949494. Windows color (decimal): -15931071 or 4319500. OLE color: 4319500.
HSL color Cylindrical-coordinate representation of color #0CE941: hue angle of 134.39º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE941 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 233 | 65 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.09 |
| HSL | 134.39º | 0.9% | 0.48% | - |
| HSV(B) | 134.39º | 0.95% | 0.91% | - |
| XYZ | 30.24 | 58.74 | 14.74 | - |
| YUV | 147.77 | 81.28 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 65 | 0.95 | 0 | 0.72 | 0.09 | 134.39 | 0.9 | 0.48 |
| Hex | C | E9 | 41 | 5F | 0 | 48 | 9 | 86 | 5A | 30 |
| Octal | 14 | 351 | 101 | 137 | 0 | 110 | 11 | 206 | 132 | 60 |
| Binary | 1100 | 11101001 | 1000001 | 1011111 | 0 | 1001000 | 1001 | 10000110 | 1011010 | 110000 |
Color Harmonies of #0CE941
Complementary color
Monochromatic Colors of #0CE941
Black with #0CE941
Text Example
Text Example
White with #0CE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE941; }
p { color: rgb(12,233,65); }
H1.HeaderClassName
{
color: #0CE941;
}
.AnyTagClassName
{
color: #0CE941;
}
</style>
background-color css
<style>
a { background-color: #0CE941; }
a { background-color: rgb(12,233,65); }
div.DivClassName
{
background-color: #0CE941;
}
.BgClassName
{
background-color: #0CE941;
}
</style>
border-color css
<style>
span { border-color: #0CE941; }
span { border-color: rgb(12,233,65); }
td.TdClassName
{
border-color: #0CE941;
}
.TagClassName
{
border-color: #0CE941;
}
</style>