Shades of Shamrock #1EC498
Tints of Shamrock #1EC498
RGB
CMYK
RGB Variations
Color information
#1EC498 (or 0x1EC498) is known color: Shamrock. HEX triplet: 1E, C4 and 98. RGB value is (30,196,152). Sum of RGB (Red+Green+Blue) = 30+196+152=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC498 is #E13B67. Grayscale: #8D8D8D. Windows color (decimal): -14760808 or 10011678. OLE color: 10011678.
HSL color Cylindrical-coordinate representation of color #1EC498: hue angle of 164.1º 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 #1EC498 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 152 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.23 |
| HSL | 164.1º | 0.73% | 0.44% | - |
| HSV(B) | 164.1º | 0.85% | 0.77% | - |
| XYZ | 25.94 | 42.02 | 36.45 | - |
| YUV | 141.35 | 134 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 152 | 0.85 | 0 | 0.22 | 0.23 | 164.1 | 0.73 | 0.44 |
| Hex | 1E | C4 | 98 | 55 | 0 | 16 | 17 | A4 | 49 | 2C |
| Octal | 36 | 304 | 230 | 125 | 0 | 26 | 27 | 244 | 111 | 54 |
| Binary | 11110 | 11000100 | 10011000 | 1010101 | 0 | 10110 | 10111 | 10100100 | 1001001 | 101100 |
Color Harmonies of #1EC498
Complementary color
Monochromatic Colors of #1EC498
Black with #1EC498
Text Example
Text Example
White with #1EC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC498; }
p { color: rgb(30,196,152); }
H1.HeaderClassName
{
color: #1EC498;
}
.AnyTagClassName
{
color: #1EC498;
}
</style>
background-color css
<style>
a { background-color: #1EC498; }
a { background-color: rgb(30,196,152); }
div.DivClassName
{
background-color: #1EC498;
}
.BgClassName
{
background-color: #1EC498;
}
</style>
border-color css
<style>
span { border-color: #1EC498; }
span { border-color: rgb(30,196,152); }
td.TdClassName
{
border-color: #1EC498;
}
.TagClassName
{
border-color: #1EC498;
}
</style>