Shades of Malachite #0FE046
Tints of Malachite #0FE046
RGB
CMYK
RGB Variations
Color information
#0FE046 (or 0x0FE046) is known color: Malachite. HEX triplet: 0F, E0 and 46. RGB value is (15,224,70). Sum of RGB (Red+Green+Blue) = 15+224+70=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE046 is #F01FB9. Grayscale: #909090. Windows color (decimal): -15736762 or 4644879. OLE color: 4644879.
HSL color Cylindrical-coordinate representation of color #0FE046: hue angle of 135.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE046 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 70 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.12 |
| HSL | 135.79º | 0.87% | 0.47% | - |
| HSV(B) | 135.79º | 0.93% | 0.88% | - |
| XYZ | 27.96 | 53.86 | 14.72 | - |
| YUV | 143.95 | 86.26 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 70 | 0.93 | 0 | 0.69 | 0.12 | 135.79 | 0.87 | 0.47 |
| Hex | F | E0 | 46 | 5D | 0 | 45 | C | 88 | 57 | 2F |
| Octal | 17 | 340 | 106 | 135 | 0 | 105 | 14 | 210 | 127 | 57 |
| Binary | 1111 | 11100000 | 1000110 | 1011101 | 0 | 1000101 | 1100 | 10001000 | 1010111 | 101111 |
Color Harmonies of #0FE046
Complementary color
Monochromatic Colors of #0FE046
Black with #0FE046
Text Example
Text Example
White with #0FE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE046; }
p { color: rgb(15,224,70); }
H1.HeaderClassName
{
color: #0FE046;
}
.AnyTagClassName
{
color: #0FE046;
}
</style>
background-color css
<style>
a { background-color: #0FE046; }
a { background-color: rgb(15,224,70); }
div.DivClassName
{
background-color: #0FE046;
}
.BgClassName
{
background-color: #0FE046;
}
</style>
border-color css
<style>
span { border-color: #0FE046; }
span { border-color: rgb(15,224,70); }
td.TdClassName
{
border-color: #0FE046;
}
.TagClassName
{
border-color: #0FE046;
}
</style>