Shades of Malachite #0CD247
Tints of Malachite #0CD247
RGB
CMYK
RGB Variations
Color information
#0CD247 (or 0x0CD247) is known color: Malachite. HEX triplet: 0C, D2 and 47. RGB value is (12,210,71). Sum of RGB (Red+Green+Blue) = 12+210+71=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 210 (82.42% from 255 or 71.67% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD247 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD247 is #F32DB8. Grayscale: #878787. Windows color (decimal): -15936953 or 4706828. OLE color: 4706828.
HSL color Cylindrical-coordinate representation of color #0CD247: hue angle of 137.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD247 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 71 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.18 |
| HSL | 137.88º | 0.89% | 0.44% | - |
| HSV(B) | 137.88º | 0.94% | 0.82% | - |
| XYZ | 24.34 | 46.63 | 13.68 | - |
| YUV | 134.95 | 91.9 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 71 | 0.94 | 0 | 0.66 | 0.18 | 137.88 | 0.89 | 0.44 |
| Hex | C | D2 | 47 | 5E | 0 | 42 | 12 | 8A | 59 | 2C |
| Octal | 14 | 322 | 107 | 136 | 0 | 102 | 22 | 212 | 131 | 54 |
| Binary | 1100 | 11010010 | 1000111 | 1011110 | 0 | 1000010 | 10010 | 10001010 | 1011001 | 101100 |
Color Harmonies of #0CD247
Complementary color
Monochromatic Colors of #0CD247
Black with #0CD247
Text Example
Text Example
White with #0CD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD247; }
p { color: rgb(12,210,71); }
H1.HeaderClassName
{
color: #0CD247;
}
.AnyTagClassName
{
color: #0CD247;
}
</style>
background-color css
<style>
a { background-color: #0CD247; }
a { background-color: rgb(12,210,71); }
div.DivClassName
{
background-color: #0CD247;
}
.BgClassName
{
background-color: #0CD247;
}
</style>
border-color css
<style>
span { border-color: #0CD247; }
span { border-color: rgb(12,210,71); }
td.TdClassName
{
border-color: #0CD247;
}
.TagClassName
{
border-color: #0CD247;
}
</style>