Shades of Malachite #0FD54F
Tints of Malachite #0FD54F
RGB
CMYK
RGB Variations
Color information
#0FD54F (or 0x0FD54F) is known color: Malachite. HEX triplet: 0F, D5 and 4F. RGB value is (15,213,79). Sum of RGB (Red+Green+Blue) = 15+213+79=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD54F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD54F is #F02AB0. Grayscale: #8A8A8A. Windows color (decimal): -15739569 or 5231887. OLE color: 5231887.
HSL color Cylindrical-coordinate representation of color #0FD54F: hue angle of 139.39º 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 #0FD54F is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 79 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.16 |
| HSL | 139.39º | 0.87% | 0.45% | - |
| HSV(B) | 139.39º | 0.93% | 0.84% | - |
| XYZ | 25.4 | 48.25 | 15.37 | - |
| YUV | 138.52 | 94.4 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 79 | 0.93 | 0 | 0.63 | 0.16 | 139.39 | 0.87 | 0.45 |
| Hex | F | D5 | 4F | 5D | 0 | 3F | 10 | 8B | 57 | 2D |
| Octal | 17 | 325 | 117 | 135 | 0 | 77 | 20 | 213 | 127 | 55 |
| Binary | 1111 | 11010101 | 1001111 | 1011101 | 0 | 111111 | 10000 | 10001011 | 1010111 | 101101 |
Color Harmonies of #0FD54F
Complementary color
Monochromatic Colors of #0FD54F
Black with #0FD54F
Text Example
Text Example
White with #0FD54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD54F; }
p { color: rgb(15,213,79); }
H1.HeaderClassName
{
color: #0FD54F;
}
.AnyTagClassName
{
color: #0FD54F;
}
</style>
background-color css
<style>
a { background-color: #0FD54F; }
a { background-color: rgb(15,213,79); }
div.DivClassName
{
background-color: #0FD54F;
}
.BgClassName
{
background-color: #0FD54F;
}
</style>
border-color css
<style>
span { border-color: #0FD54F; }
span { border-color: rgb(15,213,79); }
td.TdClassName
{
border-color: #0FD54F;
}
.TagClassName
{
border-color: #0FD54F;
}
</style>