Shades of Malachite #01F84A
Tints of Malachite #01F84A
RGB
CMYK
RGB Variations
Color information
#01F84A (or 0x01F84A) is known color: Malachite. HEX triplet: 01, F8 and 4A. RGB value is (1,248,74). Sum of RGB (Red+Green+Blue) = 1+248+74=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #01F84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F84A is #FE07B5. Grayscale: #9A9A9A. Windows color (decimal): -16648118 or 4913153. OLE color: 4913153.
HSL color Cylindrical-coordinate representation of color #01F84A: hue angle of 137.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F84A is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 248 | 74 | - |
| CMYK | 1.00 | 0 | 0.70 | 0.03 |
| HSL | 137.73º | 0.99% | 0.49% | - |
| HSV(B) | 137.73º | 1% | 0.97% | - |
| XYZ | 34.82 | 67.64 | 17.7 | - |
| YUV | 154.31 | 82.67 | 18.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 248 | 74 | 1.00 | 0 | 0.70 | 0.03 | 137.73 | 0.99 | 0.49 |
| Hex | 1 | F8 | 4A | 64 | 0 | 46 | 3 | 8A | 63 | 31 |
| Octal | 1 | 370 | 112 | 144 | 0 | 106 | 3 | 212 | 143 | 61 |
| Binary | 1 | 11111000 | 1001010 | 1100100 | 0 | 1000110 | 11 | 10001010 | 1100011 | 110001 |
Color Harmonies of #01F84A
Complementary color
Monochromatic Colors of #01F84A
Black with #01F84A
Text Example
Text Example
White with #01F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F84A; }
p { color: rgb(1,248,74); }
H1.HeaderClassName
{
color: #01F84A;
}
.AnyTagClassName
{
color: #01F84A;
}
</style>
background-color css
<style>
a { background-color: #01F84A; }
a { background-color: rgb(1,248,74); }
div.DivClassName
{
background-color: #01F84A;
}
.BgClassName
{
background-color: #01F84A;
}
</style>
border-color css
<style>
span { border-color: #01F84A; }
span { border-color: rgb(1,248,74); }
td.TdClassName
{
border-color: #01F84A;
}
.TagClassName
{
border-color: #01F84A;
}
</style>