Shades of Shamrock #1FE1A2
Tints of Shamrock #1FE1A2
RGB
CMYK
RGB Variations
Color information
#1FE1A2 (or 0x1FE1A2) is known color: Shamrock. HEX triplet: 1F, E1 and A2. RGB value is (31,225,162). Sum of RGB (Red+Green+Blue) = 31+225+162=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE1A2 is #E01E5D. Grayscale: #9F9F9F. Windows color (decimal): -14687838 or 10674463. OLE color: 10674463.
HSL color Cylindrical-coordinate representation of color #1FE1A2: hue angle of 160.52º 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 #1FE1A2 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 162 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.12 |
| HSL | 160.52º | 0.76% | 0.5% | - |
| HSV(B) | 160.52º | 0.86% | 0.88% | - |
| XYZ | 34.01 | 56.75 | 43.34 | - |
| YUV | 159.81 | 129.23 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 162 | 0.86 | 0 | 0.28 | 0.12 | 160.52 | 0.76 | 0.5 |
| Hex | 1F | E1 | A2 | 56 | 0 | 1C | C | A1 | 4C | 32 |
| Octal | 37 | 341 | 242 | 126 | 0 | 34 | 14 | 241 | 114 | 62 |
| Binary | 11111 | 11100001 | 10100010 | 1010110 | 0 | 11100 | 1100 | 10100001 | 1001100 | 110010 |
Color Harmonies of #1FE1A2
Complementary color
Monochromatic Colors of #1FE1A2
Black with #1FE1A2
Text Example
Text Example
White with #1FE1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1A2; }
p { color: rgb(31,225,162); }
H1.HeaderClassName
{
color: #1FE1A2;
}
.AnyTagClassName
{
color: #1FE1A2;
}
</style>
background-color css
<style>
a { background-color: #1FE1A2; }
a { background-color: rgb(31,225,162); }
div.DivClassName
{
background-color: #1FE1A2;
}
.BgClassName
{
background-color: #1FE1A2;
}
</style>
border-color css
<style>
span { border-color: #1FE1A2; }
span { border-color: rgb(31,225,162); }
td.TdClassName
{
border-color: #1FE1A2;
}
.TagClassName
{
border-color: #1FE1A2;
}
</style>