Shades of Shamrock #1FE49B
Tints of Shamrock #1FE49B
RGB
CMYK
RGB Variations
Color information
#1FE49B (or 0x1FE49B) is known color: Shamrock. HEX triplet: 1F, E4 and 9B. RGB value is (31,228,155). Sum of RGB (Red+Green+Blue) = 31+228+155=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE49B is #E01B64. Grayscale: #A0A0A0. Windows color (decimal): -14687077 or 10216479. OLE color: 10216479.
HSL color Cylindrical-coordinate representation of color #1FE49B: hue angle of 157.77º 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 #1FE49B is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 155 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.11 |
| HSL | 157.77º | 0.78% | 0.51% | - |
| HSV(B) | 157.77º | 0.86% | 0.89% | - |
| XYZ | 34.22 | 58.14 | 40.43 | - |
| YUV | 160.78 | 124.73 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 155 | 0.86 | 0 | 0.32 | 0.11 | 157.77 | 0.78 | 0.51 |
| Hex | 1F | E4 | 9B | 56 | 0 | 20 | B | 9E | 4E | 33 |
| Octal | 37 | 344 | 233 | 126 | 0 | 40 | 13 | 236 | 116 | 63 |
| Binary | 11111 | 11100100 | 10011011 | 1010110 | 0 | 100000 | 1011 | 10011110 | 1001110 | 110011 |
Color Harmonies of #1FE49B
Complementary color
Monochromatic Colors of #1FE49B
Black with #1FE49B
Text Example
Text Example
White with #1FE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE49B; }
p { color: rgb(31,228,155); }
H1.HeaderClassName
{
color: #1FE49B;
}
.AnyTagClassName
{
color: #1FE49B;
}
</style>
background-color css
<style>
a { background-color: #1FE49B; }
a { background-color: rgb(31,228,155); }
div.DivClassName
{
background-color: #1FE49B;
}
.BgClassName
{
background-color: #1FE49B;
}
</style>
border-color css
<style>
span { border-color: #1FE49B; }
span { border-color: rgb(31,228,155); }
td.TdClassName
{
border-color: #1FE49B;
}
.TagClassName
{
border-color: #1FE49B;
}
</style>