Shades of Shamrock #1EDE98
Tints of Shamrock #1EDE98
RGB
CMYK
RGB Variations
Color information
#1EDE98 (or 0x1EDE98) is known color: Shamrock. HEX triplet: 1E, DE and 98. RGB value is (30,222,152). Sum of RGB (Red+Green+Blue) = 30+222+152=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDE98 is #E12167. Grayscale: #9C9C9C. Windows color (decimal): -14754152 or 10018334. OLE color: 10018334.
HSL color Cylindrical-coordinate representation of color #1EDE98: hue angle of 158.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE98 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 152 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.13 |
| HSL | 158.13º | 0.76% | 0.49% | - |
| HSV(B) | 158.13º | 0.86% | 0.87% | - |
| XYZ | 32.32 | 54.79 | 38.58 | - |
| YUV | 156.61 | 125.39 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 152 | 0.86 | 0 | 0.32 | 0.13 | 158.13 | 0.76 | 0.49 |
| Hex | 1E | DE | 98 | 56 | 0 | 20 | D | 9E | 4C | 31 |
| Octal | 36 | 336 | 230 | 126 | 0 | 40 | 15 | 236 | 114 | 61 |
| Binary | 11110 | 11011110 | 10011000 | 1010110 | 0 | 100000 | 1101 | 10011110 | 1001100 | 110001 |
Color Harmonies of #1EDE98
Complementary color
Monochromatic Colors of #1EDE98
Black with #1EDE98
Text Example
Text Example
White with #1EDE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE98; }
p { color: rgb(30,222,152); }
H1.HeaderClassName
{
color: #1EDE98;
}
.AnyTagClassName
{
color: #1EDE98;
}
</style>
background-color css
<style>
a { background-color: #1EDE98; }
a { background-color: rgb(30,222,152); }
div.DivClassName
{
background-color: #1EDE98;
}
.BgClassName
{
background-color: #1EDE98;
}
</style>
border-color css
<style>
span { border-color: #1EDE98; }
span { border-color: rgb(30,222,152); }
td.TdClassName
{
border-color: #1EDE98;
}
.TagClassName
{
border-color: #1EDE98;
}
</style>