Shades of Malachite #0CD567
Tints of Malachite #0CD567
RGB
CMYK
RGB Variations
Color information
#0CD567 (or 0x0CD567) is known color: Malachite. HEX triplet: 0C, D5 and 67. RGB value is (12,213,103). Sum of RGB (Red+Green+Blue) = 12+213+103=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD567 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD567 is #F32A98. Grayscale: #8C8C8C. Windows color (decimal): -15936153 or 6804748. OLE color: 6804748.
HSL color Cylindrical-coordinate representation of color #0CD567: hue angle of 147.16º 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 #0CD567 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 103 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.16 |
| HSL | 147.16º | 0.89% | 0.44% | - |
| HSV(B) | 147.16º | 0.94% | 0.84% | - |
| XYZ | 26.39 | 48.65 | 20.83 | - |
| YUV | 140.36 | 106.91 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 103 | 0.94 | 0 | 0.52 | 0.16 | 147.16 | 0.89 | 0.44 |
| Hex | C | D5 | 67 | 5E | 0 | 34 | 10 | 93 | 59 | 2C |
| Octal | 14 | 325 | 147 | 136 | 0 | 64 | 20 | 223 | 131 | 54 |
| Binary | 1100 | 11010101 | 1100111 | 1011110 | 0 | 110100 | 10000 | 10010011 | 1011001 | 101100 |
Color Harmonies of #0CD567
Complementary color
Monochromatic Colors of #0CD567
Black with #0CD567
Text Example
Text Example
White with #0CD567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD567; }
p { color: rgb(12,213,103); }
H1.HeaderClassName
{
color: #0CD567;
}
.AnyTagClassName
{
color: #0CD567;
}
</style>
background-color css
<style>
a { background-color: #0CD567; }
a { background-color: rgb(12,213,103); }
div.DivClassName
{
background-color: #0CD567;
}
.BgClassName
{
background-color: #0CD567;
}
</style>
border-color css
<style>
span { border-color: #0CD567; }
span { border-color: rgb(12,213,103); }
td.TdClassName
{
border-color: #0CD567;
}
.TagClassName
{
border-color: #0CD567;
}
</style>