Shades of Malachite #0FDC47
Tints of Malachite #0FDC47
RGB
CMYK
RGB Variations
Color information
#0FDC47 (or 0x0FDC47) is known color: Malachite. HEX triplet: 0F, DC and 47. RGB value is (15,220,71). Sum of RGB (Red+Green+Blue) = 15+220+71=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDC47 is #F023B8. Grayscale: #8E8E8E. Windows color (decimal): -15737785 or 4709391. OLE color: 4709391.
HSL color Cylindrical-coordinate representation of color #0FDC47: hue angle of 136.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC47 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 71 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.14 |
| HSL | 136.39º | 0.87% | 0.46% | - |
| HSV(B) | 136.39º | 0.93% | 0.86% | - |
| XYZ | 26.93 | 51.74 | 14.53 | - |
| YUV | 141.72 | 88.08 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 71 | 0.93 | 0 | 0.68 | 0.14 | 136.39 | 0.87 | 0.46 |
| Hex | F | DC | 47 | 5D | 0 | 44 | E | 88 | 57 | 2E |
| Octal | 17 | 334 | 107 | 135 | 0 | 104 | 16 | 210 | 127 | 56 |
| Binary | 1111 | 11011100 | 1000111 | 1011101 | 0 | 1000100 | 1110 | 10001000 | 1010111 | 101110 |
Color Harmonies of #0FDC47
Complementary color
Monochromatic Colors of #0FDC47
Black with #0FDC47
Text Example
Text Example
White with #0FDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC47; }
p { color: rgb(15,220,71); }
H1.HeaderClassName
{
color: #0FDC47;
}
.AnyTagClassName
{
color: #0FDC47;
}
</style>
background-color css
<style>
a { background-color: #0FDC47; }
a { background-color: rgb(15,220,71); }
div.DivClassName
{
background-color: #0FDC47;
}
.BgClassName
{
background-color: #0FDC47;
}
</style>
border-color css
<style>
span { border-color: #0FDC47; }
span { border-color: rgb(15,220,71); }
td.TdClassName
{
border-color: #0FDC47;
}
.TagClassName
{
border-color: #0FDC47;
}
</style>