Shades of Shamrock #1EC49A
Tints of Shamrock #1EC49A
RGB
CMYK
RGB Variations
Color information
#1EC49A (or 0x1EC49A) is known color: Shamrock. HEX triplet: 1E, C4 and 9A. RGB value is (30,196,154). Sum of RGB (Red+Green+Blue) = 30+196+154=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC49A is #E13B65. Grayscale: #8D8D8D. Windows color (decimal): -14760806 or 10142750. OLE color: 10142750.
HSL color Cylindrical-coordinate representation of color #1EC49A: hue angle of 164.82º 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 #1EC49A is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 154 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.23 |
| HSL | 164.82º | 0.73% | 0.44% | - |
| HSV(B) | 164.82º | 0.85% | 0.77% | - |
| XYZ | 26.11 | 42.09 | 37.32 | - |
| YUV | 141.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 154 | 0.85 | 0 | 0.21 | 0.23 | 164.82 | 0.73 | 0.44 |
| Hex | 1E | C4 | 9A | 55 | 0 | 15 | 17 | A5 | 49 | 2C |
| Octal | 36 | 304 | 232 | 125 | 0 | 25 | 27 | 245 | 111 | 54 |
| Binary | 11110 | 11000100 | 10011010 | 1010101 | 0 | 10101 | 10111 | 10100101 | 1001001 | 101100 |
Color Harmonies of #1EC49A
Complementary color
Monochromatic Colors of #1EC49A
Black with #1EC49A
Text Example
Text Example
White with #1EC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC49A; }
p { color: rgb(30,196,154); }
H1.HeaderClassName
{
color: #1EC49A;
}
.AnyTagClassName
{
color: #1EC49A;
}
</style>
background-color css
<style>
a { background-color: #1EC49A; }
a { background-color: rgb(30,196,154); }
div.DivClassName
{
background-color: #1EC49A;
}
.BgClassName
{
background-color: #1EC49A;
}
</style>
border-color css
<style>
span { border-color: #1EC49A; }
span { border-color: rgb(30,196,154); }
td.TdClassName
{
border-color: #1EC49A;
}
.TagClassName
{
border-color: #1EC49A;
}
</style>