Shades of Malachite #0FFA47
Tints of Malachite #0FFA47
RGB
CMYK
RGB Variations
Color information
#0FFA47 (or 0x0FFA47) is known color: Malachite. HEX triplet: 0F, FA and 47. RGB value is (15,250,71). Sum of RGB (Red+Green+Blue) = 15+250+71=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA47 is #F005B8. Grayscale: #9F9F9F. Windows color (decimal): -15730105 or 4717071. OLE color: 4717071.
HSL color Cylindrical-coordinate representation of color #0FFA47: hue angle of 134.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA47 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 71 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.02 |
| HSL | 134.3º | 0.96% | 0.52% | - |
| HSV(B) | 134.3º | 0.94% | 0.98% | - |
| XYZ | 35.52 | 68.93 | 17.39 | - |
| YUV | 159.33 | 78.14 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 71 | 0.94 | 0 | 0.72 | 0.02 | 134.3 | 0.96 | 0.52 |
| Hex | F | FA | 47 | 5E | 0 | 48 | 2 | 86 | 60 | 34 |
| Octal | 17 | 372 | 107 | 136 | 0 | 110 | 2 | 206 | 140 | 64 |
| Binary | 1111 | 11111010 | 1000111 | 1011110 | 0 | 1001000 | 10 | 10000110 | 1100000 | 110100 |
Color Harmonies of #0FFA47
Complementary color
Monochromatic Colors of #0FFA47
Black with #0FFA47
Text Example
Text Example
White with #0FFA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA47; }
p { color: rgb(15,250,71); }
H1.HeaderClassName
{
color: #0FFA47;
}
.AnyTagClassName
{
color: #0FFA47;
}
</style>
background-color css
<style>
a { background-color: #0FFA47; }
a { background-color: rgb(15,250,71); }
div.DivClassName
{
background-color: #0FFA47;
}
.BgClassName
{
background-color: #0FFA47;
}
</style>
border-color css
<style>
span { border-color: #0FFA47; }
span { border-color: rgb(15,250,71); }
td.TdClassName
{
border-color: #0FFA47;
}
.TagClassName
{
border-color: #0FFA47;
}
</style>