Shades of Malachite #01FA54
Tints of Malachite #01FA54
RGB
CMYK
RGB Variations
Color information
#01FA54 (or 0x01FA54) is known color: Malachite. HEX triplet: 01, FA and 54. RGB value is (1,250,84). Sum of RGB (Red+Green+Blue) = 1+250+84=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA54 is #FE05AB. Grayscale: #9D9D9D. Windows color (decimal): -16647596 or 5569025. OLE color: 5569025.
HSL color Cylindrical-coordinate representation of color #01FA54: hue angle of 140º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA54 is Cyan = 1.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 84 | - |
| CMYK | 1.00 | 0 | 0.66 | 0.02 |
| HSL | 140º | 0.99% | 0.49% | - |
| HSV(B) | 140º | 1% | 0.98% | - |
| XYZ | 35.8 | 69.02 | 19.82 | - |
| YUV | 156.63 | 87.01 | 17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 84 | 1.00 | 0 | 0.66 | 0.02 | 140 | 0.99 | 0.49 |
| Hex | 1 | FA | 54 | 64 | 0 | 42 | 2 | 8C | 63 | 31 |
| Octal | 1 | 372 | 124 | 144 | 0 | 102 | 2 | 214 | 143 | 61 |
| Binary | 1 | 11111010 | 1010100 | 1100100 | 0 | 1000010 | 10 | 10001100 | 1100011 | 110001 |
Color Harmonies of #01FA54
Complementary color
Monochromatic Colors of #01FA54
Black with #01FA54
Text Example
Text Example
White with #01FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA54; }
p { color: rgb(1,250,84); }
H1.HeaderClassName
{
color: #01FA54;
}
.AnyTagClassName
{
color: #01FA54;
}
</style>
background-color css
<style>
a { background-color: #01FA54; }
a { background-color: rgb(1,250,84); }
div.DivClassName
{
background-color: #01FA54;
}
.BgClassName
{
background-color: #01FA54;
}
</style>
border-color css
<style>
span { border-color: #01FA54; }
span { border-color: rgb(1,250,84); }
td.TdClassName
{
border-color: #01FA54;
}
.TagClassName
{
border-color: #01FA54;
}
</style>