Shades of Malachite #0BEC3A
Tints of Malachite #0BEC3A
RGB
CMYK
RGB Variations
Color information
#0BEC3A (or 0x0BEC3A) is known color: Malachite. HEX triplet: 0B, EC and 3A. RGB value is (11,236,58). Sum of RGB (Red+Green+Blue) = 11+236+58=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 236 (92.58% from 255 or 77.38% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 236 - color contains mainly: green. Hex color #0BEC3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEC3A is #F413C5. Grayscale: #949494. Windows color (decimal): -15995846 or 3861515. OLE color: 3861515.
HSL color Cylindrical-coordinate representation of color #0BEC3A: hue angle of 132.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEC3A is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 58 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.07 |
| HSL | 132.53º | 0.91% | 0.48% | - |
| HSV(B) | 132.53º | 0.95% | 0.93% | - |
| XYZ | 30.9 | 60.37 | 14.03 | - |
| YUV | 148.43 | 76.96 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 58 | 0.95 | 0 | 0.75 | 0.07 | 132.53 | 0.91 | 0.48 |
| Hex | B | EC | 3A | 5F | 0 | 4B | 7 | 85 | 5B | 30 |
| Octal | 13 | 354 | 72 | 137 | 0 | 113 | 7 | 205 | 133 | 60 |
| Binary | 1011 | 11101100 | 111010 | 1011111 | 0 | 1001011 | 111 | 10000101 | 1011011 | 110000 |
Color Harmonies of #0BEC3A
Complementary color
Monochromatic Colors of #0BEC3A
Black with #0BEC3A
Text Example
Text Example
White with #0BEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEC3A; }
p { color: rgb(11,236,58); }
H1.HeaderClassName
{
color: #0BEC3A;
}
.AnyTagClassName
{
color: #0BEC3A;
}
</style>
background-color css
<style>
a { background-color: #0BEC3A; }
a { background-color: rgb(11,236,58); }
div.DivClassName
{
background-color: #0BEC3A;
}
.BgClassName
{
background-color: #0BEC3A;
}
</style>
border-color css
<style>
span { border-color: #0BEC3A; }
span { border-color: rgb(11,236,58); }
td.TdClassName
{
border-color: #0BEC3A;
}
.TagClassName
{
border-color: #0BEC3A;
}
</style>