Shades of Malachite #0BF446
Tints of Malachite #0BF446
RGB
CMYK
RGB Variations
Color information
#0BF446 (or 0x0BF446) is known color: Malachite. HEX triplet: 0B, F4 and 46. RGB value is (11,244,70). Sum of RGB (Red+Green+Blue) = 11+244+70=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 244 (95.70% from 255 or 75.08% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 244 - color contains mainly: green. Hex color #0BF446 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF446 is #F40BB9. Grayscale: #9A9A9A. Windows color (decimal): -15993786 or 4649995. OLE color: 4649995.
HSL color Cylindrical-coordinate representation of color #0BF446: hue angle of 135.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF446 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 244 | 70 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.04 |
| HSL | 135.19º | 0.91% | 0.5% | - |
| HSV(B) | 135.19º | 0.95% | 0.96% | - |
| XYZ | 33.59 | 65.21 | 16.61 | - |
| YUV | 154.5 | 80.31 | 25.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 244 | 70 | 0.95 | 0 | 0.71 | 0.04 | 135.19 | 0.91 | 0.5 |
| Hex | B | F4 | 46 | 5F | 0 | 47 | 4 | 87 | 5B | 32 |
| Octal | 13 | 364 | 106 | 137 | 0 | 107 | 4 | 207 | 133 | 62 |
| Binary | 1011 | 11110100 | 1000110 | 1011111 | 0 | 1000111 | 100 | 10000111 | 1011011 | 110010 |
Color Harmonies of #0BF446
Complementary color
Monochromatic Colors of #0BF446
Black with #0BF446
Text Example
Text Example
White with #0BF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF446; }
p { color: rgb(11,244,70); }
H1.HeaderClassName
{
color: #0BF446;
}
.AnyTagClassName
{
color: #0BF446;
}
</style>
background-color css
<style>
a { background-color: #0BF446; }
a { background-color: rgb(11,244,70); }
div.DivClassName
{
background-color: #0BF446;
}
.BgClassName
{
background-color: #0BF446;
}
</style>
border-color css
<style>
span { border-color: #0BF446; }
span { border-color: rgb(11,244,70); }
td.TdClassName
{
border-color: #0BF446;
}
.TagClassName
{
border-color: #0BF446;
}
</style>