Shades of Malachite #0BDC3A
Tints of Malachite #0BDC3A
RGB
CMYK
RGB Variations
Color information
#0BDC3A (or 0x0BDC3A) is known color: Malachite. HEX triplet: 0B, DC and 3A. RGB value is (11,220,58). Sum of RGB (Red+Green+Blue) = 11+220+58=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDC3A is #F423C5. Grayscale: #8B8B8B. Windows color (decimal): -15999942 or 3857419. OLE color: 3857419.
HSL color Cylindrical-coordinate representation of color #0BDC3A: hue angle of 133.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC3A is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 58 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.14 |
| HSL | 133.49º | 0.9% | 0.45% | - |
| HSV(B) | 133.49º | 0.95% | 0.86% | - |
| XYZ | 26.49 | 51.56 | 12.56 | - |
| YUV | 139.04 | 82.26 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 58 | 0.95 | 0 | 0.74 | 0.14 | 133.49 | 0.9 | 0.45 |
| Hex | B | DC | 3A | 5F | 0 | 4A | E | 85 | 5A | 2D |
| Octal | 13 | 334 | 72 | 137 | 0 | 112 | 16 | 205 | 132 | 55 |
| Binary | 1011 | 11011100 | 111010 | 1011111 | 0 | 1001010 | 1110 | 10000101 | 1011010 | 101101 |
Color Harmonies of #0BDC3A
Complementary color
Monochromatic Colors of #0BDC3A
Black with #0BDC3A
Text Example
Text Example
White with #0BDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC3A; }
p { color: rgb(11,220,58); }
H1.HeaderClassName
{
color: #0BDC3A;
}
.AnyTagClassName
{
color: #0BDC3A;
}
</style>
background-color css
<style>
a { background-color: #0BDC3A; }
a { background-color: rgb(11,220,58); }
div.DivClassName
{
background-color: #0BDC3A;
}
.BgClassName
{
background-color: #0BDC3A;
}
</style>
border-color css
<style>
span { border-color: #0BDC3A; }
span { border-color: rgb(11,220,58); }
td.TdClassName
{
border-color: #0BDC3A;
}
.TagClassName
{
border-color: #0BDC3A;
}
</style>