Shades of Malachite #0BC358
Tints of Malachite #0BC358
RGB
CMYK
RGB Variations
Color information
#0BC358 (or 0x0BC358) is known color: Malachite. HEX triplet: 0B, C3 and 58. RGB value is (11,195,88). Sum of RGB (Red+Green+Blue) = 11+195+88=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC358 is #F43CA7. Grayscale: #808080. Windows color (decimal): -16006312 or 5817099. OLE color: 5817099.
HSL color Cylindrical-coordinate representation of color #0BC358: hue angle of 145.11º 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 #0BC358 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 88 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.24 |
| HSL | 145.11º | 0.89% | 0.4% | - |
| HSV(B) | 145.11º | 0.94% | 0.76% | - |
| XYZ | 21.41 | 39.81 | 15.79 | - |
| YUV | 127.79 | 105.54 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 88 | 0.94 | 0 | 0.55 | 0.24 | 145.11 | 0.89 | 0.4 |
| Hex | B | C3 | 58 | 5E | 0 | 37 | 18 | 91 | 59 | 28 |
| Octal | 13 | 303 | 130 | 136 | 0 | 67 | 30 | 221 | 131 | 50 |
| Binary | 1011 | 11000011 | 1011000 | 1011110 | 0 | 110111 | 11000 | 10010001 | 1011001 | 101000 |
Color Harmonies of #0BC358
Complementary color
Monochromatic Colors of #0BC358
Black with #0BC358
Text Example
Text Example
White with #0BC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC358; }
p { color: rgb(11,195,88); }
H1.HeaderClassName
{
color: #0BC358;
}
.AnyTagClassName
{
color: #0BC358;
}
</style>
background-color css
<style>
a { background-color: #0BC358; }
a { background-color: rgb(11,195,88); }
div.DivClassName
{
background-color: #0BC358;
}
.BgClassName
{
background-color: #0BC358;
}
</style>
border-color css
<style>
span { border-color: #0BC358; }
span { border-color: rgb(11,195,88); }
td.TdClassName
{
border-color: #0BC358;
}
.TagClassName
{
border-color: #0BC358;
}
</style>