Shades of Malachite #0BEA3A
Tints of Malachite #0BEA3A
RGB
CMYK
RGB Variations
Color information
#0BEA3A (or 0x0BEA3A) is known color: Malachite. HEX triplet: 0B, EA and 3A. RGB value is (11,234,58). Sum of RGB (Red+Green+Blue) = 11+234+58=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 234 (91.80% from 255 or 77.23% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA3A is #F415C5. Grayscale: #939393. Windows color (decimal): -15996358 or 3861003. OLE color: 3861003.
HSL color Cylindrical-coordinate representation of color #0BEA3A: hue angle of 132.65º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA3A is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 58 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.08 |
| HSL | 132.65º | 0.91% | 0.48% | - |
| HSV(B) | 132.65º | 0.95% | 0.92% | - |
| XYZ | 30.32 | 59.22 | 13.84 | - |
| YUV | 147.26 | 77.62 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 58 | 0.95 | 0 | 0.75 | 0.08 | 132.65 | 0.91 | 0.48 |
| Hex | B | EA | 3A | 5F | 0 | 4B | 8 | 85 | 5B | 30 |
| Octal | 13 | 352 | 72 | 137 | 0 | 113 | 10 | 205 | 133 | 60 |
| Binary | 1011 | 11101010 | 111010 | 1011111 | 0 | 1001011 | 1000 | 10000101 | 1011011 | 110000 |
Color Harmonies of #0BEA3A
Complementary color
Monochromatic Colors of #0BEA3A
Black with #0BEA3A
Text Example
Text Example
White with #0BEA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA3A; }
p { color: rgb(11,234,58); }
H1.HeaderClassName
{
color: #0BEA3A;
}
.AnyTagClassName
{
color: #0BEA3A;
}
</style>
background-color css
<style>
a { background-color: #0BEA3A; }
a { background-color: rgb(11,234,58); }
div.DivClassName
{
background-color: #0BEA3A;
}
.BgClassName
{
background-color: #0BEA3A;
}
</style>
border-color css
<style>
span { border-color: #0BEA3A; }
span { border-color: rgb(11,234,58); }
td.TdClassName
{
border-color: #0BEA3A;
}
.TagClassName
{
border-color: #0BEA3A;
}
</style>