Shades of Malachite #0BFA3B
Tints of Malachite #0BFA3B
RGB
CMYK
RGB Variations
Color information
#0BFA3B (or 0x0BFA3B) is known color: Malachite. HEX triplet: 0B, FA and 3B. RGB value is (11,250,59). Sum of RGB (Red+Green+Blue) = 11+250+59=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 250 (98.05% from 255 or 78.12% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA3B is #F405C4. Grayscale: #9D9D9D. Windows color (decimal): -15992261 or 3930635. OLE color: 3930635.
HSL color Cylindrical-coordinate representation of color #0BFA3B: hue angle of 132.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA3B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 59 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.02 |
| HSL | 132.05º | 0.96% | 0.51% | - |
| HSV(B) | 132.05º | 0.96% | 0.98% | - |
| XYZ | 35.11 | 68.76 | 15.56 | - |
| YUV | 156.77 | 72.82 | 24.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 59 | 0.96 | 0 | 0.76 | 0.02 | 132.05 | 0.96 | 0.51 |
| Hex | B | FA | 3B | 60 | 0 | 4C | 2 | 84 | 60 | 33 |
| Octal | 13 | 372 | 73 | 140 | 0 | 114 | 2 | 204 | 140 | 63 |
| Binary | 1011 | 11111010 | 111011 | 1100000 | 0 | 1001100 | 10 | 10000100 | 1100000 | 110011 |
Color Harmonies of #0BFA3B
Complementary color
Monochromatic Colors of #0BFA3B
Black with #0BFA3B
Text Example
Text Example
White with #0BFA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA3B; }
p { color: rgb(11,250,59); }
H1.HeaderClassName
{
color: #0BFA3B;
}
.AnyTagClassName
{
color: #0BFA3B;
}
</style>
background-color css
<style>
a { background-color: #0BFA3B; }
a { background-color: rgb(11,250,59); }
div.DivClassName
{
background-color: #0BFA3B;
}
.BgClassName
{
background-color: #0BFA3B;
}
</style>
border-color css
<style>
span { border-color: #0BFA3B; }
span { border-color: rgb(11,250,59); }
td.TdClassName
{
border-color: #0BFA3B;
}
.TagClassName
{
border-color: #0BFA3B;
}
</style>