Shades of Malachite #0FEF44
Tints of Malachite #0FEF44
RGB
CMYK
RGB Variations
Color information
#0FEF44 (or 0x0FEF44) is known color: Malachite. HEX triplet: 0F, EF and 44. RGB value is (15,239,68). Sum of RGB (Red+Green+Blue) = 15+239+68=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEF44 is #F010BB. Grayscale: #989898. Windows color (decimal): -15732924 or 4517647. OLE color: 4517647.
HSL color Cylindrical-coordinate representation of color #0FEF44: hue angle of 134.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF44 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 68 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.06 |
| HSL | 134.2º | 0.88% | 0.5% | - |
| HSV(B) | 134.2º | 0.94% | 0.94% | - |
| XYZ | 32.11 | 62.25 | 15.79 | - |
| YUV | 152.53 | 80.29 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 68 | 0.94 | 0 | 0.72 | 0.06 | 134.2 | 0.88 | 0.5 |
| Hex | F | EF | 44 | 5E | 0 | 48 | 6 | 86 | 58 | 32 |
| Octal | 17 | 357 | 104 | 136 | 0 | 110 | 6 | 206 | 130 | 62 |
| Binary | 1111 | 11101111 | 1000100 | 1011110 | 0 | 1001000 | 110 | 10000110 | 1011000 | 110010 |
Color Harmonies of #0FEF44
Complementary color
Monochromatic Colors of #0FEF44
Black with #0FEF44
Text Example
Text Example
White with #0FEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEF44; }
p { color: rgb(15,239,68); }
H1.HeaderClassName
{
color: #0FEF44;
}
.AnyTagClassName
{
color: #0FEF44;
}
</style>
background-color css
<style>
a { background-color: #0FEF44; }
a { background-color: rgb(15,239,68); }
div.DivClassName
{
background-color: #0FEF44;
}
.BgClassName
{
background-color: #0FEF44;
}
</style>
border-color css
<style>
span { border-color: #0FEF44; }
span { border-color: rgb(15,239,68); }
td.TdClassName
{
border-color: #0FEF44;
}
.TagClassName
{
border-color: #0FEF44;
}
</style>