Shades of Malachite #01F136
Tints of Malachite #01F136
RGB
CMYK
RGB Variations
Color information
#01F136 (or 0x01F136) is known color: Malachite. HEX triplet: 01, F1 and 36. RGB value is (1,241,54). Sum of RGB (Red+Green+Blue) = 1+241+54=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 241 (94.53% from 255 or 81.42% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 241 - color contains mainly: green. Hex color #01F136 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F136 is #FE0EC9. Grayscale: #949494. Windows color (decimal): -16649930 or 3600641. OLE color: 3600641.
HSL color Cylindrical-coordinate representation of color #01F136: hue angle of 133.25º 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 #01F136 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 54 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.05 |
| HSL | 133.25º | 0.99% | 0.47% | - |
| HSV(B) | 133.25º | 1% | 0.95% | - |
| XYZ | 32.13 | 63.18 | 13.99 | - |
| YUV | 147.92 | 74.99 | 23.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 54 | 1.00 | 0 | 0.78 | 0.05 | 133.25 | 0.99 | 0.47 |
| Hex | 1 | F1 | 36 | 64 | 0 | 4E | 5 | 85 | 63 | 2F |
| Octal | 1 | 361 | 66 | 144 | 0 | 116 | 5 | 205 | 143 | 57 |
| Binary | 1 | 11110001 | 110110 | 1100100 | 0 | 1001110 | 101 | 10000101 | 1100011 | 101111 |
Color Harmonies of #01F136
Complementary color
Monochromatic Colors of #01F136
Black with #01F136
Text Example
Text Example
White with #01F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F136; }
p { color: rgb(1,241,54); }
H1.HeaderClassName
{
color: #01F136;
}
.AnyTagClassName
{
color: #01F136;
}
</style>
background-color css
<style>
a { background-color: #01F136; }
a { background-color: rgb(1,241,54); }
div.DivClassName
{
background-color: #01F136;
}
.BgClassName
{
background-color: #01F136;
}
</style>
border-color css
<style>
span { border-color: #01F136; }
span { border-color: rgb(1,241,54); }
td.TdClassName
{
border-color: #01F136;
}
.TagClassName
{
border-color: #01F136;
}
</style>