Shades of Malachite #0BF150
Tints of Malachite #0BF150
RGB
CMYK
RGB Variations
Color information
#0BF150 (or 0x0BF150) is known color: Malachite. HEX triplet: 0B, F1 and 50. RGB value is (11,241,80). Sum of RGB (Red+Green+Blue) = 11+241+80=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF150 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF150 is #F40EAF. Grayscale: #9A9A9A. Windows color (decimal): -15994544 or 5304587. OLE color: 5304587.
HSL color Cylindrical-coordinate representation of color #0BF150: hue angle of 138º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF150 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 80 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.05 |
| HSL | 138º | 0.91% | 0.49% | - |
| HSV(B) | 138º | 0.95% | 0.95% | - |
| XYZ | 33.04 | 63.56 | 18.12 | - |
| YUV | 153.88 | 86.3 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 80 | 0.95 | 0 | 0.67 | 0.05 | 138 | 0.91 | 0.49 |
| Hex | B | F1 | 50 | 5F | 0 | 43 | 5 | 8A | 5B | 31 |
| Octal | 13 | 361 | 120 | 137 | 0 | 103 | 5 | 212 | 133 | 61 |
| Binary | 1011 | 11110001 | 1010000 | 1011111 | 0 | 1000011 | 101 | 10001010 | 1011011 | 110001 |
Color Harmonies of #0BF150
Complementary color
Monochromatic Colors of #0BF150
Black with #0BF150
Text Example
Text Example
White with #0BF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF150; }
p { color: rgb(11,241,80); }
H1.HeaderClassName
{
color: #0BF150;
}
.AnyTagClassName
{
color: #0BF150;
}
</style>
background-color css
<style>
a { background-color: #0BF150; }
a { background-color: rgb(11,241,80); }
div.DivClassName
{
background-color: #0BF150;
}
.BgClassName
{
background-color: #0BF150;
}
</style>
border-color css
<style>
span { border-color: #0BF150; }
span { border-color: rgb(11,241,80); }
td.TdClassName
{
border-color: #0BF150;
}
.TagClassName
{
border-color: #0BF150;
}
</style>