Shades of Malachite #0BE15D
Tints of Malachite #0BE15D
RGB
CMYK
RGB Variations
Color information
#0BE15D (or 0x0BE15D) is known color: Malachite. HEX triplet: 0B, E1 and 5D. RGB value is (11,225,93). Sum of RGB (Red+Green+Blue) = 11+225+93=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE15D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE15D is #F41EA2. Grayscale: #929292. Windows color (decimal): -15998627 or 6152459. OLE color: 6152459.
HSL color Cylindrical-coordinate representation of color #0BE15D: hue angle of 142.99º 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 #0BE15D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 93 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.12 |
| HSL | 142.99º | 0.91% | 0.46% | - |
| HSV(B) | 142.99º | 0.95% | 0.88% | - |
| XYZ | 29.04 | 54.71 | 19.39 | - |
| YUV | 145.97 | 98.1 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 93 | 0.95 | 0 | 0.59 | 0.12 | 142.99 | 0.91 | 0.46 |
| Hex | B | E1 | 5D | 5F | 0 | 3B | C | 8F | 5B | 2E |
| Octal | 13 | 341 | 135 | 137 | 0 | 73 | 14 | 217 | 133 | 56 |
| Binary | 1011 | 11100001 | 1011101 | 1011111 | 0 | 111011 | 1100 | 10001111 | 1011011 | 101110 |
Color Harmonies of #0BE15D
Complementary color
Monochromatic Colors of #0BE15D
Black with #0BE15D
Text Example
Text Example
White with #0BE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE15D; }
p { color: rgb(11,225,93); }
H1.HeaderClassName
{
color: #0BE15D;
}
.AnyTagClassName
{
color: #0BE15D;
}
</style>
background-color css
<style>
a { background-color: #0BE15D; }
a { background-color: rgb(11,225,93); }
div.DivClassName
{
background-color: #0BE15D;
}
.BgClassName
{
background-color: #0BE15D;
}
</style>
border-color css
<style>
span { border-color: #0BE15D; }
span { border-color: rgb(11,225,93); }
td.TdClassName
{
border-color: #0BE15D;
}
.TagClassName
{
border-color: #0BE15D;
}
</style>