Shades of Malachite #0CDB5A
Tints of Malachite #0CDB5A
RGB
CMYK
RGB Variations
Color information
#0CDB5A (or 0x0CDB5A) is known color: Malachite. HEX triplet: 0C, DB and 5A. RGB value is (12,219,90). Sum of RGB (Red+Green+Blue) = 12+219+90=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB5A is #F324A5. Grayscale: #8E8E8E. Windows color (decimal): -15934630 or 5954316. OLE color: 5954316.
HSL color Cylindrical-coordinate representation of color #0CDB5A: hue angle of 142.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB5A is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 90 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.14 |
| HSL | 142.61º | 0.9% | 0.45% | - |
| HSV(B) | 142.61º | 0.95% | 0.86% | - |
| XYZ | 27.33 | 51.48 | 18.17 | - |
| YUV | 142.4 | 98.42 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 90 | 0.95 | 0 | 0.59 | 0.14 | 142.61 | 0.9 | 0.45 |
| Hex | C | DB | 5A | 5F | 0 | 3B | E | 8F | 5A | 2D |
| Octal | 14 | 333 | 132 | 137 | 0 | 73 | 16 | 217 | 132 | 55 |
| Binary | 1100 | 11011011 | 1011010 | 1011111 | 0 | 111011 | 1110 | 10001111 | 1011010 | 101101 |
Color Harmonies of #0CDB5A
Complementary color
Monochromatic Colors of #0CDB5A
Black with #0CDB5A
Text Example
Text Example
White with #0CDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB5A; }
p { color: rgb(12,219,90); }
H1.HeaderClassName
{
color: #0CDB5A;
}
.AnyTagClassName
{
color: #0CDB5A;
}
</style>
background-color css
<style>
a { background-color: #0CDB5A; }
a { background-color: rgb(12,219,90); }
div.DivClassName
{
background-color: #0CDB5A;
}
.BgClassName
{
background-color: #0CDB5A;
}
</style>
border-color css
<style>
span { border-color: #0CDB5A; }
span { border-color: rgb(12,219,90); }
td.TdClassName
{
border-color: #0CDB5A;
}
.TagClassName
{
border-color: #0CDB5A;
}
</style>