Shades of Malachite #0CEB36
Tints of Malachite #0CEB36
RGB
CMYK
RGB Variations
Color information
#0CEB36 (or 0x0CEB36) is known color: Malachite. HEX triplet: 0C, EB and 36. RGB value is (12,235,54). Sum of RGB (Red+Green+Blue) = 12+235+54=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 235 (92.19% from 255 or 78.07% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEB36 is #F314C9. Grayscale: #949494. Windows color (decimal): -15930570 or 3599116. OLE color: 3599116.
HSL color Cylindrical-coordinate representation of color #0CEB36: hue angle of 131.3º 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 #0CEB36 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 54 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.08 |
| HSL | 131.3º | 0.9% | 0.48% | - |
| HSV(B) | 131.3º | 0.95% | 0.92% | - |
| XYZ | 30.53 | 59.76 | 13.42 | - |
| YUV | 147.69 | 75.12 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 54 | 0.95 | 0 | 0.77 | 0.08 | 131.3 | 0.9 | 0.48 |
| Hex | C | EB | 36 | 5F | 0 | 4D | 8 | 83 | 5A | 30 |
| Octal | 14 | 353 | 66 | 137 | 0 | 115 | 10 | 203 | 132 | 60 |
| Binary | 1100 | 11101011 | 110110 | 1011111 | 0 | 1001101 | 1000 | 10000011 | 1011010 | 110000 |
Color Harmonies of #0CEB36
Complementary color
Monochromatic Colors of #0CEB36
Black with #0CEB36
Text Example
Text Example
White with #0CEB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB36; }
p { color: rgb(12,235,54); }
H1.HeaderClassName
{
color: #0CEB36;
}
.AnyTagClassName
{
color: #0CEB36;
}
</style>
background-color css
<style>
a { background-color: #0CEB36; }
a { background-color: rgb(12,235,54); }
div.DivClassName
{
background-color: #0CEB36;
}
.BgClassName
{
background-color: #0CEB36;
}
</style>
border-color css
<style>
span { border-color: #0CEB36; }
span { border-color: rgb(12,235,54); }
td.TdClassName
{
border-color: #0CEB36;
}
.TagClassName
{
border-color: #0CEB36;
}
</style>