Shades of Malachite #0FFE41
Tints of Malachite #0FFE41
RGB
CMYK
RGB Variations
Color information
#0FFE41 (or 0x0FFE41) is known color: Malachite. HEX triplet: 0F, FE and 41. RGB value is (15,254,65). Sum of RGB (Red+Green+Blue) = 15+254+65=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE41 is #F001BE. Grayscale: #A1A1A1. Windows color (decimal): -15729087 or 4324879. OLE color: 4324879.
HSL color Cylindrical-coordinate representation of color #0FFE41: hue angle of 132.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 #0FFE41 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 65 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.00 |
| HSL | 132.55º | 0.99% | 0.53% | - |
| HSV(B) | 132.55º | 0.94% | 1% | - |
| XYZ | 36.59 | 71.37 | 16.85 | - |
| YUV | 160.99 | 73.82 | 23.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 65 | 0.94 | 0 | 0.74 | 0.00 | 132.55 | 0.99 | 0.53 |
| Hex | F | FE | 41 | 5E | 0 | 4A | 0 | 85 | 63 | 35 |
| Octal | 17 | 376 | 101 | 136 | 0 | 112 | 0 | 205 | 143 | 65 |
| Binary | 1111 | 11111110 | 1000001 | 1011110 | 0 | 1001010 | 0 | 10000101 | 1100011 | 110101 |
Color Harmonies of #0FFE41
Complementary color
Monochromatic Colors of #0FFE41
Black with #0FFE41
Text Example
Text Example
White with #0FFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE41; }
p { color: rgb(15,254,65); }
H1.HeaderClassName
{
color: #0FFE41;
}
.AnyTagClassName
{
color: #0FFE41;
}
</style>
background-color css
<style>
a { background-color: #0FFE41; }
a { background-color: rgb(15,254,65); }
div.DivClassName
{
background-color: #0FFE41;
}
.BgClassName
{
background-color: #0FFE41;
}
</style>
border-color css
<style>
span { border-color: #0FFE41; }
span { border-color: rgb(15,254,65); }
td.TdClassName
{
border-color: #0FFE41;
}
.TagClassName
{
border-color: #0FFE41;
}
</style>