Shades of Malachite #0BC360
Tints of Malachite #0BC360
RGB
CMYK
RGB Variations
Color information
#0BC360 (or 0x0BC360) is known color: Malachite. HEX triplet: 0B, C3 and 60. RGB value is (11,195,96). Sum of RGB (Red+Green+Blue) = 11+195+96=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC360 is #F43C9F. Grayscale: #808080. Windows color (decimal): -16006304 or 6341387. OLE color: 6341387.
HSL color Cylindrical-coordinate representation of color #0BC360: hue angle of 147.72º 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 #0BC360 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 96 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.24 |
| HSL | 147.72º | 0.89% | 0.4% | - |
| HSV(B) | 147.72º | 0.94% | 0.76% | - |
| XYZ | 21.76 | 39.95 | 17.63 | - |
| YUV | 128.7 | 109.54 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 96 | 0.94 | 0 | 0.51 | 0.24 | 147.72 | 0.89 | 0.4 |
| Hex | B | C3 | 60 | 5E | 0 | 33 | 18 | 94 | 59 | 28 |
| Octal | 13 | 303 | 140 | 136 | 0 | 63 | 30 | 224 | 131 | 50 |
| Binary | 1011 | 11000011 | 1100000 | 1011110 | 0 | 110011 | 11000 | 10010100 | 1011001 | 101000 |
Color Harmonies of #0BC360
Complementary color
Monochromatic Colors of #0BC360
Black with #0BC360
Text Example
Text Example
White with #0BC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC360; }
p { color: rgb(11,195,96); }
H1.HeaderClassName
{
color: #0BC360;
}
.AnyTagClassName
{
color: #0BC360;
}
</style>
background-color css
<style>
a { background-color: #0BC360; }
a { background-color: rgb(11,195,96); }
div.DivClassName
{
background-color: #0BC360;
}
.BgClassName
{
background-color: #0BC360;
}
</style>
border-color css
<style>
span { border-color: #0BC360; }
span { border-color: rgb(11,195,96); }
td.TdClassName
{
border-color: #0BC360;
}
.TagClassName
{
border-color: #0BC360;
}
</style>