Shades of Malachite #0BE266
Tints of Malachite #0BE266
RGB
CMYK
RGB Variations
Color information
#0BE266 (or 0x0BE266) is known color: Malachite. HEX triplet: 0B, E2 and 66. RGB value is (11,226,102). Sum of RGB (Red+Green+Blue) = 11+226+102=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 226 (88.67% from 255 or 66.67% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE266 is #F41D99. Grayscale: #939393. Windows color (decimal): -15998362 or 6742539. OLE color: 6742539.
HSL color Cylindrical-coordinate representation of color #0BE266: hue angle of 145.4º 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 #0BE266 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 102 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.11 |
| HSL | 145.4º | 0.91% | 0.46% | - |
| HSV(B) | 145.4º | 0.95% | 0.89% | - |
| XYZ | 29.73 | 55.42 | 21.7 | - |
| YUV | 147.58 | 102.27 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 102 | 0.95 | 0 | 0.55 | 0.11 | 145.4 | 0.91 | 0.46 |
| Hex | B | E2 | 66 | 5F | 0 | 37 | B | 91 | 5B | 2E |
| Octal | 13 | 342 | 146 | 137 | 0 | 67 | 13 | 221 | 133 | 56 |
| Binary | 1011 | 11100010 | 1100110 | 1011111 | 0 | 110111 | 1011 | 10010001 | 1011011 | 101110 |
Color Harmonies of #0BE266
Complementary color
Monochromatic Colors of #0BE266
Black with #0BE266
Text Example
Text Example
White with #0BE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE266; }
p { color: rgb(11,226,102); }
H1.HeaderClassName
{
color: #0BE266;
}
.AnyTagClassName
{
color: #0BE266;
}
</style>
background-color css
<style>
a { background-color: #0BE266; }
a { background-color: rgb(11,226,102); }
div.DivClassName
{
background-color: #0BE266;
}
.BgClassName
{
background-color: #0BE266;
}
</style>
border-color css
<style>
span { border-color: #0BE266; }
span { border-color: rgb(11,226,102); }
td.TdClassName
{
border-color: #0BE266;
}
.TagClassName
{
border-color: #0BE266;
}
</style>