Shades of Malachite #0FED40
Tints of Malachite #0FED40
RGB
CMYK
RGB Variations
Color information
#0FED40 (or 0x0FED40) is known color: Malachite. HEX triplet: 0F, ED and 40. RGB value is (15,237,64). Sum of RGB (Red+Green+Blue) = 15+237+64=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 237 (92.97% from 255 or 75% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FED40 is #F012BF. Grayscale: #979797. Windows color (decimal): -15733440 or 4254991. OLE color: 4254991.
HSL color Cylindrical-coordinate representation of color #0FED40: hue angle of 133.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FED40 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 64 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.07 |
| HSL | 133.24º | 0.88% | 0.49% | - |
| HSV(B) | 133.24º | 0.94% | 0.93% | - |
| XYZ | 31.41 | 61.04 | 14.98 | - |
| YUV | 150.9 | 78.95 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 64 | 0.94 | 0 | 0.73 | 0.07 | 133.24 | 0.88 | 0.49 |
| Hex | F | ED | 40 | 5E | 0 | 49 | 7 | 85 | 58 | 31 |
| Octal | 17 | 355 | 100 | 136 | 0 | 111 | 7 | 205 | 130 | 61 |
| Binary | 1111 | 11101101 | 1000000 | 1011110 | 0 | 1001001 | 111 | 10000101 | 1011000 | 110001 |
Color Harmonies of #0FED40
Complementary color
Monochromatic Colors of #0FED40
Black with #0FED40
Text Example
Text Example
White with #0FED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FED40; }
p { color: rgb(15,237,64); }
H1.HeaderClassName
{
color: #0FED40;
}
.AnyTagClassName
{
color: #0FED40;
}
</style>
background-color css
<style>
a { background-color: #0FED40; }
a { background-color: rgb(15,237,64); }
div.DivClassName
{
background-color: #0FED40;
}
.BgClassName
{
background-color: #0FED40;
}
</style>
border-color css
<style>
span { border-color: #0FED40; }
span { border-color: rgb(15,237,64); }
td.TdClassName
{
border-color: #0FED40;
}
.TagClassName
{
border-color: #0FED40;
}
</style>