Shades of Malachite #0FFA58
Tints of Malachite #0FFA58
RGB
CMYK
RGB Variations
Color information
#0FFA58 (or 0x0FFA58) is known color: Malachite. HEX triplet: 0F, FA and 58. RGB value is (15,250,88). Sum of RGB (Red+Green+Blue) = 15+250+88=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA58 is #F005A7. Grayscale: #A1A1A1. Windows color (decimal): -15730088 or 5831183. OLE color: 5831183.
HSL color Cylindrical-coordinate representation of color #0FFA58: hue angle of 138.64º 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 #0FFA58 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 88 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.02 |
| HSL | 138.64º | 0.96% | 0.52% | - |
| HSV(B) | 138.64º | 0.94% | 0.98% | - |
| XYZ | 36.14 | 69.18 | 20.68 | - |
| YUV | 161.27 | 86.64 | 23.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 88 | 0.94 | 0 | 0.65 | 0.02 | 138.64 | 0.96 | 0.52 |
| Hex | F | FA | 58 | 5E | 0 | 41 | 2 | 8B | 60 | 34 |
| Octal | 17 | 372 | 130 | 136 | 0 | 101 | 2 | 213 | 140 | 64 |
| Binary | 1111 | 11111010 | 1011000 | 1011110 | 0 | 1000001 | 10 | 10001011 | 1100000 | 110100 |
Color Harmonies of #0FFA58
Complementary color
Monochromatic Colors of #0FFA58
Black with #0FFA58
Text Example
Text Example
White with #0FFA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA58; }
p { color: rgb(15,250,88); }
H1.HeaderClassName
{
color: #0FFA58;
}
.AnyTagClassName
{
color: #0FFA58;
}
</style>
background-color css
<style>
a { background-color: #0FFA58; }
a { background-color: rgb(15,250,88); }
div.DivClassName
{
background-color: #0FFA58;
}
.BgClassName
{
background-color: #0FFA58;
}
</style>
border-color css
<style>
span { border-color: #0FFA58; }
span { border-color: rgb(15,250,88); }
td.TdClassName
{
border-color: #0FFA58;
}
.TagClassName
{
border-color: #0FFA58;
}
</style>