Shades of Malachite #0CDB6B
Tints of Malachite #0CDB6B
RGB
CMYK
RGB Variations
Color information
#0CDB6B (or 0x0CDB6B) is known color: Malachite. HEX triplet: 0C, DB and 6B. RGB value is (12,219,107). Sum of RGB (Red+Green+Blue) = 12+219+107=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB6B is #F32494. Grayscale: #909090. Windows color (decimal): -15934613 or 7068428. OLE color: 7068428.
HSL color Cylindrical-coordinate representation of color #0CDB6B: hue angle of 147.54º 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 #0CDB6B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 107 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.14 |
| HSL | 147.54º | 0.9% | 0.45% | - |
| HSV(B) | 147.54º | 0.95% | 0.86% | - |
| XYZ | 28.14 | 51.8 | 22.43 | - |
| YUV | 144.34 | 106.92 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 107 | 0.95 | 0 | 0.51 | 0.14 | 147.54 | 0.9 | 0.45 |
| Hex | C | DB | 6B | 5F | 0 | 33 | E | 94 | 5A | 2D |
| Octal | 14 | 333 | 153 | 137 | 0 | 63 | 16 | 224 | 132 | 55 |
| Binary | 1100 | 11011011 | 1101011 | 1011111 | 0 | 110011 | 1110 | 10010100 | 1011010 | 101101 |
Color Harmonies of #0CDB6B
Complementary color
Monochromatic Colors of #0CDB6B
Black with #0CDB6B
Text Example
Text Example
White with #0CDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB6B; }
p { color: rgb(12,219,107); }
H1.HeaderClassName
{
color: #0CDB6B;
}
.AnyTagClassName
{
color: #0CDB6B;
}
</style>
background-color css
<style>
a { background-color: #0CDB6B; }
a { background-color: rgb(12,219,107); }
div.DivClassName
{
background-color: #0CDB6B;
}
.BgClassName
{
background-color: #0CDB6B;
}
</style>
border-color css
<style>
span { border-color: #0CDB6B; }
span { border-color: rgb(12,219,107); }
td.TdClassName
{
border-color: #0CDB6B;
}
.TagClassName
{
border-color: #0CDB6B;
}
</style>