Shades of Malachite #0BE560
Tints of Malachite #0BE560
RGB
CMYK
RGB Variations
Color information
#0BE560 (or 0x0BE560) is known color: Malachite. HEX triplet: 0B, E5 and 60. RGB value is (11,229,96). Sum of RGB (Red+Green+Blue) = 11+229+96=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE560 is #F41A9F. Grayscale: #949494. Windows color (decimal): -15997600 or 6350091. OLE color: 6350091.
HSL color Cylindrical-coordinate representation of color #0BE560: hue angle of 143.39º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE560 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 96 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.10 |
| HSL | 143.39º | 0.91% | 0.47% | - |
| HSV(B) | 143.39º | 0.95% | 0.9% | - |
| XYZ | 30.27 | 56.95 | 20.46 | - |
| YUV | 148.66 | 98.28 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 96 | 0.95 | 0 | 0.58 | 0.10 | 143.39 | 0.91 | 0.47 |
| Hex | B | E5 | 60 | 5F | 0 | 3A | A | 8F | 5B | 2F |
| Octal | 13 | 345 | 140 | 137 | 0 | 72 | 12 | 217 | 133 | 57 |
| Binary | 1011 | 11100101 | 1100000 | 1011111 | 0 | 111010 | 1010 | 10001111 | 1011011 | 101111 |
Color Harmonies of #0BE560
Complementary color
Monochromatic Colors of #0BE560
Black with #0BE560
Text Example
Text Example
White with #0BE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE560; }
p { color: rgb(11,229,96); }
H1.HeaderClassName
{
color: #0BE560;
}
.AnyTagClassName
{
color: #0BE560;
}
</style>
background-color css
<style>
a { background-color: #0BE560; }
a { background-color: rgb(11,229,96); }
div.DivClassName
{
background-color: #0BE560;
}
.BgClassName
{
background-color: #0BE560;
}
</style>
border-color css
<style>
span { border-color: #0BE560; }
span { border-color: rgb(11,229,96); }
td.TdClassName
{
border-color: #0BE560;
}
.TagClassName
{
border-color: #0BE560;
}
</style>