Shades of Malachite #0FDE70
Tints of Malachite #0FDE70
RGB
CMYK
RGB Variations
Color information
#0FDE70 (or 0x0FDE70) is known color: Malachite. HEX triplet: 0F, DE and 70. RGB value is (15,222,112). Sum of RGB (Red+Green+Blue) = 15+222+112=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDE70 is #F0218F. Grayscale: #939393. Windows color (decimal): -15737232 or 7396879. OLE color: 7396879.
HSL color Cylindrical-coordinate representation of color #0FDE70: hue angle of 148.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE70 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 112 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.13 |
| HSL | 148.12º | 0.87% | 0.46% | - |
| HSV(B) | 148.12º | 0.93% | 0.87% | - |
| XYZ | 29.24 | 53.51 | 24.12 | - |
| YUV | 147.57 | 107.92 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 112 | 0.93 | 0 | 0.50 | 0.13 | 148.12 | 0.87 | 0.46 |
| Hex | F | DE | 70 | 5D | 0 | 32 | D | 94 | 57 | 2E |
| Octal | 17 | 336 | 160 | 135 | 0 | 62 | 15 | 224 | 127 | 56 |
| Binary | 1111 | 11011110 | 1110000 | 1011101 | 0 | 110010 | 1101 | 10010100 | 1010111 | 101110 |
Color Harmonies of #0FDE70
Complementary color
Monochromatic Colors of #0FDE70
Black with #0FDE70
Text Example
Text Example
White with #0FDE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE70; }
p { color: rgb(15,222,112); }
H1.HeaderClassName
{
color: #0FDE70;
}
.AnyTagClassName
{
color: #0FDE70;
}
</style>
background-color css
<style>
a { background-color: #0FDE70; }
a { background-color: rgb(15,222,112); }
div.DivClassName
{
background-color: #0FDE70;
}
.BgClassName
{
background-color: #0FDE70;
}
</style>
border-color css
<style>
span { border-color: #0FDE70; }
span { border-color: rgb(15,222,112); }
td.TdClassName
{
border-color: #0FDE70;
}
.TagClassName
{
border-color: #0FDE70;
}
</style>