Shades of Malachite #0BF166
Tints of Malachite #0BF166
RGB
CMYK
RGB Variations
Color information
#0BF166 (or 0x0BF166) is known color: Malachite. HEX triplet: 0B, F1 and 66. RGB value is (11,241,102). Sum of RGB (Red+Green+Blue) = 11+241+102=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF166 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF166 is #F40E99. Grayscale: #9C9C9C. Windows color (decimal): -15994522 or 6746379. OLE color: 6746379.
HSL color Cylindrical-coordinate representation of color #0BF166: hue angle of 143.74º 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 #0BF166 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 102 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.05 |
| HSL | 143.74º | 0.91% | 0.49% | - |
| HSV(B) | 143.74º | 0.95% | 0.95% | - |
| XYZ | 33.99 | 63.94 | 23.12 | - |
| YUV | 156.38 | 97.3 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 102 | 0.95 | 0 | 0.58 | 0.05 | 143.74 | 0.91 | 0.49 |
| Hex | B | F1 | 66 | 5F | 0 | 3A | 5 | 90 | 5B | 31 |
| Octal | 13 | 361 | 146 | 137 | 0 | 72 | 5 | 220 | 133 | 61 |
| Binary | 1011 | 11110001 | 1100110 | 1011111 | 0 | 111010 | 101 | 10010000 | 1011011 | 110001 |
Color Harmonies of #0BF166
Complementary color
Monochromatic Colors of #0BF166
Black with #0BF166
Text Example
Text Example
White with #0BF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF166; }
p { color: rgb(11,241,102); }
H1.HeaderClassName
{
color: #0BF166;
}
.AnyTagClassName
{
color: #0BF166;
}
</style>
background-color css
<style>
a { background-color: #0BF166; }
a { background-color: rgb(11,241,102); }
div.DivClassName
{
background-color: #0BF166;
}
.BgClassName
{
background-color: #0BF166;
}
</style>
border-color css
<style>
span { border-color: #0BF166; }
span { border-color: rgb(11,241,102); }
td.TdClassName
{
border-color: #0BF166;
}
.TagClassName
{
border-color: #0BF166;
}
</style>