Shades of Malachite #0FE441
Tints of Malachite #0FE441
RGB
CMYK
RGB Variations
Color information
#0FE441 (or 0x0FE441) is known color: Malachite. HEX triplet: 0F, E4 and 41. RGB value is (15,228,65). Sum of RGB (Red+Green+Blue) = 15+228+65=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE441 is #F01BBE. Grayscale: #929292. Windows color (decimal): -15735743 or 4318223. OLE color: 4318223.
HSL color Cylindrical-coordinate representation of color #0FE441: hue angle of 134.08º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE441 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 65 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.11 |
| HSL | 134.08º | 0.88% | 0.48% | - |
| HSV(B) | 134.08º | 0.93% | 0.89% | - |
| XYZ | 28.89 | 55.97 | 14.28 | - |
| YUV | 145.73 | 82.43 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 65 | 0.93 | 0 | 0.71 | 0.11 | 134.08 | 0.88 | 0.48 |
| Hex | F | E4 | 41 | 5D | 0 | 47 | B | 86 | 58 | 30 |
| Octal | 17 | 344 | 101 | 135 | 0 | 107 | 13 | 206 | 130 | 60 |
| Binary | 1111 | 11100100 | 1000001 | 1011101 | 0 | 1000111 | 1011 | 10000110 | 1011000 | 110000 |
Color Harmonies of #0FE441
Complementary color
Monochromatic Colors of #0FE441
Black with #0FE441
Text Example
Text Example
White with #0FE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE441; }
p { color: rgb(15,228,65); }
H1.HeaderClassName
{
color: #0FE441;
}
.AnyTagClassName
{
color: #0FE441;
}
</style>
background-color css
<style>
a { background-color: #0FE441; }
a { background-color: rgb(15,228,65); }
div.DivClassName
{
background-color: #0FE441;
}
.BgClassName
{
background-color: #0FE441;
}
</style>
border-color css
<style>
span { border-color: #0FE441; }
span { border-color: rgb(15,228,65); }
td.TdClassName
{
border-color: #0FE441;
}
.TagClassName
{
border-color: #0FE441;
}
</style>