Shades of Shamrock #1FE49C
Tints of Shamrock #1FE49C
RGB
CMYK
RGB Variations
Color information
#1FE49C (or 0x1FE49C) is known color: Shamrock. HEX triplet: 1F, E4 and 9C. RGB value is (31,228,156). Sum of RGB (Red+Green+Blue) = 31+228+156=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE49C is #E01B63. Grayscale: #A0A0A0. Windows color (decimal): -14687076 or 10282015. OLE color: 10282015.
HSL color Cylindrical-coordinate representation of color #1FE49C: hue angle of 158.07º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE49C is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 156 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.11 |
| HSL | 158.07º | 0.78% | 0.51% | - |
| HSV(B) | 158.07º | 0.86% | 0.89% | - |
| XYZ | 34.31 | 58.18 | 40.87 | - |
| YUV | 160.89 | 125.23 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 156 | 0.86 | 0 | 0.32 | 0.11 | 158.07 | 0.78 | 0.51 |
| Hex | 1F | E4 | 9C | 56 | 0 | 20 | B | 9E | 4E | 33 |
| Octal | 37 | 344 | 234 | 126 | 0 | 40 | 13 | 236 | 116 | 63 |
| Binary | 11111 | 11100100 | 10011100 | 1010110 | 0 | 100000 | 1011 | 10011110 | 1001110 | 110011 |
Color Harmonies of #1FE49C
Complementary color
Monochromatic Colors of #1FE49C
Black with #1FE49C
Text Example
Text Example
White with #1FE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE49C; }
p { color: rgb(31,228,156); }
H1.HeaderClassName
{
color: #1FE49C;
}
.AnyTagClassName
{
color: #1FE49C;
}
</style>
background-color css
<style>
a { background-color: #1FE49C; }
a { background-color: rgb(31,228,156); }
div.DivClassName
{
background-color: #1FE49C;
}
.BgClassName
{
background-color: #1FE49C;
}
</style>
border-color css
<style>
span { border-color: #1FE49C; }
span { border-color: rgb(31,228,156); }
td.TdClassName
{
border-color: #1FE49C;
}
.TagClassName
{
border-color: #1FE49C;
}
</style>