Shades of Malachite #1FF046
Tints of Malachite #1FF046
RGB
CMYK
RGB Variations
Color information
#1FF046 (or 0x1FF046) is known color: Malachite. HEX triplet: 1F, F0 and 46. RGB value is (31,240,70). Sum of RGB (Red+Green+Blue) = 31+240+70=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF046 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF046 is #E00FB9. Grayscale: #9E9E9E. Windows color (decimal): -14684090 or 4648991. OLE color: 4648991.
HSL color Cylindrical-coordinate representation of color #1FF046: hue angle of 131.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF046 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 240 | 70 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.06 |
| HSL | 131.2º | 0.87% | 0.53% | - |
| HSV(B) | 131.2º | 0.87% | 0.94% | - |
| XYZ | 32.83 | 63.05 | 16.23 | - |
| YUV | 158.13 | 78.26 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 240 | 70 | 0.87 | 0 | 0.71 | 0.06 | 131.2 | 0.87 | 0.53 |
| Hex | 1F | F0 | 46 | 57 | 0 | 47 | 6 | 83 | 57 | 35 |
| Octal | 37 | 360 | 106 | 127 | 0 | 107 | 6 | 203 | 127 | 65 |
| Binary | 11111 | 11110000 | 1000110 | 1010111 | 0 | 1000111 | 110 | 10000011 | 1010111 | 110101 |
Color Harmonies of #1FF046
Complementary color
Monochromatic Colors of #1FF046
Black with #1FF046
Text Example
Text Example
White with #1FF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF046; }
p { color: rgb(31,240,70); }
H1.HeaderClassName
{
color: #1FF046;
}
.AnyTagClassName
{
color: #1FF046;
}
</style>
background-color css
<style>
a { background-color: #1FF046; }
a { background-color: rgb(31,240,70); }
div.DivClassName
{
background-color: #1FF046;
}
.BgClassName
{
background-color: #1FF046;
}
</style>
border-color css
<style>
span { border-color: #1FF046; }
span { border-color: rgb(31,240,70); }
td.TdClassName
{
border-color: #1FF046;
}
.TagClassName
{
border-color: #1FF046;
}
</style>