Shades of Malachite #0BF249
Tints of Malachite #0BF249
RGB
CMYK
RGB Variations
Color information
#0BF249 (or 0x0BF249) is known color: Malachite. HEX triplet: 0B, F2 and 49. RGB value is (11,242,73). Sum of RGB (Red+Green+Blue) = 11+242+73=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF249 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF249 is #F40DB6. Grayscale: #9A9A9A. Windows color (decimal): -15994295 or 4846091. OLE color: 4846091.
HSL color Cylindrical-coordinate representation of color #0BF249: hue angle of 136.1º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF249 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 73 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.05 |
| HSL | 136.1º | 0.91% | 0.5% | - |
| HSV(B) | 136.1º | 0.95% | 0.95% | - |
| XYZ | 33.09 | 64.06 | 16.92 | - |
| YUV | 153.67 | 82.47 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 73 | 0.95 | 0 | 0.70 | 0.05 | 136.1 | 0.91 | 0.5 |
| Hex | B | F2 | 49 | 5F | 0 | 46 | 5 | 88 | 5B | 32 |
| Octal | 13 | 362 | 111 | 137 | 0 | 106 | 5 | 210 | 133 | 62 |
| Binary | 1011 | 11110010 | 1001001 | 1011111 | 0 | 1000110 | 101 | 10001000 | 1011011 | 110010 |
Color Harmonies of #0BF249
Complementary color
Monochromatic Colors of #0BF249
Black with #0BF249
Text Example
Text Example
White with #0BF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF249; }
p { color: rgb(11,242,73); }
H1.HeaderClassName
{
color: #0BF249;
}
.AnyTagClassName
{
color: #0BF249;
}
</style>
background-color css
<style>
a { background-color: #0BF249; }
a { background-color: rgb(11,242,73); }
div.DivClassName
{
background-color: #0BF249;
}
.BgClassName
{
background-color: #0BF249;
}
</style>
border-color css
<style>
span { border-color: #0BF249; }
span { border-color: rgb(11,242,73); }
td.TdClassName
{
border-color: #0BF249;
}
.TagClassName
{
border-color: #0BF249;
}
</style>