Shades of Malachite #0FD85B
Tints of Malachite #0FD85B
RGB
CMYK
RGB Variations
Color information
#0FD85B (or 0x0FD85B) is known color: Malachite. HEX triplet: 0F, D8 and 5B. RGB value is (15,216,91). Sum of RGB (Red+Green+Blue) = 15+216+91=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD85B is #F027A4. Grayscale: #8D8D8D. Windows color (decimal): -15738789 or 6019087. OLE color: 6019087.
HSL color Cylindrical-coordinate representation of color #0FD85B: hue angle of 142.69º 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 #0FD85B is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 91 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.15 |
| HSL | 142.69º | 0.87% | 0.45% | - |
| HSV(B) | 142.69º | 0.93% | 0.85% | - |
| XYZ | 26.64 | 49.97 | 18.14 | - |
| YUV | 141.65 | 99.41 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 91 | 0.93 | 0 | 0.58 | 0.15 | 142.69 | 0.87 | 0.45 |
| Hex | F | D8 | 5B | 5D | 0 | 3A | F | 8F | 57 | 2D |
| Octal | 17 | 330 | 133 | 135 | 0 | 72 | 17 | 217 | 127 | 55 |
| Binary | 1111 | 11011000 | 1011011 | 1011101 | 0 | 111010 | 1111 | 10001111 | 1010111 | 101101 |
Color Harmonies of #0FD85B
Complementary color
Monochromatic Colors of #0FD85B
Black with #0FD85B
Text Example
Text Example
White with #0FD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD85B; }
p { color: rgb(15,216,91); }
H1.HeaderClassName
{
color: #0FD85B;
}
.AnyTagClassName
{
color: #0FD85B;
}
</style>
background-color css
<style>
a { background-color: #0FD85B; }
a { background-color: rgb(15,216,91); }
div.DivClassName
{
background-color: #0FD85B;
}
.BgClassName
{
background-color: #0FD85B;
}
</style>
border-color css
<style>
span { border-color: #0FD85B; }
span { border-color: rgb(15,216,91); }
td.TdClassName
{
border-color: #0FD85B;
}
.TagClassName
{
border-color: #0FD85B;
}
</style>