Shades of Malachite #0BDC6B
Tints of Malachite #0BDC6B
RGB
CMYK
RGB Variations
Color information
#0BDC6B (or 0x0BDC6B) is known color: Malachite. HEX triplet: 0B, DC and 6B. RGB value is (11,220,107). Sum of RGB (Red+Green+Blue) = 11+220+107=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC6B is #F42394. Grayscale: #909090. Windows color (decimal): -15999893 or 7068683. OLE color: 7068683.
HSL color Cylindrical-coordinate representation of color #0BDC6B: hue angle of 147.56º 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 #0BDC6B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 107 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.14 |
| HSL | 147.56º | 0.9% | 0.45% | - |
| HSV(B) | 147.56º | 0.95% | 0.86% | - |
| XYZ | 28.39 | 52.32 | 22.51 | - |
| YUV | 144.63 | 106.76 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 107 | 0.95 | 0 | 0.51 | 0.14 | 147.56 | 0.9 | 0.45 |
| Hex | B | DC | 6B | 5F | 0 | 33 | E | 94 | 5A | 2D |
| Octal | 13 | 334 | 153 | 137 | 0 | 63 | 16 | 224 | 132 | 55 |
| Binary | 1011 | 11011100 | 1101011 | 1011111 | 0 | 110011 | 1110 | 10010100 | 1011010 | 101101 |
Color Harmonies of #0BDC6B
Complementary color
Monochromatic Colors of #0BDC6B
Black with #0BDC6B
Text Example
Text Example
White with #0BDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC6B; }
p { color: rgb(11,220,107); }
H1.HeaderClassName
{
color: #0BDC6B;
}
.AnyTagClassName
{
color: #0BDC6B;
}
</style>
background-color css
<style>
a { background-color: #0BDC6B; }
a { background-color: rgb(11,220,107); }
div.DivClassName
{
background-color: #0BDC6B;
}
.BgClassName
{
background-color: #0BDC6B;
}
</style>
border-color css
<style>
span { border-color: #0BDC6B; }
span { border-color: rgb(11,220,107); }
td.TdClassName
{
border-color: #0BDC6B;
}
.TagClassName
{
border-color: #0BDC6B;
}
</style>