Shades of Malachite #0CC358
Tints of Malachite #0CC358
RGB
CMYK
RGB Variations
Color information
#0CC358 (or 0x0CC358) is known color: Malachite. HEX triplet: 0C, C3 and 58. RGB value is (12,195,88). Sum of RGB (Red+Green+Blue) = 12+195+88=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC358 is #F33CA7. Grayscale: #808080. Windows color (decimal): -15940776 or 5817100. OLE color: 5817100.
HSL color Cylindrical-coordinate representation of color #0CC358: hue angle of 144.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC358 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 88 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.24 |
| HSL | 144.92º | 0.88% | 0.41% | - |
| HSV(B) | 144.92º | 0.94% | 0.76% | - |
| XYZ | 21.43 | 39.81 | 15.79 | - |
| YUV | 128.09 | 105.37 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 88 | 0.94 | 0 | 0.55 | 0.24 | 144.92 | 0.88 | 0.41 |
| Hex | C | C3 | 58 | 5E | 0 | 37 | 18 | 91 | 58 | 29 |
| Octal | 14 | 303 | 130 | 136 | 0 | 67 | 30 | 221 | 130 | 51 |
| Binary | 1100 | 11000011 | 1011000 | 1011110 | 0 | 110111 | 11000 | 10010001 | 1011000 | 101001 |
Color Harmonies of #0CC358
Complementary color
Monochromatic Colors of #0CC358
Black with #0CC358
Text Example
Text Example
White with #0CC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC358; }
p { color: rgb(12,195,88); }
H1.HeaderClassName
{
color: #0CC358;
}
.AnyTagClassName
{
color: #0CC358;
}
</style>
background-color css
<style>
a { background-color: #0CC358; }
a { background-color: rgb(12,195,88); }
div.DivClassName
{
background-color: #0CC358;
}
.BgClassName
{
background-color: #0CC358;
}
</style>
border-color css
<style>
span { border-color: #0CC358; }
span { border-color: rgb(12,195,88); }
td.TdClassName
{
border-color: #0CC358;
}
.TagClassName
{
border-color: #0CC358;
}
</style>