Shades of Malachite #0FD046
Tints of Malachite #0FD046
RGB
CMYK
RGB Variations
Color information
#0FD046 (or 0x0FD046) is known color: Malachite. HEX triplet: 0F, D0 and 46. RGB value is (15,208,70). Sum of RGB (Red+Green+Blue) = 15+208+70=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD046 is #F02FB9. Grayscale: #868686. Windows color (decimal): -15740858 or 4640783. OLE color: 4640783.
HSL color Cylindrical-coordinate representation of color #0FD046: hue angle of 137.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD046 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 70 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.18 |
| HSL | 137.1º | 0.87% | 0.44% | - |
| HSV(B) | 137.1º | 0.93% | 0.82% | - |
| XYZ | 23.86 | 45.66 | 13.35 | - |
| YUV | 134.56 | 91.56 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 70 | 0.93 | 0 | 0.66 | 0.18 | 137.1 | 0.87 | 0.44 |
| Hex | F | D0 | 46 | 5D | 0 | 42 | 12 | 89 | 57 | 2C |
| Octal | 17 | 320 | 106 | 135 | 0 | 102 | 22 | 211 | 127 | 54 |
| Binary | 1111 | 11010000 | 1000110 | 1011101 | 0 | 1000010 | 10010 | 10001001 | 1010111 | 101100 |
Color Harmonies of #0FD046
Complementary color
Monochromatic Colors of #0FD046
Black with #0FD046
Text Example
Text Example
White with #0FD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD046; }
p { color: rgb(15,208,70); }
H1.HeaderClassName
{
color: #0FD046;
}
.AnyTagClassName
{
color: #0FD046;
}
</style>
background-color css
<style>
a { background-color: #0FD046; }
a { background-color: rgb(15,208,70); }
div.DivClassName
{
background-color: #0FD046;
}
.BgClassName
{
background-color: #0FD046;
}
</style>
border-color css
<style>
span { border-color: #0FD046; }
span { border-color: rgb(15,208,70); }
td.TdClassName
{
border-color: #0FD046;
}
.TagClassName
{
border-color: #0FD046;
}
</style>