Shades of Malachite #0FEB5B
Tints of Malachite #0FEB5B
RGB
CMYK
RGB Variations
Color information
#0FEB5B (or 0x0FEB5B) is known color: Malachite. HEX triplet: 0F, EB and 5B. RGB value is (15,235,91). Sum of RGB (Red+Green+Blue) = 15+235+91=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 235 (92.19% from 255 or 68.91% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEB5B is #F014A4. Grayscale: #999999. Windows color (decimal): -15733925 or 6023951. OLE color: 6023951.
HSL color Cylindrical-coordinate representation of color #0FEB5B: hue angle of 140.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEB5B is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 91 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.08 |
| HSL | 140.73º | 0.88% | 0.49% | - |
| HSV(B) | 140.73º | 0.94% | 0.92% | - |
| XYZ | 31.79 | 60.27 | 19.86 | - |
| YUV | 152.8 | 93.11 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 91 | 0.94 | 0 | 0.61 | 0.08 | 140.73 | 0.88 | 0.49 |
| Hex | F | EB | 5B | 5E | 0 | 3D | 8 | 8D | 58 | 31 |
| Octal | 17 | 353 | 133 | 136 | 0 | 75 | 10 | 215 | 130 | 61 |
| Binary | 1111 | 11101011 | 1011011 | 1011110 | 0 | 111101 | 1000 | 10001101 | 1011000 | 110001 |
Color Harmonies of #0FEB5B
Complementary color
Monochromatic Colors of #0FEB5B
Black with #0FEB5B
Text Example
Text Example
White with #0FEB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEB5B; }
p { color: rgb(15,235,91); }
H1.HeaderClassName
{
color: #0FEB5B;
}
.AnyTagClassName
{
color: #0FEB5B;
}
</style>
background-color css
<style>
a { background-color: #0FEB5B; }
a { background-color: rgb(15,235,91); }
div.DivClassName
{
background-color: #0FEB5B;
}
.BgClassName
{
background-color: #0FEB5B;
}
</style>
border-color css
<style>
span { border-color: #0FEB5B; }
span { border-color: rgb(15,235,91); }
td.TdClassName
{
border-color: #0FEB5B;
}
.TagClassName
{
border-color: #0FEB5B;
}
</style>