Shades of Malachite #1FF260
Tints of Malachite #1FF260
RGB
CMYK
RGB Variations
Color information
#1FF260 (or 0x1FF260) is known color: Malachite. HEX triplet: 1F, F2 and 60. RGB value is (31,242,96). Sum of RGB (Red+Green+Blue) = 31+242+96=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF260 is #E00D9F. Grayscale: #A2A2A2. Windows color (decimal): -14683552 or 6353439. OLE color: 6353439.
HSL color Cylindrical-coordinate representation of color #1FF260: hue angle of 138.48º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF260 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 96 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.05 |
| HSL | 138.48º | 0.89% | 0.54% | - |
| HSV(B) | 138.48º | 0.87% | 0.95% | - |
| XYZ | 34.43 | 64.64 | 21.73 | - |
| YUV | 162.27 | 90.6 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 96 | 0.87 | 0 | 0.60 | 0.05 | 138.48 | 0.89 | 0.54 |
| Hex | 1F | F2 | 60 | 57 | 0 | 3C | 5 | 8A | 59 | 36 |
| Octal | 37 | 362 | 140 | 127 | 0 | 74 | 5 | 212 | 131 | 66 |
| Binary | 11111 | 11110010 | 1100000 | 1010111 | 0 | 111100 | 101 | 10001010 | 1011001 | 110110 |
Color Harmonies of #1FF260
Complementary color
Monochromatic Colors of #1FF260
Black with #1FF260
Text Example
Text Example
White with #1FF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF260; }
p { color: rgb(31,242,96); }
H1.HeaderClassName
{
color: #1FF260;
}
.AnyTagClassName
{
color: #1FF260;
}
</style>
background-color css
<style>
a { background-color: #1FF260; }
a { background-color: rgb(31,242,96); }
div.DivClassName
{
background-color: #1FF260;
}
.BgClassName
{
background-color: #1FF260;
}
</style>
border-color css
<style>
span { border-color: #1FF260; }
span { border-color: rgb(31,242,96); }
td.TdClassName
{
border-color: #1FF260;
}
.TagClassName
{
border-color: #1FF260;
}
</style>