Shades of Shamrock #1FE084
Tints of Shamrock #1FE084
RGB
CMYK
RGB Variations
Color information
#1FE084 (or 0x1FE084) is known color: Shamrock. HEX triplet: 1F, E0 and 84. RGB value is (31,224,132). Sum of RGB (Red+Green+Blue) = 31+224+132=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE084 is #E01F7B. Grayscale: #9B9B9B. Windows color (decimal): -14688124 or 8708127. OLE color: 8708127.
HSL color Cylindrical-coordinate representation of color #1FE084: hue angle of 151.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE084 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 132 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.12 |
| HSL | 151.4º | 0.76% | 0.5% | - |
| HSV(B) | 151.4º | 0.86% | 0.88% | - |
| XYZ | 31.39 | 55.27 | 30.84 | - |
| YUV | 155.81 | 114.56 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 132 | 0.86 | 0 | 0.41 | 0.12 | 151.4 | 0.76 | 0.5 |
| Hex | 1F | E0 | 84 | 56 | 0 | 29 | C | 97 | 4C | 32 |
| Octal | 37 | 340 | 204 | 126 | 0 | 51 | 14 | 227 | 114 | 62 |
| Binary | 11111 | 11100000 | 10000100 | 1010110 | 0 | 101001 | 1100 | 10010111 | 1001100 | 110010 |
Color Harmonies of #1FE084
Complementary color
Monochromatic Colors of #1FE084
Black with #1FE084
Text Example
Text Example
White with #1FE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE084; }
p { color: rgb(31,224,132); }
H1.HeaderClassName
{
color: #1FE084;
}
.AnyTagClassName
{
color: #1FE084;
}
</style>
background-color css
<style>
a { background-color: #1FE084; }
a { background-color: rgb(31,224,132); }
div.DivClassName
{
background-color: #1FE084;
}
.BgClassName
{
background-color: #1FE084;
}
</style>
border-color css
<style>
span { border-color: #1FE084; }
span { border-color: rgb(31,224,132); }
td.TdClassName
{
border-color: #1FE084;
}
.TagClassName
{
border-color: #1FE084;
}
</style>