Shades of Shamrock #1ED97C
Tints of Shamrock #1ED97C
RGB
CMYK
RGB Variations
Color information
#1ED97C (or 0x1ED97C) is known color: Shamrock. HEX triplet: 1E, D9 and 7C. RGB value is (30,217,124). Sum of RGB (Red+Green+Blue) = 30+217+124=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED97C is #E12683. Grayscale: #969696. Windows color (decimal): -14755460 or 8182046. OLE color: 8182046.
HSL color Cylindrical-coordinate representation of color #1ED97C: hue angle of 150.16º 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 #1ED97C is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 124 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.15 |
| HSL | 150.16º | 0.76% | 0.48% | - |
| HSV(B) | 150.16º | 0.86% | 0.85% | - |
| XYZ | 28.99 | 51.36 | 27.45 | - |
| YUV | 150.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 124 | 0.86 | 0 | 0.43 | 0.15 | 150.16 | 0.76 | 0.48 |
| Hex | 1E | D9 | 7C | 56 | 0 | 2B | F | 96 | 4C | 30 |
| Octal | 36 | 331 | 174 | 126 | 0 | 53 | 17 | 226 | 114 | 60 |
| Binary | 11110 | 11011001 | 1111100 | 1010110 | 0 | 101011 | 1111 | 10010110 | 1001100 | 110000 |
Color Harmonies of #1ED97C
Complementary color
Monochromatic Colors of #1ED97C
Black with #1ED97C
Text Example
Text Example
White with #1ED97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED97C; }
p { color: rgb(30,217,124); }
H1.HeaderClassName
{
color: #1ED97C;
}
.AnyTagClassName
{
color: #1ED97C;
}
</style>
background-color css
<style>
a { background-color: #1ED97C; }
a { background-color: rgb(30,217,124); }
div.DivClassName
{
background-color: #1ED97C;
}
.BgClassName
{
background-color: #1ED97C;
}
</style>
border-color css
<style>
span { border-color: #1ED97C; }
span { border-color: rgb(30,217,124); }
td.TdClassName
{
border-color: #1ED97C;
}
.TagClassName
{
border-color: #1ED97C;
}
</style>