Shades of Malachite #0CD568
Tints of Malachite #0CD568
RGB
CMYK
RGB Variations
Color information
#0CD568 (or 0x0CD568) is known color: Malachite. HEX triplet: 0C, D5 and 68. RGB value is (12,213,104). Sum of RGB (Red+Green+Blue) = 12+213+104=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD568 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD568 is #F32A97. Grayscale: #8C8C8C. Windows color (decimal): -15936152 or 6870284. OLE color: 6870284.
HSL color Cylindrical-coordinate representation of color #0CD568: hue angle of 147.46º 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 #0CD568 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 104 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.16 |
| HSL | 147.46º | 0.89% | 0.44% | - |
| HSV(B) | 147.46º | 0.94% | 0.84% | - |
| XYZ | 26.44 | 48.67 | 21.1 | - |
| YUV | 140.48 | 107.41 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 104 | 0.94 | 0 | 0.51 | 0.16 | 147.46 | 0.89 | 0.44 |
| Hex | C | D5 | 68 | 5E | 0 | 33 | 10 | 93 | 59 | 2C |
| Octal | 14 | 325 | 150 | 136 | 0 | 63 | 20 | 223 | 131 | 54 |
| Binary | 1100 | 11010101 | 1101000 | 1011110 | 0 | 110011 | 10000 | 10010011 | 1011001 | 101100 |
Color Harmonies of #0CD568
Complementary color
Monochromatic Colors of #0CD568
Black with #0CD568
Text Example
Text Example
White with #0CD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD568; }
p { color: rgb(12,213,104); }
H1.HeaderClassName
{
color: #0CD568;
}
.AnyTagClassName
{
color: #0CD568;
}
</style>
background-color css
<style>
a { background-color: #0CD568; }
a { background-color: rgb(12,213,104); }
div.DivClassName
{
background-color: #0CD568;
}
.BgClassName
{
background-color: #0CD568;
}
</style>
border-color css
<style>
span { border-color: #0CD568; }
span { border-color: rgb(12,213,104); }
td.TdClassName
{
border-color: #0CD568;
}
.TagClassName
{
border-color: #0CD568;
}
</style>