Shades of Malachite #0CD950
Tints of Malachite #0CD950
RGB
CMYK
RGB Variations
Color information
#0CD950 (or 0x0CD950) is known color: Malachite. HEX triplet: 0C, D9 and 50. RGB value is (12,217,80). Sum of RGB (Red+Green+Blue) = 12+217+80=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 217 (85.16% from 255 or 70.23% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD950 is #F326AF. Grayscale: #8C8C8C. Windows color (decimal): -15935152 or 5298444. OLE color: 5298444.
HSL color Cylindrical-coordinate representation of color #0CD950: hue angle of 139.9º 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 #0CD950 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 80 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.15 |
| HSL | 139.9º | 0.9% | 0.45% | - |
| HSV(B) | 139.9º | 0.94% | 0.85% | - |
| XYZ | 26.41 | 50.28 | 15.9 | - |
| YUV | 140.09 | 94.08 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 80 | 0.94 | 0 | 0.63 | 0.15 | 139.9 | 0.9 | 0.45 |
| Hex | C | D9 | 50 | 5E | 0 | 3F | F | 8C | 5A | 2D |
| Octal | 14 | 331 | 120 | 136 | 0 | 77 | 17 | 214 | 132 | 55 |
| Binary | 1100 | 11011001 | 1010000 | 1011110 | 0 | 111111 | 1111 | 10001100 | 1011010 | 101101 |
Color Harmonies of #0CD950
Complementary color
Monochromatic Colors of #0CD950
Black with #0CD950
Text Example
Text Example
White with #0CD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD950; }
p { color: rgb(12,217,80); }
H1.HeaderClassName
{
color: #0CD950;
}
.AnyTagClassName
{
color: #0CD950;
}
</style>
background-color css
<style>
a { background-color: #0CD950; }
a { background-color: rgb(12,217,80); }
div.DivClassName
{
background-color: #0CD950;
}
.BgClassName
{
background-color: #0CD950;
}
</style>
border-color css
<style>
span { border-color: #0CD950; }
span { border-color: rgb(12,217,80); }
td.TdClassName
{
border-color: #0CD950;
}
.TagClassName
{
border-color: #0CD950;
}
</style>