Shades of Malachite #0CD24F
Tints of Malachite #0CD24F
RGB
CMYK
RGB Variations
Color information
#0CD24F (or 0x0CD24F) is known color: Malachite. HEX triplet: 0C, D2 and 4F. RGB value is (12,210,79). Sum of RGB (Red+Green+Blue) = 12+210+79=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD24F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD24F is #F32DB0. Grayscale: #888888. Windows color (decimal): -15936945 or 5231116. OLE color: 5231116.
HSL color Cylindrical-coordinate representation of color #0CD24F: hue angle of 140.3º 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 #0CD24F is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 79 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.18 |
| HSL | 140.3º | 0.89% | 0.44% | - |
| HSV(B) | 140.3º | 0.94% | 0.82% | - |
| XYZ | 24.61 | 46.74 | 15.12 | - |
| YUV | 135.86 | 95.9 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 79 | 0.94 | 0 | 0.62 | 0.18 | 140.3 | 0.89 | 0.44 |
| Hex | C | D2 | 4F | 5E | 0 | 3E | 12 | 8C | 59 | 2C |
| Octal | 14 | 322 | 117 | 136 | 0 | 76 | 22 | 214 | 131 | 54 |
| Binary | 1100 | 11010010 | 1001111 | 1011110 | 0 | 111110 | 10010 | 10001100 | 1011001 | 101100 |
Color Harmonies of #0CD24F
Complementary color
Monochromatic Colors of #0CD24F
Black with #0CD24F
Text Example
Text Example
White with #0CD24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD24F; }
p { color: rgb(12,210,79); }
H1.HeaderClassName
{
color: #0CD24F;
}
.AnyTagClassName
{
color: #0CD24F;
}
</style>
background-color css
<style>
a { background-color: #0CD24F; }
a { background-color: rgb(12,210,79); }
div.DivClassName
{
background-color: #0CD24F;
}
.BgClassName
{
background-color: #0CD24F;
}
</style>
border-color css
<style>
span { border-color: #0CD24F; }
span { border-color: rgb(12,210,79); }
td.TdClassName
{
border-color: #0CD24F;
}
.TagClassName
{
border-color: #0CD24F;
}
</style>