Shades of Shamrock #1EC49F
Tints of Shamrock #1EC49F
RGB
CMYK
RGB Variations
Color information
#1EC49F (or 0x1EC49F) is known color: Shamrock. HEX triplet: 1E, C4 and 9F. RGB value is (30,196,159). Sum of RGB (Red+Green+Blue) = 30+196+159=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC49F is #E13B60. Grayscale: #8E8E8E. Windows color (decimal): -14760801 or 10470430. OLE color: 10470430.
HSL color Cylindrical-coordinate representation of color #1EC49F: hue angle of 166.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC49F is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 159 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.23 |
| HSL | 166.63º | 0.73% | 0.44% | - |
| HSV(B) | 166.63º | 0.85% | 0.77% | - |
| XYZ | 26.53 | 42.26 | 39.56 | - |
| YUV | 142.15 | 137.5 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 159 | 0.85 | 0 | 0.19 | 0.23 | 166.63 | 0.73 | 0.44 |
| Hex | 1E | C4 | 9F | 55 | 0 | 13 | 17 | A7 | 49 | 2C |
| Octal | 36 | 304 | 237 | 125 | 0 | 23 | 27 | 247 | 111 | 54 |
| Binary | 11110 | 11000100 | 10011111 | 1010101 | 0 | 10011 | 10111 | 10100111 | 1001001 | 101100 |
Color Harmonies of #1EC49F
Complementary color
Monochromatic Colors of #1EC49F
Black with #1EC49F
Text Example
Text Example
White with #1EC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC49F; }
p { color: rgb(30,196,159); }
H1.HeaderClassName
{
color: #1EC49F;
}
.AnyTagClassName
{
color: #1EC49F;
}
</style>
background-color css
<style>
a { background-color: #1EC49F; }
a { background-color: rgb(30,196,159); }
div.DivClassName
{
background-color: #1EC49F;
}
.BgClassName
{
background-color: #1EC49F;
}
</style>
border-color css
<style>
span { border-color: #1EC49F; }
span { border-color: rgb(30,196,159); }
td.TdClassName
{
border-color: #1EC49F;
}
.TagClassName
{
border-color: #1EC49F;
}
</style>