Shades of Malachite #0FD55F
Tints of Malachite #0FD55F
RGB
CMYK
RGB Variations
Color information
#0FD55F (or 0x0FD55F) is known color: Malachite. HEX triplet: 0F, D5 and 5F. RGB value is (15,213,95). Sum of RGB (Red+Green+Blue) = 15+213+95=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD55F is #F02AA0. Grayscale: #8C8C8C. Windows color (decimal): -15739553 or 6280463. OLE color: 6280463.
HSL color Cylindrical-coordinate representation of color #0FD55F: hue angle of 144.24º 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 #0FD55F is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 95 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.16 |
| HSL | 144.24º | 0.87% | 0.45% | - |
| HSV(B) | 144.24º | 0.93% | 0.84% | - |
| XYZ | 26.06 | 48.52 | 18.82 | - |
| YUV | 140.35 | 102.4 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 95 | 0.93 | 0 | 0.55 | 0.16 | 144.24 | 0.87 | 0.45 |
| Hex | F | D5 | 5F | 5D | 0 | 37 | 10 | 90 | 57 | 2D |
| Octal | 17 | 325 | 137 | 135 | 0 | 67 | 20 | 220 | 127 | 55 |
| Binary | 1111 | 11010101 | 1011111 | 1011101 | 0 | 110111 | 10000 | 10010000 | 1010111 | 101101 |
Color Harmonies of #0FD55F
Complementary color
Monochromatic Colors of #0FD55F
Black with #0FD55F
Text Example
Text Example
White with #0FD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD55F; }
p { color: rgb(15,213,95); }
H1.HeaderClassName
{
color: #0FD55F;
}
.AnyTagClassName
{
color: #0FD55F;
}
</style>
background-color css
<style>
a { background-color: #0FD55F; }
a { background-color: rgb(15,213,95); }
div.DivClassName
{
background-color: #0FD55F;
}
.BgClassName
{
background-color: #0FD55F;
}
</style>
border-color css
<style>
span { border-color: #0FD55F; }
span { border-color: rgb(15,213,95); }
td.TdClassName
{
border-color: #0FD55F;
}
.TagClassName
{
border-color: #0FD55F;
}
</style>