Shades of Malachite #0BFA44
Tints of Malachite #0BFA44
RGB
CMYK
RGB Variations
Color information
#0BFA44 (or 0x0BFA44) is known color: Malachite. HEX triplet: 0B, FA and 44. RGB value is (11,250,68). Sum of RGB (Red+Green+Blue) = 11+250+68=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA44 is #F405BB. Grayscale: #9E9E9E. Windows color (decimal): -15992252 or 4520459. OLE color: 4520459.
HSL color Cylindrical-coordinate representation of color #0BFA44: hue angle of 134.31º 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 #0BFA44 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 68 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.02 |
| HSL | 134.31º | 0.96% | 0.51% | - |
| HSV(B) | 134.31º | 0.96% | 0.98% | - |
| XYZ | 35.37 | 68.86 | 16.9 | - |
| YUV | 157.79 | 77.32 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 68 | 0.96 | 0 | 0.73 | 0.02 | 134.31 | 0.96 | 0.51 |
| Hex | B | FA | 44 | 60 | 0 | 49 | 2 | 86 | 60 | 33 |
| Octal | 13 | 372 | 104 | 140 | 0 | 111 | 2 | 206 | 140 | 63 |
| Binary | 1011 | 11111010 | 1000100 | 1100000 | 0 | 1001001 | 10 | 10000110 | 1100000 | 110011 |
Color Harmonies of #0BFA44
Complementary color
Monochromatic Colors of #0BFA44
Black with #0BFA44
Text Example
Text Example
White with #0BFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA44; }
p { color: rgb(11,250,68); }
H1.HeaderClassName
{
color: #0BFA44;
}
.AnyTagClassName
{
color: #0BFA44;
}
</style>
background-color css
<style>
a { background-color: #0BFA44; }
a { background-color: rgb(11,250,68); }
div.DivClassName
{
background-color: #0BFA44;
}
.BgClassName
{
background-color: #0BFA44;
}
</style>
border-color css
<style>
span { border-color: #0BFA44; }
span { border-color: rgb(11,250,68); }
td.TdClassName
{
border-color: #0BFA44;
}
.TagClassName
{
border-color: #0BFA44;
}
</style>