Shades of Shamrock #1FE49F
Tints of Shamrock #1FE49F
RGB
CMYK
RGB Variations
Color information
#1FE49F (or 0x1FE49F) is known color: Shamrock. HEX triplet: 1F, E4 and 9F. RGB value is (31,228,159). Sum of RGB (Red+Green+Blue) = 31+228+159=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE49F is #E01B60. Grayscale: #A1A1A1. Windows color (decimal): -14687073 or 10478623. OLE color: 10478623.
HSL color Cylindrical-coordinate representation of color #1FE49F: hue angle of 158.98º 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 #1FE49F is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 159 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.11 |
| HSL | 158.98º | 0.78% | 0.51% | - |
| HSV(B) | 158.98º | 0.86% | 0.89% | - |
| XYZ | 34.57 | 58.28 | 42.23 | - |
| YUV | 161.23 | 126.73 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 159 | 0.86 | 0 | 0.30 | 0.11 | 158.98 | 0.78 | 0.51 |
| Hex | 1F | E4 | 9F | 56 | 0 | 1E | B | 9F | 4E | 33 |
| Octal | 37 | 344 | 237 | 126 | 0 | 36 | 13 | 237 | 116 | 63 |
| Binary | 11111 | 11100100 | 10011111 | 1010110 | 0 | 11110 | 1011 | 10011111 | 1001110 | 110011 |
Color Harmonies of #1FE49F
Complementary color
Monochromatic Colors of #1FE49F
Black with #1FE49F
Text Example
Text Example
White with #1FE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE49F; }
p { color: rgb(31,228,159); }
H1.HeaderClassName
{
color: #1FE49F;
}
.AnyTagClassName
{
color: #1FE49F;
}
</style>
background-color css
<style>
a { background-color: #1FE49F; }
a { background-color: rgb(31,228,159); }
div.DivClassName
{
background-color: #1FE49F;
}
.BgClassName
{
background-color: #1FE49F;
}
</style>
border-color css
<style>
span { border-color: #1FE49F; }
span { border-color: rgb(31,228,159); }
td.TdClassName
{
border-color: #1FE49F;
}
.TagClassName
{
border-color: #1FE49F;
}
</style>