Shades of Malachite #01F04A
Tints of Malachite #01F04A
RGB
CMYK
RGB Variations
Color information
#01F04A (or 0x01F04A) is known color: Malachite. HEX triplet: 01, F0 and 4A. RGB value is (1,240,74). Sum of RGB (Red+Green+Blue) = 1+240+74=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #01F04A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F04A is #FE0FB5. Grayscale: #969696. Windows color (decimal): -16650166 or 4911105. OLE color: 4911105.
HSL color Cylindrical-coordinate representation of color #01F04A: hue angle of 138.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F04A is Cyan = 1.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 74 | - |
| CMYK | 1.00 | 0 | 0.69 | 0.06 |
| HSL | 138.33º | 0.99% | 0.47% | - |
| HSV(B) | 138.33º | 1% | 0.94% | - |
| XYZ | 32.41 | 62.82 | 16.9 | - |
| YUV | 149.62 | 85.32 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 74 | 1.00 | 0 | 0.69 | 0.06 | 138.33 | 0.99 | 0.47 |
| Hex | 1 | F0 | 4A | 64 | 0 | 45 | 6 | 8A | 63 | 2F |
| Octal | 1 | 360 | 112 | 144 | 0 | 105 | 6 | 212 | 143 | 57 |
| Binary | 1 | 11110000 | 1001010 | 1100100 | 0 | 1000101 | 110 | 10001010 | 1100011 | 101111 |
Color Harmonies of #01F04A
Complementary color
Monochromatic Colors of #01F04A
Black with #01F04A
Text Example
Text Example
White with #01F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F04A; }
p { color: rgb(1,240,74); }
H1.HeaderClassName
{
color: #01F04A;
}
.AnyTagClassName
{
color: #01F04A;
}
</style>
background-color css
<style>
a { background-color: #01F04A; }
a { background-color: rgb(1,240,74); }
div.DivClassName
{
background-color: #01F04A;
}
.BgClassName
{
background-color: #01F04A;
}
</style>
border-color css
<style>
span { border-color: #01F04A; }
span { border-color: rgb(1,240,74); }
td.TdClassName
{
border-color: #01F04A;
}
.TagClassName
{
border-color: #01F04A;
}
</style>