Shades of Malachite #0BC95B
Tints of Malachite #0BC95B
RGB
CMYK
RGB Variations
Color information
#0BC95B (or 0x0BC95B) is known color: Malachite. HEX triplet: 0B, C9 and 5B. RGB value is (11,201,91). Sum of RGB (Red+Green+Blue) = 11+201+91=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC95B is #F436A4. Grayscale: #838383. Windows color (decimal): -16004773 or 6015243. OLE color: 6015243.
HSL color Cylindrical-coordinate representation of color #0BC95B: hue angle of 145.26º 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 #0BC95B is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 91 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.21 |
| HSL | 145.26º | 0.9% | 0.42% | - |
| HSV(B) | 145.26º | 0.95% | 0.79% | - |
| XYZ | 22.91 | 42.6 | 16.91 | - |
| YUV | 131.65 | 105.05 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 91 | 0.95 | 0 | 0.55 | 0.21 | 145.26 | 0.9 | 0.42 |
| Hex | B | C9 | 5B | 5F | 0 | 37 | 15 | 91 | 5A | 2A |
| Octal | 13 | 311 | 133 | 137 | 0 | 67 | 25 | 221 | 132 | 52 |
| Binary | 1011 | 11001001 | 1011011 | 1011111 | 0 | 110111 | 10101 | 10010001 | 1011010 | 101010 |
Color Harmonies of #0BC95B
Complementary color
Monochromatic Colors of #0BC95B
Black with #0BC95B
Text Example
Text Example
White with #0BC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC95B; }
p { color: rgb(11,201,91); }
H1.HeaderClassName
{
color: #0BC95B;
}
.AnyTagClassName
{
color: #0BC95B;
}
</style>
background-color css
<style>
a { background-color: #0BC95B; }
a { background-color: rgb(11,201,91); }
div.DivClassName
{
background-color: #0BC95B;
}
.BgClassName
{
background-color: #0BC95B;
}
</style>
border-color css
<style>
span { border-color: #0BC95B; }
span { border-color: rgb(11,201,91); }
td.TdClassName
{
border-color: #0BC95B;
}
.TagClassName
{
border-color: #0BC95B;
}
</style>