Shades of Malachite #0FE063
Tints of Malachite #0FE063
RGB
CMYK
RGB Variations
Color information
#0FE063 (or 0x0FE063) is known color: Malachite. HEX triplet: 0F, E0 and 63. RGB value is (15,224,99). Sum of RGB (Red+Green+Blue) = 15+224+99=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE063 is #F01F9C. Grayscale: #939393. Windows color (decimal): -15736733 or 6545423. OLE color: 6545423.
HSL color Cylindrical-coordinate representation of color #0FE063: hue angle of 144.11º 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 #0FE063 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 99 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.12 |
| HSL | 144.11º | 0.87% | 0.47% | - |
| HSV(B) | 144.11º | 0.93% | 0.88% | - |
| XYZ | 29.1 | 54.31 | 20.75 | - |
| YUV | 147.26 | 100.76 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 99 | 0.93 | 0 | 0.56 | 0.12 | 144.11 | 0.87 | 0.47 |
| Hex | F | E0 | 63 | 5D | 0 | 38 | C | 90 | 57 | 2F |
| Octal | 17 | 340 | 143 | 135 | 0 | 70 | 14 | 220 | 127 | 57 |
| Binary | 1111 | 11100000 | 1100011 | 1011101 | 0 | 111000 | 1100 | 10010000 | 1010111 | 101111 |
Color Harmonies of #0FE063
Complementary color
Monochromatic Colors of #0FE063
Black with #0FE063
Text Example
Text Example
White with #0FE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE063; }
p { color: rgb(15,224,99); }
H1.HeaderClassName
{
color: #0FE063;
}
.AnyTagClassName
{
color: #0FE063;
}
</style>
background-color css
<style>
a { background-color: #0FE063; }
a { background-color: rgb(15,224,99); }
div.DivClassName
{
background-color: #0FE063;
}
.BgClassName
{
background-color: #0FE063;
}
</style>
border-color css
<style>
span { border-color: #0FE063; }
span { border-color: rgb(15,224,99); }
td.TdClassName
{
border-color: #0FE063;
}
.TagClassName
{
border-color: #0FE063;
}
</style>