Shades of Malachite #0BC160
Tints of Malachite #0BC160
RGB
CMYK
RGB Variations
Color information
#0BC160 (or 0x0BC160) is known color: Malachite. HEX triplet: 0B, C1 and 60. RGB value is (11,193,96). Sum of RGB (Red+Green+Blue) = 11+193+96=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC160 is #F43E9F. Grayscale: #7F7F7F. Windows color (decimal): -16006816 or 6340875. OLE color: 6340875.
HSL color Cylindrical-coordinate representation of color #0BC160: hue angle of 148.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC160 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 96 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.24 |
| HSL | 148.02º | 0.89% | 0.4% | - |
| HSV(B) | 148.02º | 0.94% | 0.76% | - |
| XYZ | 21.32 | 39.06 | 17.48 | - |
| YUV | 127.52 | 110.2 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 96 | 0.94 | 0 | 0.50 | 0.24 | 148.02 | 0.89 | 0.4 |
| Hex | B | C1 | 60 | 5E | 0 | 32 | 18 | 94 | 59 | 28 |
| Octal | 13 | 301 | 140 | 136 | 0 | 62 | 30 | 224 | 131 | 50 |
| Binary | 1011 | 11000001 | 1100000 | 1011110 | 0 | 110010 | 11000 | 10010100 | 1011001 | 101000 |
Color Harmonies of #0BC160
Complementary color
Monochromatic Colors of #0BC160
Black with #0BC160
Text Example
Text Example
White with #0BC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC160; }
p { color: rgb(11,193,96); }
H1.HeaderClassName
{
color: #0BC160;
}
.AnyTagClassName
{
color: #0BC160;
}
</style>
background-color css
<style>
a { background-color: #0BC160; }
a { background-color: rgb(11,193,96); }
div.DivClassName
{
background-color: #0BC160;
}
.BgClassName
{
background-color: #0BC160;
}
</style>
border-color css
<style>
span { border-color: #0BC160; }
span { border-color: rgb(11,193,96); }
td.TdClassName
{
border-color: #0BC160;
}
.TagClassName
{
border-color: #0BC160;
}
</style>