Shades of Malachite #0BE249
Tints of Malachite #0BE249
RGB
CMYK
RGB Variations
Color information
#0BE249 (or 0x0BE249) is known color: Malachite. HEX triplet: 0B, E2 and 49. RGB value is (11,226,73). Sum of RGB (Red+Green+Blue) = 11+226+73=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 226 (88.67% from 255 or 72.90% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE249 is #F41DB6. Grayscale: #909090. Windows color (decimal): -15998391 or 4841995. OLE color: 4841995.
HSL color Cylindrical-coordinate representation of color #0BE249: hue angle of 137.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE249 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 73 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.11 |
| HSL | 137.3º | 0.91% | 0.46% | - |
| HSV(B) | 137.3º | 0.95% | 0.89% | - |
| XYZ | 28.54 | 54.94 | 15.4 | - |
| YUV | 144.27 | 87.77 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 73 | 0.95 | 0 | 0.68 | 0.11 | 137.3 | 0.91 | 0.46 |
| Hex | B | E2 | 49 | 5F | 0 | 44 | B | 89 | 5B | 2E |
| Octal | 13 | 342 | 111 | 137 | 0 | 104 | 13 | 211 | 133 | 56 |
| Binary | 1011 | 11100010 | 1001001 | 1011111 | 0 | 1000100 | 1011 | 10001001 | 1011011 | 101110 |
Color Harmonies of #0BE249
Complementary color
Monochromatic Colors of #0BE249
Black with #0BE249
Text Example
Text Example
White with #0BE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE249; }
p { color: rgb(11,226,73); }
H1.HeaderClassName
{
color: #0BE249;
}
.AnyTagClassName
{
color: #0BE249;
}
</style>
background-color css
<style>
a { background-color: #0BE249; }
a { background-color: rgb(11,226,73); }
div.DivClassName
{
background-color: #0BE249;
}
.BgClassName
{
background-color: #0BE249;
}
</style>
border-color css
<style>
span { border-color: #0BE249; }
span { border-color: rgb(11,226,73); }
td.TdClassName
{
border-color: #0BE249;
}
.TagClassName
{
border-color: #0BE249;
}
</style>