Shades of Malachite #0FDA3F
Tints of Malachite #0FDA3F
RGB
CMYK
RGB Variations
Color information
#0FDA3F (or 0x0FDA3F) is known color: Malachite. HEX triplet: 0F, DA and 3F. RGB value is (15,218,63). Sum of RGB (Red+Green+Blue) = 15+218+63=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 218 (85.55% from 255 or 73.65% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA3F is #F025C0. Grayscale: #8C8C8C. Windows color (decimal): -15738305 or 4184591. OLE color: 4184591.
HSL color Cylindrical-coordinate representation of color #0FDA3F: hue angle of 134.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA3F is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 63 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.15 |
| HSL | 134.19º | 0.87% | 0.46% | - |
| HSV(B) | 134.19º | 0.93% | 0.85% | - |
| XYZ | 26.17 | 50.6 | 13.09 | - |
| YUV | 139.63 | 84.75 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 63 | 0.93 | 0 | 0.71 | 0.15 | 134.19 | 0.87 | 0.46 |
| Hex | F | DA | 3F | 5D | 0 | 47 | F | 86 | 57 | 2E |
| Octal | 17 | 332 | 77 | 135 | 0 | 107 | 17 | 206 | 127 | 56 |
| Binary | 1111 | 11011010 | 111111 | 1011101 | 0 | 1000111 | 1111 | 10000110 | 1010111 | 101110 |
Color Harmonies of #0FDA3F
Complementary color
Monochromatic Colors of #0FDA3F
Black with #0FDA3F
Text Example
Text Example
White with #0FDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA3F; }
p { color: rgb(15,218,63); }
H1.HeaderClassName
{
color: #0FDA3F;
}
.AnyTagClassName
{
color: #0FDA3F;
}
</style>
background-color css
<style>
a { background-color: #0FDA3F; }
a { background-color: rgb(15,218,63); }
div.DivClassName
{
background-color: #0FDA3F;
}
.BgClassName
{
background-color: #0FDA3F;
}
</style>
border-color css
<style>
span { border-color: #0FDA3F; }
span { border-color: rgb(15,218,63); }
td.TdClassName
{
border-color: #0FDA3F;
}
.TagClassName
{
border-color: #0FDA3F;
}
</style>