Shades of Malachite #0FDE4E
Tints of Malachite #0FDE4E
RGB
CMYK
RGB Variations
Color information
#0FDE4E (or 0x0FDE4E) is known color: Malachite. HEX triplet: 0F, DE and 4E. RGB value is (15,222,78). Sum of RGB (Red+Green+Blue) = 15+222+78=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 222 (87.11% from 255 or 70.48% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDE4E is #F021B1. Grayscale: #909090. Windows color (decimal): -15737266 or 5168655. OLE color: 5168655.
HSL color Cylindrical-coordinate representation of color #0FDE4E: hue angle of 138.26º 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 #0FDE4E is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 78 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.13 |
| HSL | 138.26º | 0.87% | 0.46% | - |
| HSV(B) | 138.26º | 0.93% | 0.87% | - |
| XYZ | 27.69 | 52.89 | 15.96 | - |
| YUV | 143.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 78 | 0.93 | 0 | 0.65 | 0.13 | 138.26 | 0.87 | 0.46 |
| Hex | F | DE | 4E | 5D | 0 | 41 | D | 8A | 57 | 2E |
| Octal | 17 | 336 | 116 | 135 | 0 | 101 | 15 | 212 | 127 | 56 |
| Binary | 1111 | 11011110 | 1001110 | 1011101 | 0 | 1000001 | 1101 | 10001010 | 1010111 | 101110 |
Color Harmonies of #0FDE4E
Complementary color
Monochromatic Colors of #0FDE4E
Black with #0FDE4E
Text Example
Text Example
White with #0FDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE4E; }
p { color: rgb(15,222,78); }
H1.HeaderClassName
{
color: #0FDE4E;
}
.AnyTagClassName
{
color: #0FDE4E;
}
</style>
background-color css
<style>
a { background-color: #0FDE4E; }
a { background-color: rgb(15,222,78); }
div.DivClassName
{
background-color: #0FDE4E;
}
.BgClassName
{
background-color: #0FDE4E;
}
</style>
border-color css
<style>
span { border-color: #0FDE4E; }
span { border-color: rgb(15,222,78); }
td.TdClassName
{
border-color: #0FDE4E;
}
.TagClassName
{
border-color: #0FDE4E;
}
</style>