Shades of Malachite #0FFA56
Tints of Malachite #0FFA56
RGB
CMYK
RGB Variations
Color information
#0FFA56 (or 0x0FFA56) is known color: Malachite. HEX triplet: 0F, FA and 56. RGB value is (15,250,86). Sum of RGB (Red+Green+Blue) = 15+250+86=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA56 is #F005A9. Grayscale: #A1A1A1. Windows color (decimal): -15730090 or 5700111. OLE color: 5700111.
HSL color Cylindrical-coordinate representation of color #0FFA56: hue angle of 138.13º 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 #0FFA56 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 86 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.02 |
| HSL | 138.13º | 0.96% | 0.52% | - |
| HSV(B) | 138.13º | 0.94% | 0.98% | - |
| XYZ | 36.06 | 69.14 | 20.25 | - |
| YUV | 161.04 | 85.64 | 23.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 86 | 0.94 | 0 | 0.66 | 0.02 | 138.13 | 0.96 | 0.52 |
| Hex | F | FA | 56 | 5E | 0 | 42 | 2 | 8A | 60 | 34 |
| Octal | 17 | 372 | 126 | 136 | 0 | 102 | 2 | 212 | 140 | 64 |
| Binary | 1111 | 11111010 | 1010110 | 1011110 | 0 | 1000010 | 10 | 10001010 | 1100000 | 110100 |
Color Harmonies of #0FFA56
Complementary color
Monochromatic Colors of #0FFA56
Black with #0FFA56
Text Example
Text Example
White with #0FFA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA56; }
p { color: rgb(15,250,86); }
H1.HeaderClassName
{
color: #0FFA56;
}
.AnyTagClassName
{
color: #0FFA56;
}
</style>
background-color css
<style>
a { background-color: #0FFA56; }
a { background-color: rgb(15,250,86); }
div.DivClassName
{
background-color: #0FFA56;
}
.BgClassName
{
background-color: #0FFA56;
}
</style>
border-color css
<style>
span { border-color: #0FFA56; }
span { border-color: rgb(15,250,86); }
td.TdClassName
{
border-color: #0FFA56;
}
.TagClassName
{
border-color: #0FFA56;
}
</style>