Shades of Shamrock #1ED97E
Tints of Shamrock #1ED97E
RGB
CMYK
RGB Variations
Color information
#1ED97E (or 0x1ED97E) is known color: Shamrock. HEX triplet: 1E, D9 and 7E. RGB value is (30,217,126). Sum of RGB (Red+Green+Blue) = 30+217+126=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED97E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED97E is #E12681. Grayscale: #969696. Windows color (decimal): -14755458 or 8313118. OLE color: 8313118.
HSL color Cylindrical-coordinate representation of color #1ED97E: hue angle of 150.8º 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 #1ED97E is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 126 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.15 |
| HSL | 150.8º | 0.76% | 0.48% | - |
| HSV(B) | 150.8º | 0.86% | 0.85% | - |
| XYZ | 29.11 | 51.41 | 28.13 | - |
| YUV | 150.71 | 114.05 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 126 | 0.86 | 0 | 0.42 | 0.15 | 150.8 | 0.76 | 0.48 |
| Hex | 1E | D9 | 7E | 56 | 0 | 2A | F | 97 | 4C | 30 |
| Octal | 36 | 331 | 176 | 126 | 0 | 52 | 17 | 227 | 114 | 60 |
| Binary | 11110 | 11011001 | 1111110 | 1010110 | 0 | 101010 | 1111 | 10010111 | 1001100 | 110000 |
Color Harmonies of #1ED97E
Complementary color
Monochromatic Colors of #1ED97E
Black with #1ED97E
Text Example
Text Example
White with #1ED97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED97E; }
p { color: rgb(30,217,126); }
H1.HeaderClassName
{
color: #1ED97E;
}
.AnyTagClassName
{
color: #1ED97E;
}
</style>
background-color css
<style>
a { background-color: #1ED97E; }
a { background-color: rgb(30,217,126); }
div.DivClassName
{
background-color: #1ED97E;
}
.BgClassName
{
background-color: #1ED97E;
}
</style>
border-color css
<style>
span { border-color: #1ED97E; }
span { border-color: rgb(30,217,126); }
td.TdClassName
{
border-color: #1ED97E;
}
.TagClassName
{
border-color: #1ED97E;
}
</style>