Shades of Malachite #0BD15E
Tints of Malachite #0BD15E
RGB
CMYK
RGB Variations
Color information
#0BD15E (or 0x0BD15E) is known color: Malachite. HEX triplet: 0B, D1 and 5E. RGB value is (11,209,94). Sum of RGB (Red+Green+Blue) = 11+209+94=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD15E is #F42EA1. Grayscale: #888888. Windows color (decimal): -16002722 or 6213899. OLE color: 6213899.
HSL color Cylindrical-coordinate representation of color #0BD15E: hue angle of 145.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD15E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 94 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.18 |
| HSL | 145.15º | 0.9% | 0.43% | - |
| HSV(B) | 145.15º | 0.95% | 0.82% | - |
| XYZ | 24.96 | 46.48 | 18.25 | - |
| YUV | 136.69 | 103.9 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 94 | 0.95 | 0 | 0.55 | 0.18 | 145.15 | 0.9 | 0.43 |
| Hex | B | D1 | 5E | 5F | 0 | 37 | 12 | 91 | 5A | 2B |
| Octal | 13 | 321 | 136 | 137 | 0 | 67 | 22 | 221 | 132 | 53 |
| Binary | 1011 | 11010001 | 1011110 | 1011111 | 0 | 110111 | 10010 | 10010001 | 1011010 | 101011 |
Color Harmonies of #0BD15E
Complementary color
Monochromatic Colors of #0BD15E
Black with #0BD15E
Text Example
Text Example
White with #0BD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD15E; }
p { color: rgb(11,209,94); }
H1.HeaderClassName
{
color: #0BD15E;
}
.AnyTagClassName
{
color: #0BD15E;
}
</style>
background-color css
<style>
a { background-color: #0BD15E; }
a { background-color: rgb(11,209,94); }
div.DivClassName
{
background-color: #0BD15E;
}
.BgClassName
{
background-color: #0BD15E;
}
</style>
border-color css
<style>
span { border-color: #0BD15E; }
span { border-color: rgb(11,209,94); }
td.TdClassName
{
border-color: #0BD15E;
}
.TagClassName
{
border-color: #0BD15E;
}
</style>