Shades of Malachite #01F63C
Tints of Malachite #01F63C
RGB
CMYK
RGB Variations
Color information
#01F63C (or 0x01F63C) is known color: Malachite. HEX triplet: 01, F6 and 3C. RGB value is (1,246,60). Sum of RGB (Red+Green+Blue) = 1+246+60=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 246 (96.48% from 255 or 80.13% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 246 - color contains mainly: green. Hex color #01F63C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F63C is #FE09C3. Grayscale: #989898. Windows color (decimal): -16648644 or 3995137. OLE color: 3995137.
HSL color Cylindrical-coordinate representation of color #01F63C: hue angle of 134.45º 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 #01F63C is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 246 | 60 | - |
| CMYK | 1.00 | 0 | 0.76 | 0.04 |
| HSL | 134.45º | 0.99% | 0.48% | - |
| HSV(B) | 134.45º | 1% | 0.96% | - |
| XYZ | 33.78 | 66.24 | 15.28 | - |
| YUV | 151.54 | 76.33 | 20.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 246 | 60 | 1.00 | 0 | 0.76 | 0.04 | 134.45 | 0.99 | 0.48 |
| Hex | 1 | F6 | 3C | 64 | 0 | 4C | 4 | 86 | 63 | 30 |
| Octal | 1 | 366 | 74 | 144 | 0 | 114 | 4 | 206 | 143 | 60 |
| Binary | 1 | 11110110 | 111100 | 1100100 | 0 | 1001100 | 100 | 10000110 | 1100011 | 110000 |
Color Harmonies of #01F63C
Complementary color
Monochromatic Colors of #01F63C
Black with #01F63C
Text Example
Text Example
White with #01F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F63C; }
p { color: rgb(1,246,60); }
H1.HeaderClassName
{
color: #01F63C;
}
.AnyTagClassName
{
color: #01F63C;
}
</style>
background-color css
<style>
a { background-color: #01F63C; }
a { background-color: rgb(1,246,60); }
div.DivClassName
{
background-color: #01F63C;
}
.BgClassName
{
background-color: #01F63C;
}
</style>
border-color css
<style>
span { border-color: #01F63C; }
span { border-color: rgb(1,246,60); }
td.TdClassName
{
border-color: #01F63C;
}
.TagClassName
{
border-color: #01F63C;
}
</style>