Shades of Malachite #0BC660
Tints of Malachite #0BC660
RGB
CMYK
RGB Variations
Color information
#0BC660 (or 0x0BC660) is known color: Malachite. HEX triplet: 0B, C6 and 60. RGB value is (11,198,96). Sum of RGB (Red+Green+Blue) = 11+198+96=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC660 is #F4399F. Grayscale: #828282. Windows color (decimal): -16005536 or 6342155. OLE color: 6342155.
HSL color Cylindrical-coordinate representation of color #0BC660: hue angle of 147.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC660 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 198 | 96 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.22 |
| HSL | 147.27º | 0.89% | 0.41% | - |
| HSV(B) | 147.27º | 0.94% | 0.78% | - |
| XYZ | 22.44 | 41.3 | 17.86 | - |
| YUV | 130.46 | 108.55 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 198 | 96 | 0.94 | 0 | 0.52 | 0.22 | 147.27 | 0.89 | 0.41 |
| Hex | B | C6 | 60 | 5E | 0 | 34 | 16 | 93 | 59 | 29 |
| Octal | 13 | 306 | 140 | 136 | 0 | 64 | 26 | 223 | 131 | 51 |
| Binary | 1011 | 11000110 | 1100000 | 1011110 | 0 | 110100 | 10110 | 10010011 | 1011001 | 101001 |
Color Harmonies of #0BC660
Complementary color
Monochromatic Colors of #0BC660
Black with #0BC660
Text Example
Text Example
White with #0BC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC660; }
p { color: rgb(11,198,96); }
H1.HeaderClassName
{
color: #0BC660;
}
.AnyTagClassName
{
color: #0BC660;
}
</style>
background-color css
<style>
a { background-color: #0BC660; }
a { background-color: rgb(11,198,96); }
div.DivClassName
{
background-color: #0BC660;
}
.BgClassName
{
background-color: #0BC660;
}
</style>
border-color css
<style>
span { border-color: #0BC660; }
span { border-color: rgb(11,198,96); }
td.TdClassName
{
border-color: #0BC660;
}
.TagClassName
{
border-color: #0BC660;
}
</style>