Shades of Malachite #0BE346
Tints of Malachite #0BE346
RGB
CMYK
RGB Variations
Color information
#0BE346 (or 0x0BE346) is known color: Malachite. HEX triplet: 0B, E3 and 46. RGB value is (11,227,70). Sum of RGB (Red+Green+Blue) = 11+227+70=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 227 (89.06% from 255 or 73.70% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE346 is #F41CB9. Grayscale: #909090. Windows color (decimal): -15998138 or 4645643. OLE color: 4645643.
HSL color Cylindrical-coordinate representation of color #0BE346: hue angle of 136.39º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE346 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 70 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.11 |
| HSL | 136.39º | 0.91% | 0.47% | - |
| HSV(B) | 136.39º | 0.95% | 0.89% | - |
| XYZ | 28.71 | 55.45 | 14.98 | - |
| YUV | 144.52 | 85.94 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 70 | 0.95 | 0 | 0.69 | 0.11 | 136.39 | 0.91 | 0.47 |
| Hex | B | E3 | 46 | 5F | 0 | 45 | B | 88 | 5B | 2F |
| Octal | 13 | 343 | 106 | 137 | 0 | 105 | 13 | 210 | 133 | 57 |
| Binary | 1011 | 11100011 | 1000110 | 1011111 | 0 | 1000101 | 1011 | 10001000 | 1011011 | 101111 |
Color Harmonies of #0BE346
Complementary color
Monochromatic Colors of #0BE346
Black with #0BE346
Text Example
Text Example
White with #0BE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE346; }
p { color: rgb(11,227,70); }
H1.HeaderClassName
{
color: #0BE346;
}
.AnyTagClassName
{
color: #0BE346;
}
</style>
background-color css
<style>
a { background-color: #0BE346; }
a { background-color: rgb(11,227,70); }
div.DivClassName
{
background-color: #0BE346;
}
.BgClassName
{
background-color: #0BE346;
}
</style>
border-color css
<style>
span { border-color: #0BE346; }
span { border-color: rgb(11,227,70); }
td.TdClassName
{
border-color: #0BE346;
}
.TagClassName
{
border-color: #0BE346;
}
</style>