Shades of Malachite #1FF168
Tints of Malachite #1FF168
RGB
CMYK
RGB Variations
Color information
#1FF168 (or 0x1FF168) is known color: Malachite. HEX triplet: 1F, F1 and 68. RGB value is (31,241,104). Sum of RGB (Red+Green+Blue) = 31+241+104=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF168 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF168 is #E00E97. Grayscale: #A2A2A2. Windows color (decimal): -14683800 or 6877471. OLE color: 6877471.
HSL color Cylindrical-coordinate representation of color #1FF168: hue angle of 140.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF168 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 104 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.05 |
| HSL | 140.86º | 0.88% | 0.53% | - |
| HSV(B) | 140.86º | 0.87% | 0.95% | - |
| XYZ | 34.52 | 64.2 | 23.67 | - |
| YUV | 162.59 | 94.93 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 104 | 0.87 | 0 | 0.57 | 0.05 | 140.86 | 0.88 | 0.53 |
| Hex | 1F | F1 | 68 | 57 | 0 | 39 | 5 | 8D | 58 | 35 |
| Octal | 37 | 361 | 150 | 127 | 0 | 71 | 5 | 215 | 130 | 65 |
| Binary | 11111 | 11110001 | 1101000 | 1010111 | 0 | 111001 | 101 | 10001101 | 1011000 | 110101 |
Color Harmonies of #1FF168
Complementary color
Monochromatic Colors of #1FF168
Black with #1FF168
Text Example
Text Example
White with #1FF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF168; }
p { color: rgb(31,241,104); }
H1.HeaderClassName
{
color: #1FF168;
}
.AnyTagClassName
{
color: #1FF168;
}
</style>
background-color css
<style>
a { background-color: #1FF168; }
a { background-color: rgb(31,241,104); }
div.DivClassName
{
background-color: #1FF168;
}
.BgClassName
{
background-color: #1FF168;
}
</style>
border-color css
<style>
span { border-color: #1FF168; }
span { border-color: rgb(31,241,104); }
td.TdClassName
{
border-color: #1FF168;
}
.TagClassName
{
border-color: #1FF168;
}
</style>