Shades of Shamrock #1EDA7D
Tints of Shamrock #1EDA7D
RGB
CMYK
RGB Variations
Color information
#1EDA7D (or 0x1EDA7D) is known color: Shamrock. HEX triplet: 1E, DA and 7D. RGB value is (30,218,125). Sum of RGB (Red+Green+Blue) = 30+218+125=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDA7D is #E12582. Grayscale: #979797. Windows color (decimal): -14755203 or 8247838. OLE color: 8247838.
HSL color Cylindrical-coordinate representation of color #1EDA7D: hue angle of 150.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA7D is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 125 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.15 |
| HSL | 150.32º | 0.76% | 0.49% | - |
| HSV(B) | 150.32º | 0.86% | 0.85% | - |
| XYZ | 29.31 | 51.9 | 27.87 | - |
| YUV | 151.19 | 113.22 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 125 | 0.86 | 0 | 0.43 | 0.15 | 150.32 | 0.76 | 0.49 |
| Hex | 1E | DA | 7D | 56 | 0 | 2B | F | 96 | 4C | 31 |
| Octal | 36 | 332 | 175 | 126 | 0 | 53 | 17 | 226 | 114 | 61 |
| Binary | 11110 | 11011010 | 1111101 | 1010110 | 0 | 101011 | 1111 | 10010110 | 1001100 | 110001 |
Color Harmonies of #1EDA7D
Complementary color
Monochromatic Colors of #1EDA7D
Black with #1EDA7D
Text Example
Text Example
White with #1EDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA7D; }
p { color: rgb(30,218,125); }
H1.HeaderClassName
{
color: #1EDA7D;
}
.AnyTagClassName
{
color: #1EDA7D;
}
</style>
background-color css
<style>
a { background-color: #1EDA7D; }
a { background-color: rgb(30,218,125); }
div.DivClassName
{
background-color: #1EDA7D;
}
.BgClassName
{
background-color: #1EDA7D;
}
</style>
border-color css
<style>
span { border-color: #1EDA7D; }
span { border-color: rgb(30,218,125); }
td.TdClassName
{
border-color: #1EDA7D;
}
.TagClassName
{
border-color: #1EDA7D;
}
</style>