Shades of Malachite #0FD85E
Tints of Malachite #0FD85E
RGB
CMYK
RGB Variations
Color information
#0FD85E (or 0x0FD85E) is known color: Malachite. HEX triplet: 0F, D8 and 5E. RGB value is (15,216,94). Sum of RGB (Red+Green+Blue) = 15+216+94=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD85E is #F027A1. Grayscale: #8E8E8E. Windows color (decimal): -15738786 or 6215695. OLE color: 6215695.
HSL color Cylindrical-coordinate representation of color #0FD85E: hue angle of 143.58º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD85E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 94 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.15 |
| HSL | 143.58º | 0.87% | 0.45% | - |
| HSV(B) | 143.58º | 0.93% | 0.85% | - |
| XYZ | 26.77 | 50.02 | 18.83 | - |
| YUV | 141.99 | 100.91 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 94 | 0.93 | 0 | 0.56 | 0.15 | 143.58 | 0.87 | 0.45 |
| Hex | F | D8 | 5E | 5D | 0 | 38 | F | 90 | 57 | 2D |
| Octal | 17 | 330 | 136 | 135 | 0 | 70 | 17 | 220 | 127 | 55 |
| Binary | 1111 | 11011000 | 1011110 | 1011101 | 0 | 111000 | 1111 | 10010000 | 1010111 | 101101 |
Color Harmonies of #0FD85E
Complementary color
Monochromatic Colors of #0FD85E
Black with #0FD85E
Text Example
Text Example
White with #0FD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD85E; }
p { color: rgb(15,216,94); }
H1.HeaderClassName
{
color: #0FD85E;
}
.AnyTagClassName
{
color: #0FD85E;
}
</style>
background-color css
<style>
a { background-color: #0FD85E; }
a { background-color: rgb(15,216,94); }
div.DivClassName
{
background-color: #0FD85E;
}
.BgClassName
{
background-color: #0FD85E;
}
</style>
border-color css
<style>
span { border-color: #0FD85E; }
span { border-color: rgb(15,216,94); }
td.TdClassName
{
border-color: #0FD85E;
}
.TagClassName
{
border-color: #0FD85E;
}
</style>