Shades of Malachite #0CC85F
Tints of Malachite #0CC85F
RGB
CMYK
RGB Variations
Color information
#0CC85F (or 0x0CC85F) is known color: Malachite. HEX triplet: 0C, C8 and 5F. RGB value is (12,200,95). Sum of RGB (Red+Green+Blue) = 12+200+95=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC85F is #F337A0. Grayscale: #848484. Windows color (decimal): -15939489 or 6277132. OLE color: 6277132.
HSL color Cylindrical-coordinate representation of color #0CC85F: hue angle of 146.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC85F is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 95 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.22 |
| HSL | 146.49º | 0.89% | 0.42% | - |
| HSV(B) | 146.49º | 0.94% | 0.78% | - |
| XYZ | 22.87 | 42.21 | 17.77 | - |
| YUV | 131.82 | 107.22 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 95 | 0.94 | 0 | 0.52 | 0.22 | 146.49 | 0.89 | 0.42 |
| Hex | C | C8 | 5F | 5E | 0 | 34 | 16 | 92 | 59 | 2A |
| Octal | 14 | 310 | 137 | 136 | 0 | 64 | 26 | 222 | 131 | 52 |
| Binary | 1100 | 11001000 | 1011111 | 1011110 | 0 | 110100 | 10110 | 10010010 | 1011001 | 101010 |
Color Harmonies of #0CC85F
Complementary color
Monochromatic Colors of #0CC85F
Black with #0CC85F
Text Example
Text Example
White with #0CC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC85F; }
p { color: rgb(12,200,95); }
H1.HeaderClassName
{
color: #0CC85F;
}
.AnyTagClassName
{
color: #0CC85F;
}
</style>
background-color css
<style>
a { background-color: #0CC85F; }
a { background-color: rgb(12,200,95); }
div.DivClassName
{
background-color: #0CC85F;
}
.BgClassName
{
background-color: #0CC85F;
}
</style>
border-color css
<style>
span { border-color: #0CC85F; }
span { border-color: rgb(12,200,95); }
td.TdClassName
{
border-color: #0CC85F;
}
.TagClassName
{
border-color: #0CC85F;
}
</style>