Shades of Malachite #0CEF3C
Tints of Malachite #0CEF3C
RGB
CMYK
RGB Variations
Color information
#0CEF3C (or 0x0CEF3C) is known color: Malachite. HEX triplet: 0C, EF and 3C. RGB value is (12,239,60). Sum of RGB (Red+Green+Blue) = 12+239+60=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 239 (93.75% from 255 or 76.85% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEF3C is #F310C3. Grayscale: #979797. Windows color (decimal): -15929540 or 3993356. OLE color: 3993356.
HSL color Cylindrical-coordinate representation of color #0CEF3C: hue angle of 132.69º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEF3C is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 60 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.06 |
| HSL | 132.69º | 0.9% | 0.49% | - |
| HSV(B) | 132.69º | 0.95% | 0.94% | - |
| XYZ | 31.83 | 62.14 | 14.59 | - |
| YUV | 150.72 | 76.79 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 60 | 0.95 | 0 | 0.75 | 0.06 | 132.69 | 0.9 | 0.49 |
| Hex | C | EF | 3C | 5F | 0 | 4B | 6 | 85 | 5A | 31 |
| Octal | 14 | 357 | 74 | 137 | 0 | 113 | 6 | 205 | 132 | 61 |
| Binary | 1100 | 11101111 | 111100 | 1011111 | 0 | 1001011 | 110 | 10000101 | 1011010 | 110001 |
Color Harmonies of #0CEF3C
Complementary color
Monochromatic Colors of #0CEF3C
Black with #0CEF3C
Text Example
Text Example
White with #0CEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF3C; }
p { color: rgb(12,239,60); }
H1.HeaderClassName
{
color: #0CEF3C;
}
.AnyTagClassName
{
color: #0CEF3C;
}
</style>
background-color css
<style>
a { background-color: #0CEF3C; }
a { background-color: rgb(12,239,60); }
div.DivClassName
{
background-color: #0CEF3C;
}
.BgClassName
{
background-color: #0CEF3C;
}
</style>
border-color css
<style>
span { border-color: #0CEF3C; }
span { border-color: rgb(12,239,60); }
td.TdClassName
{
border-color: #0CEF3C;
}
.TagClassName
{
border-color: #0CEF3C;
}
</style>