Shades of Malachite #0CDB5F
Tints of Malachite #0CDB5F
RGB
CMYK
RGB Variations
Color information
#0CDB5F (or 0x0CDB5F) is known color: Malachite. HEX triplet: 0C, DB and 5F. RGB value is (12,219,95). Sum of RGB (Red+Green+Blue) = 12+219+95=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB5F is #F324A0. Grayscale: #8F8F8F. Windows color (decimal): -15934625 or 6281996. OLE color: 6281996.
HSL color Cylindrical-coordinate representation of color #0CDB5F: hue angle of 144.06º 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 #0CDB5F is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 95 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.14 |
| HSL | 144.06º | 0.9% | 0.45% | - |
| HSV(B) | 144.06º | 0.95% | 0.86% | - |
| XYZ | 27.55 | 51.57 | 19.33 | - |
| YUV | 142.97 | 100.92 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 95 | 0.95 | 0 | 0.57 | 0.14 | 144.06 | 0.9 | 0.45 |
| Hex | C | DB | 5F | 5F | 0 | 39 | E | 90 | 5A | 2D |
| Octal | 14 | 333 | 137 | 137 | 0 | 71 | 16 | 220 | 132 | 55 |
| Binary | 1100 | 11011011 | 1011111 | 1011111 | 0 | 111001 | 1110 | 10010000 | 1011010 | 101101 |
Color Harmonies of #0CDB5F
Complementary color
Monochromatic Colors of #0CDB5F
Black with #0CDB5F
Text Example
Text Example
White with #0CDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB5F; }
p { color: rgb(12,219,95); }
H1.HeaderClassName
{
color: #0CDB5F;
}
.AnyTagClassName
{
color: #0CDB5F;
}
</style>
background-color css
<style>
a { background-color: #0CDB5F; }
a { background-color: rgb(12,219,95); }
div.DivClassName
{
background-color: #0CDB5F;
}
.BgClassName
{
background-color: #0CDB5F;
}
</style>
border-color css
<style>
span { border-color: #0CDB5F; }
span { border-color: rgb(12,219,95); }
td.TdClassName
{
border-color: #0CDB5F;
}
.TagClassName
{
border-color: #0CDB5F;
}
</style>