Shades of Malachite #0FCC47
Tints of Malachite #0FCC47
RGB
CMYK
RGB Variations
Color information
#0FCC47 (or 0x0FCC47) is known color: Malachite. HEX triplet: 0F, CC and 47. RGB value is (15,204,71). Sum of RGB (Red+Green+Blue) = 15+204+71=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCC47 is #F033B8. Grayscale: #848484. Windows color (decimal): -15741881 or 4705295. OLE color: 4705295.
HSL color Cylindrical-coordinate representation of color #0FCC47: hue angle of 137.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC47 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 71 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.2 |
| HSL | 137.78º | 0.86% | 0.43% | - |
| HSV(B) | 137.78º | 0.93% | 0.8% | - |
| XYZ | 22.93 | 43.74 | 13.2 | - |
| YUV | 132.33 | 93.38 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 71 | 0.93 | 0 | 0.65 | 0.2 | 137.78 | 0.86 | 0.43 |
| Hex | F | CC | 47 | 5D | 0 | 41 | 14 | 8A | 56 | 2B |
| Octal | 17 | 314 | 107 | 135 | 0 | 101 | 24 | 212 | 126 | 53 |
| Binary | 1111 | 11001100 | 1000111 | 1011101 | 0 | 1000001 | 10100 | 10001010 | 1010110 | 101011 |
Color Harmonies of #0FCC47
Complementary color
Monochromatic Colors of #0FCC47
Black with #0FCC47
Text Example
Text Example
White with #0FCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCC47; }
p { color: rgb(15,204,71); }
H1.HeaderClassName
{
color: #0FCC47;
}
.AnyTagClassName
{
color: #0FCC47;
}
</style>
background-color css
<style>
a { background-color: #0FCC47; }
a { background-color: rgb(15,204,71); }
div.DivClassName
{
background-color: #0FCC47;
}
.BgClassName
{
background-color: #0FCC47;
}
</style>
border-color css
<style>
span { border-color: #0FCC47; }
span { border-color: rgb(15,204,71); }
td.TdClassName
{
border-color: #0FCC47;
}
.TagClassName
{
border-color: #0FCC47;
}
</style>