Shades of Malachite #0CD86F
Tints of Malachite #0CD86F
RGB
CMYK
RGB Variations
Color information
#0CD86F (or 0x0CD86F) is known color: Malachite. HEX triplet: 0C, D8 and 6F. RGB value is (12,216,111). Sum of RGB (Red+Green+Blue) = 12+216+111=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD86F is #F32790. Grayscale: #8F8F8F. Windows color (decimal): -15935377 or 7329804. OLE color: 7329804.
HSL color Cylindrical-coordinate representation of color #0CD86F: hue angle of 149.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD86F is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 111 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.15 |
| HSL | 149.12º | 0.89% | 0.45% | - |
| HSV(B) | 149.12º | 0.94% | 0.85% | - |
| XYZ | 27.58 | 50.34 | 23.3 | - |
| YUV | 143.03 | 109.91 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 111 | 0.94 | 0 | 0.49 | 0.15 | 149.12 | 0.89 | 0.45 |
| Hex | C | D8 | 6F | 5E | 0 | 31 | F | 95 | 59 | 2D |
| Octal | 14 | 330 | 157 | 136 | 0 | 61 | 17 | 225 | 131 | 55 |
| Binary | 1100 | 11011000 | 1101111 | 1011110 | 0 | 110001 | 1111 | 10010101 | 1011001 | 101101 |
Color Harmonies of #0CD86F
Complementary color
Monochromatic Colors of #0CD86F
Black with #0CD86F
Text Example
Text Example
White with #0CD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD86F; }
p { color: rgb(12,216,111); }
H1.HeaderClassName
{
color: #0CD86F;
}
.AnyTagClassName
{
color: #0CD86F;
}
</style>
background-color css
<style>
a { background-color: #0CD86F; }
a { background-color: rgb(12,216,111); }
div.DivClassName
{
background-color: #0CD86F;
}
.BgClassName
{
background-color: #0CD86F;
}
</style>
border-color css
<style>
span { border-color: #0CD86F; }
span { border-color: rgb(12,216,111); }
td.TdClassName
{
border-color: #0CD86F;
}
.TagClassName
{
border-color: #0CD86F;
}
</style>