Shades of Malachite #0CD15A
Tints of Malachite #0CD15A
RGB
CMYK
RGB Variations
Color information
#0CD15A (or 0x0CD15A) is known color: Malachite. HEX triplet: 0C, D1 and 5A. RGB value is (12,209,90). Sum of RGB (Red+Green+Blue) = 12+209+90=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD15A is #F32EA5. Grayscale: #888888. Windows color (decimal): -15937190 or 5951756. OLE color: 5951756.
HSL color Cylindrical-coordinate representation of color #0CD15A: hue angle of 143.76º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD15A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 90 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.18 |
| HSL | 143.76º | 0.89% | 0.43% | - |
| HSV(B) | 143.76º | 0.94% | 0.82% | - |
| XYZ | 24.8 | 46.42 | 17.33 | - |
| YUV | 136.53 | 101.73 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 90 | 0.94 | 0 | 0.57 | 0.18 | 143.76 | 0.89 | 0.43 |
| Hex | C | D1 | 5A | 5E | 0 | 39 | 12 | 90 | 59 | 2B |
| Octal | 14 | 321 | 132 | 136 | 0 | 71 | 22 | 220 | 131 | 53 |
| Binary | 1100 | 11010001 | 1011010 | 1011110 | 0 | 111001 | 10010 | 10010000 | 1011001 | 101011 |
Color Harmonies of #0CD15A
Complementary color
Monochromatic Colors of #0CD15A
Black with #0CD15A
Text Example
Text Example
White with #0CD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD15A; }
p { color: rgb(12,209,90); }
H1.HeaderClassName
{
color: #0CD15A;
}
.AnyTagClassName
{
color: #0CD15A;
}
</style>
background-color css
<style>
a { background-color: #0CD15A; }
a { background-color: rgb(12,209,90); }
div.DivClassName
{
background-color: #0CD15A;
}
.BgClassName
{
background-color: #0CD15A;
}
</style>
border-color css
<style>
span { border-color: #0CD15A; }
span { border-color: rgb(12,209,90); }
td.TdClassName
{
border-color: #0CD15A;
}
.TagClassName
{
border-color: #0CD15A;
}
</style>