Shades of Malachite #0FE03F
Tints of Malachite #0FE03F
RGB
CMYK
RGB Variations
Color information
#0FE03F (or 0x0FE03F) is known color: Malachite. HEX triplet: 0F, E0 and 3F. RGB value is (15,224,63). Sum of RGB (Red+Green+Blue) = 15+224+63=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE03F is #F01FC0. Grayscale: #8F8F8F. Windows color (decimal): -15736769 or 4186127. OLE color: 4186127.
HSL color Cylindrical-coordinate representation of color #0FE03F: hue angle of 133.78º 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 #0FE03F is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 63 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.12 |
| HSL | 133.78º | 0.87% | 0.47% | - |
| HSV(B) | 133.78º | 0.93% | 0.88% | - |
| XYZ | 27.75 | 53.77 | 13.62 | - |
| YUV | 143.16 | 82.76 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 63 | 0.93 | 0 | 0.72 | 0.12 | 133.78 | 0.87 | 0.47 |
| Hex | F | E0 | 3F | 5D | 0 | 48 | C | 86 | 57 | 2F |
| Octal | 17 | 340 | 77 | 135 | 0 | 110 | 14 | 206 | 127 | 57 |
| Binary | 1111 | 11100000 | 111111 | 1011101 | 0 | 1001000 | 1100 | 10000110 | 1010111 | 101111 |
Color Harmonies of #0FE03F
Complementary color
Monochromatic Colors of #0FE03F
Black with #0FE03F
Text Example
Text Example
White with #0FE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE03F; }
p { color: rgb(15,224,63); }
H1.HeaderClassName
{
color: #0FE03F;
}
.AnyTagClassName
{
color: #0FE03F;
}
</style>
background-color css
<style>
a { background-color: #0FE03F; }
a { background-color: rgb(15,224,63); }
div.DivClassName
{
background-color: #0FE03F;
}
.BgClassName
{
background-color: #0FE03F;
}
</style>
border-color css
<style>
span { border-color: #0FE03F; }
span { border-color: rgb(15,224,63); }
td.TdClassName
{
border-color: #0FE03F;
}
.TagClassName
{
border-color: #0FE03F;
}
</style>