Shades of Malachite #01F64A
Tints of Malachite #01F64A
RGB
CMYK
RGB Variations
Color information
#01F64A (or 0x01F64A) is known color: Malachite. HEX triplet: 01, F6 and 4A. RGB value is (1,246,74). Sum of RGB (Red+Green+Blue) = 1+246+74=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 246 (96.48% from 255 or 76.64% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 246 - color contains mainly: green. Hex color #01F64A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F64A is #FE09B5. Grayscale: #999999. Windows color (decimal): -16648630 or 4912641. OLE color: 4912641.
HSL color Cylindrical-coordinate representation of color #01F64A: hue angle of 137.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F64A is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 246 | 74 | - |
| CMYK | 1.00 | 0 | 0.70 | 0.04 |
| HSL | 137.88º | 0.99% | 0.48% | - |
| HSV(B) | 137.88º | 1% | 0.96% | - |
| XYZ | 34.2 | 66.41 | 17.49 | - |
| YUV | 153.14 | 83.33 | 19.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 246 | 74 | 1.00 | 0 | 0.70 | 0.04 | 137.88 | 0.99 | 0.48 |
| Hex | 1 | F6 | 4A | 64 | 0 | 46 | 4 | 8A | 63 | 30 |
| Octal | 1 | 366 | 112 | 144 | 0 | 106 | 4 | 212 | 143 | 60 |
| Binary | 1 | 11110110 | 1001010 | 1100100 | 0 | 1000110 | 100 | 10001010 | 1100011 | 110000 |
Color Harmonies of #01F64A
Complementary color
Monochromatic Colors of #01F64A
Black with #01F64A
Text Example
Text Example
White with #01F64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F64A; }
p { color: rgb(1,246,74); }
H1.HeaderClassName
{
color: #01F64A;
}
.AnyTagClassName
{
color: #01F64A;
}
</style>
background-color css
<style>
a { background-color: #01F64A; }
a { background-color: rgb(1,246,74); }
div.DivClassName
{
background-color: #01F64A;
}
.BgClassName
{
background-color: #01F64A;
}
</style>
border-color css
<style>
span { border-color: #01F64A; }
span { border-color: rgb(1,246,74); }
td.TdClassName
{
border-color: #01F64A;
}
.TagClassName
{
border-color: #01F64A;
}
</style>