Shades of Malachite #0FDE39
Tints of Malachite #0FDE39
RGB
CMYK
RGB Variations
Color information
#0FDE39 (or 0x0FDE39) is known color: Malachite. HEX triplet: 0F, DE and 39. RGB value is (15,222,57). Sum of RGB (Red+Green+Blue) = 15+222+57=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 222 (87.11% from 255 or 75.51% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDE39 is #F021C6. Grayscale: #8D8D8D. Windows color (decimal): -15737287 or 3792399. OLE color: 3792399.
HSL color Cylindrical-coordinate representation of color #0FDE39: hue angle of 132.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE39 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 57 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.13 |
| HSL | 132.17º | 0.87% | 0.46% | - |
| HSV(B) | 132.17º | 0.93% | 0.87% | - |
| XYZ | 27.06 | 52.64 | 12.61 | - |
| YUV | 141.3 | 80.42 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 57 | 0.93 | 0 | 0.74 | 0.13 | 132.17 | 0.87 | 0.46 |
| Hex | F | DE | 39 | 5D | 0 | 4A | D | 84 | 57 | 2E |
| Octal | 17 | 336 | 71 | 135 | 0 | 112 | 15 | 204 | 127 | 56 |
| Binary | 1111 | 11011110 | 111001 | 1011101 | 0 | 1001010 | 1101 | 10000100 | 1010111 | 101110 |
Color Harmonies of #0FDE39
Complementary color
Monochromatic Colors of #0FDE39
Black with #0FDE39
Text Example
Text Example
White with #0FDE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE39; }
p { color: rgb(15,222,57); }
H1.HeaderClassName
{
color: #0FDE39;
}
.AnyTagClassName
{
color: #0FDE39;
}
</style>
background-color css
<style>
a { background-color: #0FDE39; }
a { background-color: rgb(15,222,57); }
div.DivClassName
{
background-color: #0FDE39;
}
.BgClassName
{
background-color: #0FDE39;
}
</style>
border-color css
<style>
span { border-color: #0FDE39; }
span { border-color: rgb(15,222,57); }
td.TdClassName
{
border-color: #0FDE39;
}
.TagClassName
{
border-color: #0FDE39;
}
</style>