Shades of Malachite #0FEB5C
Tints of Malachite #0FEB5C
RGB
CMYK
RGB Variations
Color information
#0FEB5C (or 0x0FEB5C) is known color: Malachite. HEX triplet: 0F, EB and 5C. RGB value is (15,235,92). Sum of RGB (Red+Green+Blue) = 15+235+92=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 235 (92.19% from 255 or 68.71% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEB5C is #F014A3. Grayscale: #999999. Windows color (decimal): -15733924 or 6089487. OLE color: 6089487.
HSL color Cylindrical-coordinate representation of color #0FEB5C: hue angle of 141º 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 #0FEB5C is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 92 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.08 |
| HSL | 141º | 0.88% | 0.49% | - |
| HSV(B) | 141º | 0.94% | 0.92% | - |
| XYZ | 31.84 | 60.29 | 20.08 | - |
| YUV | 152.92 | 93.61 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 92 | 0.94 | 0 | 0.61 | 0.08 | 141 | 0.88 | 0.49 |
| Hex | F | EB | 5C | 5E | 0 | 3D | 8 | 8D | 58 | 31 |
| Octal | 17 | 353 | 134 | 136 | 0 | 75 | 10 | 215 | 130 | 61 |
| Binary | 1111 | 11101011 | 1011100 | 1011110 | 0 | 111101 | 1000 | 10001101 | 1011000 | 110001 |
Color Harmonies of #0FEB5C
Complementary color
Monochromatic Colors of #0FEB5C
Black with #0FEB5C
Text Example
Text Example
White with #0FEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEB5C; }
p { color: rgb(15,235,92); }
H1.HeaderClassName
{
color: #0FEB5C;
}
.AnyTagClassName
{
color: #0FEB5C;
}
</style>
background-color css
<style>
a { background-color: #0FEB5C; }
a { background-color: rgb(15,235,92); }
div.DivClassName
{
background-color: #0FEB5C;
}
.BgClassName
{
background-color: #0FEB5C;
}
</style>
border-color css
<style>
span { border-color: #0FEB5C; }
span { border-color: rgb(15,235,92); }
td.TdClassName
{
border-color: #0FEB5C;
}
.TagClassName
{
border-color: #0FEB5C;
}
</style>