Shades of Shamrock #1FE1A6
Tints of Shamrock #1FE1A6
RGB
CMYK
RGB Variations
Color information
#1FE1A6 (or 0x1FE1A6) is known color: Shamrock. HEX triplet: 1F, E1 and A6. RGB value is (31,225,166). Sum of RGB (Red+Green+Blue) = 31+225+166=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE1A6 is #E01E59. Grayscale: #A0A0A0. Windows color (decimal): -14687834 or 10936607. OLE color: 10936607.
HSL color Cylindrical-coordinate representation of color #1FE1A6: hue angle of 161.75º 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 #1FE1A6 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 166 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.12 |
| HSL | 161.75º | 0.76% | 0.5% | - |
| HSV(B) | 161.75º | 0.86% | 0.88% | - |
| XYZ | 34.37 | 56.89 | 45.25 | - |
| YUV | 160.27 | 131.23 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 166 | 0.86 | 0 | 0.26 | 0.12 | 161.75 | 0.76 | 0.5 |
| Hex | 1F | E1 | A6 | 56 | 0 | 1A | C | A2 | 4C | 32 |
| Octal | 37 | 341 | 246 | 126 | 0 | 32 | 14 | 242 | 114 | 62 |
| Binary | 11111 | 11100001 | 10100110 | 1010110 | 0 | 11010 | 1100 | 10100010 | 1001100 | 110010 |
Color Harmonies of #1FE1A6
Complementary color
Monochromatic Colors of #1FE1A6
Black with #1FE1A6
Text Example
Text Example
White with #1FE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1A6; }
p { color: rgb(31,225,166); }
H1.HeaderClassName
{
color: #1FE1A6;
}
.AnyTagClassName
{
color: #1FE1A6;
}
</style>
background-color css
<style>
a { background-color: #1FE1A6; }
a { background-color: rgb(31,225,166); }
div.DivClassName
{
background-color: #1FE1A6;
}
.BgClassName
{
background-color: #1FE1A6;
}
</style>
border-color css
<style>
span { border-color: #1FE1A6; }
span { border-color: rgb(31,225,166); }
td.TdClassName
{
border-color: #1FE1A6;
}
.TagClassName
{
border-color: #1FE1A6;
}
</style>