Shades of Malachite #0FFE3D
Tints of Malachite #0FFE3D
RGB
CMYK
RGB Variations
Color information
#0FFE3D (or 0x0FFE3D) is known color: Malachite. HEX triplet: 0F, FE and 3D. RGB value is (15,254,61). Sum of RGB (Red+Green+Blue) = 15+254+61=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE3D is #F001C2. Grayscale: #A1A1A1. Windows color (decimal): -15729091 or 4062735. OLE color: 4062735.
HSL color Cylindrical-coordinate representation of color #0FFE3D: hue angle of 131.55º 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 #0FFE3D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 61 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.00 |
| HSL | 131.55º | 0.99% | 0.53% | - |
| HSV(B) | 131.55º | 0.94% | 1% | - |
| XYZ | 36.48 | 71.32 | 16.26 | - |
| YUV | 160.54 | 71.82 | 24.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 61 | 0.94 | 0 | 0.76 | 0.00 | 131.55 | 0.99 | 0.53 |
| Hex | F | FE | 3D | 5E | 0 | 4C | 0 | 84 | 63 | 35 |
| Octal | 17 | 376 | 75 | 136 | 0 | 114 | 0 | 204 | 143 | 65 |
| Binary | 1111 | 11111110 | 111101 | 1011110 | 0 | 1001100 | 0 | 10000100 | 1100011 | 110101 |
Color Harmonies of #0FFE3D
Complementary color
Monochromatic Colors of #0FFE3D
Black with #0FFE3D
Text Example
Text Example
White with #0FFE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE3D; }
p { color: rgb(15,254,61); }
H1.HeaderClassName
{
color: #0FFE3D;
}
.AnyTagClassName
{
color: #0FFE3D;
}
</style>
background-color css
<style>
a { background-color: #0FFE3D; }
a { background-color: rgb(15,254,61); }
div.DivClassName
{
background-color: #0FFE3D;
}
.BgClassName
{
background-color: #0FFE3D;
}
</style>
border-color css
<style>
span { border-color: #0FFE3D; }
span { border-color: rgb(15,254,61); }
td.TdClassName
{
border-color: #0FFE3D;
}
.TagClassName
{
border-color: #0FFE3D;
}
</style>