Shades of Malachite #0BC962
Tints of Malachite #0BC962
RGB
CMYK
RGB Variations
Color information
#0BC962 (or 0x0BC962) is known color: Malachite. HEX triplet: 0B, C9 and 62. RGB value is (11,201,98). Sum of RGB (Red+Green+Blue) = 11+201+98=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC962 is #F4369D. Grayscale: #848484. Windows color (decimal): -16004766 or 6473995. OLE color: 6473995.
HSL color Cylindrical-coordinate representation of color #0BC962: hue angle of 147.47º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC962 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 98 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.21 |
| HSL | 147.47º | 0.9% | 0.42% | - |
| HSV(B) | 147.47º | 0.95% | 0.79% | - |
| XYZ | 23.23 | 42.73 | 18.58 | - |
| YUV | 132.45 | 108.55 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 98 | 0.95 | 0 | 0.51 | 0.21 | 147.47 | 0.9 | 0.42 |
| Hex | B | C9 | 62 | 5F | 0 | 33 | 15 | 93 | 5A | 2A |
| Octal | 13 | 311 | 142 | 137 | 0 | 63 | 25 | 223 | 132 | 52 |
| Binary | 1011 | 11001001 | 1100010 | 1011111 | 0 | 110011 | 10101 | 10010011 | 1011010 | 101010 |
Color Harmonies of #0BC962
Complementary color
Monochromatic Colors of #0BC962
Black with #0BC962
Text Example
Text Example
White with #0BC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC962; }
p { color: rgb(11,201,98); }
H1.HeaderClassName
{
color: #0BC962;
}
.AnyTagClassName
{
color: #0BC962;
}
</style>
background-color css
<style>
a { background-color: #0BC962; }
a { background-color: rgb(11,201,98); }
div.DivClassName
{
background-color: #0BC962;
}
.BgClassName
{
background-color: #0BC962;
}
</style>
border-color css
<style>
span { border-color: #0BC962; }
span { border-color: rgb(11,201,98); }
td.TdClassName
{
border-color: #0BC962;
}
.TagClassName
{
border-color: #0BC962;
}
</style>