Shades of Malachite #01F256
Tints of Malachite #01F256
RGB
CMYK
RGB Variations
Color information
#01F256 (or 0x01F256) is known color: Malachite. HEX triplet: 01, F2 and 56. RGB value is (1,242,86). Sum of RGB (Red+Green+Blue) = 1+242+86=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #01F256 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F256 is #FE0DA9. Grayscale: #989898. Windows color (decimal): -16649642 or 5698049. OLE color: 5698049.
HSL color Cylindrical-coordinate representation of color #01F256: hue angle of 141.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F256 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 86 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.05 |
| HSL | 141.16º | 0.99% | 0.48% | - |
| HSV(B) | 141.16º | 1% | 0.95% | - |
| XYZ | 33.44 | 64.18 | 19.43 | - |
| YUV | 152.16 | 90.66 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 86 | 1.00 | 0 | 0.64 | 0.05 | 141.16 | 0.99 | 0.48 |
| Hex | 1 | F2 | 56 | 64 | 0 | 40 | 5 | 8D | 63 | 30 |
| Octal | 1 | 362 | 126 | 144 | 0 | 100 | 5 | 215 | 143 | 60 |
| Binary | 1 | 11110010 | 1010110 | 1100100 | 0 | 1000000 | 101 | 10001101 | 1100011 | 110000 |
Color Harmonies of #01F256
Complementary color
Monochromatic Colors of #01F256
Black with #01F256
Text Example
Text Example
White with #01F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F256; }
p { color: rgb(1,242,86); }
H1.HeaderClassName
{
color: #01F256;
}
.AnyTagClassName
{
color: #01F256;
}
</style>
background-color css
<style>
a { background-color: #01F256; }
a { background-color: rgb(1,242,86); }
div.DivClassName
{
background-color: #01F256;
}
.BgClassName
{
background-color: #01F256;
}
</style>
border-color css
<style>
span { border-color: #01F256; }
span { border-color: rgb(1,242,86); }
td.TdClassName
{
border-color: #01F256;
}
.TagClassName
{
border-color: #01F256;
}
</style>