Shades of Malachite #0FFE40
Tints of Malachite #0FFE40
RGB
CMYK
RGB Variations
Color information
#0FFE40 (or 0x0FFE40) is known color: Malachite. HEX triplet: 0F, FE and 40. RGB value is (15,254,64). Sum of RGB (Red+Green+Blue) = 15+254+64=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 254 (99.61% from 255 or 76.28% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE40 is #F001BF. Grayscale: #A1A1A1. Windows color (decimal): -15729088 or 4259343. OLE color: 4259343.
HSL color Cylindrical-coordinate representation of color #0FFE40: hue angle of 132.3º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE40 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 64 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.00 |
| HSL | 132.3º | 0.99% | 0.53% | - |
| HSV(B) | 132.3º | 0.94% | 1% | - |
| XYZ | 36.56 | 71.36 | 16.7 | - |
| YUV | 160.88 | 73.32 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 64 | 0.94 | 0 | 0.75 | 0.00 | 132.3 | 0.99 | 0.53 |
| Hex | F | FE | 40 | 5E | 0 | 4B | 0 | 84 | 63 | 35 |
| Octal | 17 | 376 | 100 | 136 | 0 | 113 | 0 | 204 | 143 | 65 |
| Binary | 1111 | 11111110 | 1000000 | 1011110 | 0 | 1001011 | 0 | 10000100 | 1100011 | 110101 |
Color Harmonies of #0FFE40
Complementary color
Monochromatic Colors of #0FFE40
Black with #0FFE40
Text Example
Text Example
White with #0FFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE40; }
p { color: rgb(15,254,64); }
H1.HeaderClassName
{
color: #0FFE40;
}
.AnyTagClassName
{
color: #0FFE40;
}
</style>
background-color css
<style>
a { background-color: #0FFE40; }
a { background-color: rgb(15,254,64); }
div.DivClassName
{
background-color: #0FFE40;
}
.BgClassName
{
background-color: #0FFE40;
}
</style>
border-color css
<style>
span { border-color: #0FFE40; }
span { border-color: rgb(15,254,64); }
td.TdClassName
{
border-color: #0FFE40;
}
.TagClassName
{
border-color: #0FFE40;
}
</style>