Shades of Malachite #0BD844
Tints of Malachite #0BD844
RGB
CMYK
RGB Variations
Color information
#0BD844 (or 0x0BD844) is known color: Malachite. HEX triplet: 0B, D8 and 44. RGB value is (11,216,68). Sum of RGB (Red+Green+Blue) = 11+216+68=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 216 (84.77% from 255 or 73.22% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD844 is #F427BB. Grayscale: #8A8A8A. Windows color (decimal): -16000956 or 4511755. OLE color: 4511755.
HSL color Cylindrical-coordinate representation of color #0BD844: hue angle of 136.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD844 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 68 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.15 |
| HSL | 136.68º | 0.9% | 0.45% | - |
| HSV(B) | 136.68º | 0.95% | 0.85% | - |
| XYZ | 25.74 | 49.6 | 13.69 | - |
| YUV | 137.83 | 88.58 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 68 | 0.95 | 0 | 0.69 | 0.15 | 136.68 | 0.9 | 0.45 |
| Hex | B | D8 | 44 | 5F | 0 | 45 | F | 89 | 5A | 2D |
| Octal | 13 | 330 | 104 | 137 | 0 | 105 | 17 | 211 | 132 | 55 |
| Binary | 1011 | 11011000 | 1000100 | 1011111 | 0 | 1000101 | 1111 | 10001001 | 1011010 | 101101 |
Color Harmonies of #0BD844
Complementary color
Monochromatic Colors of #0BD844
Black with #0BD844
Text Example
Text Example
White with #0BD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD844; }
p { color: rgb(11,216,68); }
H1.HeaderClassName
{
color: #0BD844;
}
.AnyTagClassName
{
color: #0BD844;
}
</style>
background-color css
<style>
a { background-color: #0BD844; }
a { background-color: rgb(11,216,68); }
div.DivClassName
{
background-color: #0BD844;
}
.BgClassName
{
background-color: #0BD844;
}
</style>
border-color css
<style>
span { border-color: #0BD844; }
span { border-color: rgb(11,216,68); }
td.TdClassName
{
border-color: #0BD844;
}
.TagClassName
{
border-color: #0BD844;
}
</style>