Shades of Malachite #0BE15B
Tints of Malachite #0BE15B
RGB
CMYK
RGB Variations
Color information
#0BE15B (or 0x0BE15B) is known color: Malachite. HEX triplet: 0B, E1 and 5B. RGB value is (11,225,91). Sum of RGB (Red+Green+Blue) = 11+225+91=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE15B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE15B is #F41EA4. Grayscale: #929292. Windows color (decimal): -15998629 or 6021387. OLE color: 6021387.
HSL color Cylindrical-coordinate representation of color #0BE15B: hue angle of 142.43º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE15B is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 91 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.12 |
| HSL | 142.43º | 0.91% | 0.46% | - |
| HSV(B) | 142.43º | 0.95% | 0.88% | - |
| XYZ | 28.95 | 54.68 | 18.93 | - |
| YUV | 145.74 | 97.1 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 91 | 0.95 | 0 | 0.60 | 0.12 | 142.43 | 0.91 | 0.46 |
| Hex | B | E1 | 5B | 5F | 0 | 3C | C | 8E | 5B | 2E |
| Octal | 13 | 341 | 133 | 137 | 0 | 74 | 14 | 216 | 133 | 56 |
| Binary | 1011 | 11100001 | 1011011 | 1011111 | 0 | 111100 | 1100 | 10001110 | 1011011 | 101110 |
Color Harmonies of #0BE15B
Complementary color
Monochromatic Colors of #0BE15B
Black with #0BE15B
Text Example
Text Example
White with #0BE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE15B; }
p { color: rgb(11,225,91); }
H1.HeaderClassName
{
color: #0BE15B;
}
.AnyTagClassName
{
color: #0BE15B;
}
</style>
background-color css
<style>
a { background-color: #0BE15B; }
a { background-color: rgb(11,225,91); }
div.DivClassName
{
background-color: #0BE15B;
}
.BgClassName
{
background-color: #0BE15B;
}
</style>
border-color css
<style>
span { border-color: #0BE15B; }
span { border-color: rgb(11,225,91); }
td.TdClassName
{
border-color: #0BE15B;
}
.TagClassName
{
border-color: #0BE15B;
}
</style>