Shades of Malachite #0CD975
Tints of Malachite #0CD975
RGB
CMYK
RGB Variations
Color information
#0CD975 (or 0x0CD975) is known color: Malachite. HEX triplet: 0C, D9 and 75. RGB value is (12,217,117). Sum of RGB (Red+Green+Blue) = 12+217+117=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD975 is #F3268A. Grayscale: #909090. Windows color (decimal): -15935115 or 7723276. OLE color: 7723276.
HSL color Cylindrical-coordinate representation of color #0CD975: hue angle of 150.73º degrees, saturation: 0.9, 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 #0CD975 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 117 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.15 |
| HSL | 150.73º | 0.9% | 0.45% | - |
| HSV(B) | 150.73º | 0.94% | 0.85% | - |
| XYZ | 28.18 | 50.99 | 25.19 | - |
| YUV | 144.31 | 112.58 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 117 | 0.94 | 0 | 0.46 | 0.15 | 150.73 | 0.9 | 0.45 |
| Hex | C | D9 | 75 | 5E | 0 | 2E | F | 97 | 5A | 2D |
| Octal | 14 | 331 | 165 | 136 | 0 | 56 | 17 | 227 | 132 | 55 |
| Binary | 1100 | 11011001 | 1110101 | 1011110 | 0 | 101110 | 1111 | 10010111 | 1011010 | 101101 |
Color Harmonies of #0CD975
Complementary color
Monochromatic Colors of #0CD975
Black with #0CD975
Text Example
Text Example
White with #0CD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD975; }
p { color: rgb(12,217,117); }
H1.HeaderClassName
{
color: #0CD975;
}
.AnyTagClassName
{
color: #0CD975;
}
</style>
background-color css
<style>
a { background-color: #0CD975; }
a { background-color: rgb(12,217,117); }
div.DivClassName
{
background-color: #0CD975;
}
.BgClassName
{
background-color: #0CD975;
}
</style>
border-color css
<style>
span { border-color: #0CD975; }
span { border-color: rgb(12,217,117); }
td.TdClassName
{
border-color: #0CD975;
}
.TagClassName
{
border-color: #0CD975;
}
</style>