Shades of Malachite #01F25A
Tints of Malachite #01F25A
RGB
CMYK
RGB Variations
Color information
#01F25A (or 0x01F25A) is known color: Malachite. HEX triplet: 01, F2 and 5A. RGB value is (1,242,90). Sum of RGB (Red+Green+Blue) = 1+242+90=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #01F25A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F25A is #FE0DA5. Grayscale: #989898. Windows color (decimal): -16649638 or 5960193. OLE color: 5960193.
HSL color Cylindrical-coordinate representation of color #01F25A: hue angle of 142.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F25A is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 90 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.05 |
| HSL | 142.16º | 0.99% | 0.48% | - |
| HSV(B) | 142.16º | 1% | 0.95% | - |
| XYZ | 33.61 | 64.25 | 20.3 | - |
| YUV | 152.61 | 92.66 | 19.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 90 | 1.00 | 0 | 0.63 | 0.05 | 142.16 | 0.99 | 0.48 |
| Hex | 1 | F2 | 5A | 64 | 0 | 3F | 5 | 8E | 63 | 30 |
| Octal | 1 | 362 | 132 | 144 | 0 | 77 | 5 | 216 | 143 | 60 |
| Binary | 1 | 11110010 | 1011010 | 1100100 | 0 | 111111 | 101 | 10001110 | 1100011 | 110000 |
Color Harmonies of #01F25A
Complementary color
Monochromatic Colors of #01F25A
Black with #01F25A
Text Example
Text Example
White with #01F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F25A; }
p { color: rgb(1,242,90); }
H1.HeaderClassName
{
color: #01F25A;
}
.AnyTagClassName
{
color: #01F25A;
}
</style>
background-color css
<style>
a { background-color: #01F25A; }
a { background-color: rgb(1,242,90); }
div.DivClassName
{
background-color: #01F25A;
}
.BgClassName
{
background-color: #01F25A;
}
</style>
border-color css
<style>
span { border-color: #01F25A; }
span { border-color: rgb(1,242,90); }
td.TdClassName
{
border-color: #01F25A;
}
.TagClassName
{
border-color: #01F25A;
}
</style>