Shades of Malachite #0CDB69
Tints of Malachite #0CDB69
RGB
CMYK
RGB Variations
Color information
#0CDB69 (or 0x0CDB69) is known color: Malachite. HEX triplet: 0C, DB and 69. RGB value is (12,219,105). Sum of RGB (Red+Green+Blue) = 12+219+105=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB69 is #F32496. Grayscale: #909090. Windows color (decimal): -15934615 or 6937356. OLE color: 6937356.
HSL color Cylindrical-coordinate representation of color #0CDB69: hue angle of 146.96º 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 #0CDB69 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 105 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.14 |
| HSL | 146.96º | 0.9% | 0.45% | - |
| HSV(B) | 146.96º | 0.95% | 0.86% | - |
| XYZ | 28.03 | 51.76 | 21.88 | - |
| YUV | 144.11 | 105.92 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 105 | 0.95 | 0 | 0.52 | 0.14 | 146.96 | 0.9 | 0.45 |
| Hex | C | DB | 69 | 5F | 0 | 34 | E | 93 | 5A | 2D |
| Octal | 14 | 333 | 151 | 137 | 0 | 64 | 16 | 223 | 132 | 55 |
| Binary | 1100 | 11011011 | 1101001 | 1011111 | 0 | 110100 | 1110 | 10010011 | 1011010 | 101101 |
Color Harmonies of #0CDB69
Complementary color
Monochromatic Colors of #0CDB69
Black with #0CDB69
Text Example
Text Example
White with #0CDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB69; }
p { color: rgb(12,219,105); }
H1.HeaderClassName
{
color: #0CDB69;
}
.AnyTagClassName
{
color: #0CDB69;
}
</style>
background-color css
<style>
a { background-color: #0CDB69; }
a { background-color: rgb(12,219,105); }
div.DivClassName
{
background-color: #0CDB69;
}
.BgClassName
{
background-color: #0CDB69;
}
</style>
border-color css
<style>
span { border-color: #0CDB69; }
span { border-color: rgb(12,219,105); }
td.TdClassName
{
border-color: #0CDB69;
}
.TagClassName
{
border-color: #0CDB69;
}
</style>