Shades of Malachite #0CD254
Tints of Malachite #0CD254
RGB
CMYK
RGB Variations
Color information
#0CD254 (or 0x0CD254) is known color: Malachite. HEX triplet: 0C, D2 and 54. RGB value is (12,210,84). Sum of RGB (Red+Green+Blue) = 12+210+84=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 210 (82.42% from 255 or 68.63% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD254 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD254 is #F32DAB. Grayscale: #888888. Windows color (decimal): -15936940 or 5558796. OLE color: 5558796.
HSL color Cylindrical-coordinate representation of color #0CD254: hue angle of 141.82º 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 #0CD254 is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 84 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.18 |
| HSL | 141.82º | 0.89% | 0.44% | - |
| HSV(B) | 141.82º | 0.94% | 0.82% | - |
| XYZ | 24.8 | 46.81 | 16.12 | - |
| YUV | 136.43 | 98.4 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 84 | 0.94 | 0 | 0.6 | 0.18 | 141.82 | 0.89 | 0.44 |
| Hex | C | D2 | 54 | 5E | 0 | 3C | 12 | 8E | 59 | 2C |
| Octal | 14 | 322 | 124 | 136 | 0 | 74 | 22 | 216 | 131 | 54 |
| Binary | 1100 | 11010010 | 1010100 | 1011110 | 0 | 111100 | 10010 | 10001110 | 1011001 | 101100 |
Color Harmonies of #0CD254
Complementary color
Monochromatic Colors of #0CD254
Black with #0CD254
Text Example
Text Example
White with #0CD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD254; }
p { color: rgb(12,210,84); }
H1.HeaderClassName
{
color: #0CD254;
}
.AnyTagClassName
{
color: #0CD254;
}
</style>
background-color css
<style>
a { background-color: #0CD254; }
a { background-color: rgb(12,210,84); }
div.DivClassName
{
background-color: #0CD254;
}
.BgClassName
{
background-color: #0CD254;
}
</style>
border-color css
<style>
span { border-color: #0CD254; }
span { border-color: rgb(12,210,84); }
td.TdClassName
{
border-color: #0CD254;
}
.TagClassName
{
border-color: #0CD254;
}
</style>