Shades of Malachite #0BFA4D
Tints of Malachite #0BFA4D
RGB
CMYK
RGB Variations
Color information
#0BFA4D (or 0x0BFA4D) is known color: Malachite. HEX triplet: 0B, FA and 4D. RGB value is (11,250,77). Sum of RGB (Red+Green+Blue) = 11+250+77=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA4D is #F405B2. Grayscale: #9F9F9F. Windows color (decimal): -15992243 or 5110283. OLE color: 5110283.
HSL color Cylindrical-coordinate representation of color #0BFA4D: hue angle of 136.57º 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 #0BFA4D is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 77 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.02 |
| HSL | 136.57º | 0.96% | 0.51% | - |
| HSV(B) | 136.57º | 0.96% | 0.98% | - |
| XYZ | 35.66 | 68.98 | 18.46 | - |
| YUV | 158.82 | 81.82 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 77 | 0.96 | 0 | 0.69 | 0.02 | 136.57 | 0.96 | 0.51 |
| Hex | B | FA | 4D | 60 | 0 | 45 | 2 | 89 | 60 | 33 |
| Octal | 13 | 372 | 115 | 140 | 0 | 105 | 2 | 211 | 140 | 63 |
| Binary | 1011 | 11111010 | 1001101 | 1100000 | 0 | 1000101 | 10 | 10001001 | 1100000 | 110011 |
Color Harmonies of #0BFA4D
Complementary color
Monochromatic Colors of #0BFA4D
Black with #0BFA4D
Text Example
Text Example
White with #0BFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA4D; }
p { color: rgb(11,250,77); }
H1.HeaderClassName
{
color: #0BFA4D;
}
.AnyTagClassName
{
color: #0BFA4D;
}
</style>
background-color css
<style>
a { background-color: #0BFA4D; }
a { background-color: rgb(11,250,77); }
div.DivClassName
{
background-color: #0BFA4D;
}
.BgClassName
{
background-color: #0BFA4D;
}
</style>
border-color css
<style>
span { border-color: #0BFA4D; }
span { border-color: rgb(11,250,77); }
td.TdClassName
{
border-color: #0BFA4D;
}
.TagClassName
{
border-color: #0BFA4D;
}
</style>