Shades of Malachite #0BFA5B
Tints of Malachite #0BFA5B
RGB
CMYK
RGB Variations
Color information
#0BFA5B (or 0x0BFA5B) is known color: Malachite. HEX triplet: 0B, FA and 5B. RGB value is (11,250,91). Sum of RGB (Red+Green+Blue) = 11+250+91=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA5B is #F405A4. Grayscale: #A0A0A0. Windows color (decimal): -15992229 or 6027787. OLE color: 6027787.
HSL color Cylindrical-coordinate representation of color #0BFA5B: hue angle of 140.08º 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 #0BFA5B is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 91 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.02 |
| HSL | 140.08º | 0.96% | 0.51% | - |
| HSV(B) | 140.08º | 0.96% | 0.98% | - |
| XYZ | 36.21 | 69.2 | 21.35 | - |
| YUV | 160.41 | 88.82 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 91 | 0.96 | 0 | 0.64 | 0.02 | 140.08 | 0.96 | 0.51 |
| Hex | B | FA | 5B | 60 | 0 | 40 | 2 | 8C | 60 | 33 |
| Octal | 13 | 372 | 133 | 140 | 0 | 100 | 2 | 214 | 140 | 63 |
| Binary | 1011 | 11111010 | 1011011 | 1100000 | 0 | 1000000 | 10 | 10001100 | 1100000 | 110011 |
Color Harmonies of #0BFA5B
Complementary color
Monochromatic Colors of #0BFA5B
Black with #0BFA5B
Text Example
Text Example
White with #0BFA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA5B; }
p { color: rgb(11,250,91); }
H1.HeaderClassName
{
color: #0BFA5B;
}
.AnyTagClassName
{
color: #0BFA5B;
}
</style>
background-color css
<style>
a { background-color: #0BFA5B; }
a { background-color: rgb(11,250,91); }
div.DivClassName
{
background-color: #0BFA5B;
}
.BgClassName
{
background-color: #0BFA5B;
}
</style>
border-color css
<style>
span { border-color: #0BFA5B; }
span { border-color: rgb(11,250,91); }
td.TdClassName
{
border-color: #0BFA5B;
}
.TagClassName
{
border-color: #0BFA5B;
}
</style>