Shades of Malachite #0FD55B
Tints of Malachite #0FD55B
RGB
CMYK
RGB Variations
Color information
#0FD55B (or 0x0FD55B) is known color: Malachite. HEX triplet: 0F, D5 and 5B. RGB value is (15,213,91). Sum of RGB (Red+Green+Blue) = 15+213+91=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD55B is #F02AA4. Grayscale: #8C8C8C. Windows color (decimal): -15739557 or 6018319. OLE color: 6018319.
HSL color Cylindrical-coordinate representation of color #0FD55B: hue angle of 143.03º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD55B is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 91 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.16 |
| HSL | 143.03º | 0.87% | 0.45% | - |
| HSV(B) | 143.03º | 0.93% | 0.84% | - |
| XYZ | 25.88 | 48.45 | 17.88 | - |
| YUV | 139.89 | 100.4 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 91 | 0.93 | 0 | 0.57 | 0.16 | 143.03 | 0.87 | 0.45 |
| Hex | F | D5 | 5B | 5D | 0 | 39 | 10 | 8F | 57 | 2D |
| Octal | 17 | 325 | 133 | 135 | 0 | 71 | 20 | 217 | 127 | 55 |
| Binary | 1111 | 11010101 | 1011011 | 1011101 | 0 | 111001 | 10000 | 10001111 | 1010111 | 101101 |
Color Harmonies of #0FD55B
Complementary color
Monochromatic Colors of #0FD55B
Black with #0FD55B
Text Example
Text Example
White with #0FD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD55B; }
p { color: rgb(15,213,91); }
H1.HeaderClassName
{
color: #0FD55B;
}
.AnyTagClassName
{
color: #0FD55B;
}
</style>
background-color css
<style>
a { background-color: #0FD55B; }
a { background-color: rgb(15,213,91); }
div.DivClassName
{
background-color: #0FD55B;
}
.BgClassName
{
background-color: #0FD55B;
}
</style>
border-color css
<style>
span { border-color: #0FD55B; }
span { border-color: rgb(15,213,91); }
td.TdClassName
{
border-color: #0FD55B;
}
.TagClassName
{
border-color: #0FD55B;
}
</style>