Shades of Shamrock #1ED98E
Tints of Shamrock #1ED98E
RGB
CMYK
RGB Variations
Color information
#1ED98E (or 0x1ED98E) is known color: Shamrock. HEX triplet: 1E, D9 and 8E. RGB value is (30,217,142). Sum of RGB (Red+Green+Blue) = 30+217+142=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED98E is #E12671. Grayscale: #989898. Windows color (decimal): -14755442 or 9361694. OLE color: 9361694.
HSL color Cylindrical-coordinate representation of color #1ED98E: hue angle of 155.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED98E is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 142 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.15 |
| HSL | 155.94º | 0.76% | 0.48% | - |
| HSV(B) | 155.94º | 0.86% | 0.85% | - |
| XYZ | 30.23 | 51.85 | 34.01 | - |
| YUV | 152.54 | 122.05 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 142 | 0.86 | 0 | 0.35 | 0.15 | 155.94 | 0.76 | 0.48 |
| Hex | 1E | D9 | 8E | 56 | 0 | 23 | F | 9C | 4C | 30 |
| Octal | 36 | 331 | 216 | 126 | 0 | 43 | 17 | 234 | 114 | 60 |
| Binary | 11110 | 11011001 | 10001110 | 1010110 | 0 | 100011 | 1111 | 10011100 | 1001100 | 110000 |
Color Harmonies of #1ED98E
Complementary color
Monochromatic Colors of #1ED98E
Black with #1ED98E
Text Example
Text Example
White with #1ED98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED98E; }
p { color: rgb(30,217,142); }
H1.HeaderClassName
{
color: #1ED98E;
}
.AnyTagClassName
{
color: #1ED98E;
}
</style>
background-color css
<style>
a { background-color: #1ED98E; }
a { background-color: rgb(30,217,142); }
div.DivClassName
{
background-color: #1ED98E;
}
.BgClassName
{
background-color: #1ED98E;
}
</style>
border-color css
<style>
span { border-color: #1ED98E; }
span { border-color: rgb(30,217,142); }
td.TdClassName
{
border-color: #1ED98E;
}
.TagClassName
{
border-color: #1ED98E;
}
</style>