Shades of Malachite #0BE140
Tints of Malachite #0BE140
RGB
CMYK
RGB Variations
Color information
#0BE140 (or 0x0BE140) is known color: Malachite. HEX triplet: 0B, E1 and 40. RGB value is (11,225,64). Sum of RGB (Red+Green+Blue) = 11+225+64=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE140 is #F41EBF. Grayscale: #8F8F8F. Windows color (decimal): -15998656 or 4251915. OLE color: 4251915.
HSL color Cylindrical-coordinate representation of color #0BE140: hue angle of 134.86º 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 #0BE140 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 64 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.12 |
| HSL | 134.86º | 0.91% | 0.46% | - |
| HSV(B) | 134.86º | 0.95% | 0.88% | - |
| XYZ | 27.99 | 54.29 | 13.85 | - |
| YUV | 142.66 | 83.6 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 64 | 0.95 | 0 | 0.72 | 0.12 | 134.86 | 0.91 | 0.46 |
| Hex | B | E1 | 40 | 5F | 0 | 48 | C | 87 | 5B | 2E |
| Octal | 13 | 341 | 100 | 137 | 0 | 110 | 14 | 207 | 133 | 56 |
| Binary | 1011 | 11100001 | 1000000 | 1011111 | 0 | 1001000 | 1100 | 10000111 | 1011011 | 101110 |
Color Harmonies of #0BE140
Complementary color
Monochromatic Colors of #0BE140
Black with #0BE140
Text Example
Text Example
White with #0BE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE140; }
p { color: rgb(11,225,64); }
H1.HeaderClassName
{
color: #0BE140;
}
.AnyTagClassName
{
color: #0BE140;
}
</style>
background-color css
<style>
a { background-color: #0BE140; }
a { background-color: rgb(11,225,64); }
div.DivClassName
{
background-color: #0BE140;
}
.BgClassName
{
background-color: #0BE140;
}
</style>
border-color css
<style>
span { border-color: #0BE140; }
span { border-color: rgb(11,225,64); }
td.TdClassName
{
border-color: #0BE140;
}
.TagClassName
{
border-color: #0BE140;
}
</style>