Shades of Malachite #01F155
Tints of Malachite #01F155
RGB
CMYK
RGB Variations
Color information
#01F155 (or 0x01F155) is known color: Malachite. HEX triplet: 01, F1 and 55. RGB value is (1,241,85). Sum of RGB (Red+Green+Blue) = 1+241+85=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #01F155 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F155 is #FE0EAA. Grayscale: #979797. Windows color (decimal): -16649899 or 5632257. OLE color: 5632257.
HSL color Cylindrical-coordinate representation of color #01F155: hue angle of 141º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F155 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 85 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.05 |
| HSL | 141º | 0.99% | 0.47% | - |
| HSV(B) | 141º | 1% | 0.95% | - |
| XYZ | 33.11 | 63.57 | 19.12 | - |
| YUV | 151.46 | 90.49 | 20.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 85 | 1.00 | 0 | 0.65 | 0.05 | 141 | 0.99 | 0.47 |
| Hex | 1 | F1 | 55 | 64 | 0 | 41 | 5 | 8D | 63 | 2F |
| Octal | 1 | 361 | 125 | 144 | 0 | 101 | 5 | 215 | 143 | 57 |
| Binary | 1 | 11110001 | 1010101 | 1100100 | 0 | 1000001 | 101 | 10001101 | 1100011 | 101111 |
Color Harmonies of #01F155
Complementary color
Monochromatic Colors of #01F155
Black with #01F155
Text Example
Text Example
White with #01F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F155; }
p { color: rgb(1,241,85); }
H1.HeaderClassName
{
color: #01F155;
}
.AnyTagClassName
{
color: #01F155;
}
</style>
background-color css
<style>
a { background-color: #01F155; }
a { background-color: rgb(1,241,85); }
div.DivClassName
{
background-color: #01F155;
}
.BgClassName
{
background-color: #01F155;
}
</style>
border-color css
<style>
span { border-color: #01F155; }
span { border-color: rgb(1,241,85); }
td.TdClassName
{
border-color: #01F155;
}
.TagClassName
{
border-color: #01F155;
}
</style>