Shades of Malachite #0FDC5A
Tints of Malachite #0FDC5A
RGB
CMYK
RGB Variations
Color information
#0FDC5A (or 0x0FDC5A) is known color: Malachite. HEX triplet: 0F, DC and 5A. RGB value is (15,220,90). Sum of RGB (Red+Green+Blue) = 15+220+90=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDC5A is #F023A5. Grayscale: #909090. Windows color (decimal): -15737766 or 5954575. OLE color: 5954575.
HSL color Cylindrical-coordinate representation of color #0FDC5A: hue angle of 141.95º 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 #0FDC5A is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 90 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.14 |
| HSL | 141.95º | 0.87% | 0.46% | - |
| HSV(B) | 141.95º | 0.93% | 0.86% | - |
| XYZ | 27.64 | 52.03 | 18.26 | - |
| YUV | 143.89 | 97.58 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 90 | 0.93 | 0 | 0.59 | 0.14 | 141.95 | 0.87 | 0.46 |
| Hex | F | DC | 5A | 5D | 0 | 3B | E | 8E | 57 | 2E |
| Octal | 17 | 334 | 132 | 135 | 0 | 73 | 16 | 216 | 127 | 56 |
| Binary | 1111 | 11011100 | 1011010 | 1011101 | 0 | 111011 | 1110 | 10001110 | 1010111 | 101110 |
Color Harmonies of #0FDC5A
Complementary color
Monochromatic Colors of #0FDC5A
Black with #0FDC5A
Text Example
Text Example
White with #0FDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC5A; }
p { color: rgb(15,220,90); }
H1.HeaderClassName
{
color: #0FDC5A;
}
.AnyTagClassName
{
color: #0FDC5A;
}
</style>
background-color css
<style>
a { background-color: #0FDC5A; }
a { background-color: rgb(15,220,90); }
div.DivClassName
{
background-color: #0FDC5A;
}
.BgClassName
{
background-color: #0FDC5A;
}
</style>
border-color css
<style>
span { border-color: #0FDC5A; }
span { border-color: rgb(15,220,90); }
td.TdClassName
{
border-color: #0FDC5A;
}
.TagClassName
{
border-color: #0FDC5A;
}
</style>