Shades of Malachite #0CD575
Tints of Malachite #0CD575
RGB
CMYK
RGB Variations
Color information
#0CD575 (or 0x0CD575) is known color: Malachite. HEX triplet: 0C, D5 and 75. RGB value is (12,213,117). Sum of RGB (Red+Green+Blue) = 12+213+117=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD575 is #F32A8A. Grayscale: #8E8E8E. Windows color (decimal): -15936139 or 7722252. OLE color: 7722252.
HSL color Cylindrical-coordinate representation of color #0CD575: hue angle of 151.34º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD575 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 117 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.16 |
| HSL | 151.34º | 0.89% | 0.44% | - |
| HSV(B) | 151.34º | 0.94% | 0.84% | - |
| XYZ | 27.16 | 48.95 | 24.85 | - |
| YUV | 141.96 | 113.91 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 117 | 0.94 | 0 | 0.45 | 0.16 | 151.34 | 0.89 | 0.44 |
| Hex | C | D5 | 75 | 5E | 0 | 2D | 10 | 97 | 59 | 2C |
| Octal | 14 | 325 | 165 | 136 | 0 | 55 | 20 | 227 | 131 | 54 |
| Binary | 1100 | 11010101 | 1110101 | 1011110 | 0 | 101101 | 10000 | 10010111 | 1011001 | 101100 |
Color Harmonies of #0CD575
Complementary color
Monochromatic Colors of #0CD575
Black with #0CD575
Text Example
Text Example
White with #0CD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD575; }
p { color: rgb(12,213,117); }
H1.HeaderClassName
{
color: #0CD575;
}
.AnyTagClassName
{
color: #0CD575;
}
</style>
background-color css
<style>
a { background-color: #0CD575; }
a { background-color: rgb(12,213,117); }
div.DivClassName
{
background-color: #0CD575;
}
.BgClassName
{
background-color: #0CD575;
}
</style>
border-color css
<style>
span { border-color: #0CD575; }
span { border-color: rgb(12,213,117); }
td.TdClassName
{
border-color: #0CD575;
}
.TagClassName
{
border-color: #0CD575;
}
</style>