Shades of Malachite #0CD16C
Tints of Malachite #0CD16C
RGB
CMYK
RGB Variations
Color information
#0CD16C (or 0x0CD16C) is known color: Malachite. HEX triplet: 0C, D1 and 6C. RGB value is (12,209,108). Sum of RGB (Red+Green+Blue) = 12+209+108=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD16C is #F32E93. Grayscale: #8A8A8A. Windows color (decimal): -15937172 or 7131404. OLE color: 7131404.
HSL color Cylindrical-coordinate representation of color #0CD16C: hue angle of 149.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD16C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 108 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.18 |
| HSL | 149.24º | 0.89% | 0.43% | - |
| HSV(B) | 149.24º | 0.94% | 0.82% | - |
| XYZ | 25.66 | 46.76 | 21.86 | - |
| YUV | 138.58 | 110.73 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 108 | 0.94 | 0 | 0.48 | 0.18 | 149.24 | 0.89 | 0.43 |
| Hex | C | D1 | 6C | 5E | 0 | 30 | 12 | 95 | 59 | 2B |
| Octal | 14 | 321 | 154 | 136 | 0 | 60 | 22 | 225 | 131 | 53 |
| Binary | 1100 | 11010001 | 1101100 | 1011110 | 0 | 110000 | 10010 | 10010101 | 1011001 | 101011 |
Color Harmonies of #0CD16C
Complementary color
Monochromatic Colors of #0CD16C
Black with #0CD16C
Text Example
Text Example
White with #0CD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD16C; }
p { color: rgb(12,209,108); }
H1.HeaderClassName
{
color: #0CD16C;
}
.AnyTagClassName
{
color: #0CD16C;
}
</style>
background-color css
<style>
a { background-color: #0CD16C; }
a { background-color: rgb(12,209,108); }
div.DivClassName
{
background-color: #0CD16C;
}
.BgClassName
{
background-color: #0CD16C;
}
</style>
border-color css
<style>
span { border-color: #0CD16C; }
span { border-color: rgb(12,209,108); }
td.TdClassName
{
border-color: #0CD16C;
}
.TagClassName
{
border-color: #0CD16C;
}
</style>