Shades of Malachite #0BF15D
Tints of Malachite #0BF15D
RGB
CMYK
RGB Variations
Color information
#0BF15D (or 0x0BF15D) is known color: Malachite. HEX triplet: 0B, F1 and 5D. RGB value is (11,241,93). Sum of RGB (Red+Green+Blue) = 11+241+93=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF15D is #F40EA2. Grayscale: #9B9B9B. Windows color (decimal): -15994531 or 6156555. OLE color: 6156555.
HSL color Cylindrical-coordinate representation of color #0BF15D: hue angle of 141.39º 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 #0BF15D is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 93 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.05 |
| HSL | 141.39º | 0.91% | 0.49% | - |
| HSV(B) | 141.39º | 0.95% | 0.95% | - |
| XYZ | 33.57 | 63.77 | 20.9 | - |
| YUV | 155.36 | 92.8 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 93 | 0.95 | 0 | 0.61 | 0.05 | 141.39 | 0.91 | 0.49 |
| Hex | B | F1 | 5D | 5F | 0 | 3D | 5 | 8D | 5B | 31 |
| Octal | 13 | 361 | 135 | 137 | 0 | 75 | 5 | 215 | 133 | 61 |
| Binary | 1011 | 11110001 | 1011101 | 1011111 | 0 | 111101 | 101 | 10001101 | 1011011 | 110001 |
Color Harmonies of #0BF15D
Complementary color
Monochromatic Colors of #0BF15D
Black with #0BF15D
Text Example
Text Example
White with #0BF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF15D; }
p { color: rgb(11,241,93); }
H1.HeaderClassName
{
color: #0BF15D;
}
.AnyTagClassName
{
color: #0BF15D;
}
</style>
background-color css
<style>
a { background-color: #0BF15D; }
a { background-color: rgb(11,241,93); }
div.DivClassName
{
background-color: #0BF15D;
}
.BgClassName
{
background-color: #0BF15D;
}
</style>
border-color css
<style>
span { border-color: #0BF15D; }
span { border-color: rgb(11,241,93); }
td.TdClassName
{
border-color: #0BF15D;
}
.TagClassName
{
border-color: #0BF15D;
}
</style>