Shades of Shamrock #1EDC7A
Tints of Shamrock #1EDC7A
RGB
CMYK
RGB Variations
Color information
#1EDC7A (or 0x1EDC7A) is known color: Shamrock. HEX triplet: 1E, DC and 7A. RGB value is (30,220,122). Sum of RGB (Red+Green+Blue) = 30+220+122=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC7A is #E12385. Grayscale: #989898. Windows color (decimal): -14754694 or 8051742. OLE color: 8051742.
HSL color Cylindrical-coordinate representation of color #1EDC7A: hue angle of 149.05º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC7A is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 122 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.14 |
| HSL | 149.05º | 0.76% | 0.49% | - |
| HSV(B) | 149.05º | 0.86% | 0.86% | - |
| XYZ | 29.64 | 52.87 | 27.05 | - |
| YUV | 152.02 | 111.05 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 122 | 0.86 | 0 | 0.45 | 0.14 | 149.05 | 0.76 | 0.49 |
| Hex | 1E | DC | 7A | 56 | 0 | 2D | E | 95 | 4C | 31 |
| Octal | 36 | 334 | 172 | 126 | 0 | 55 | 16 | 225 | 114 | 61 |
| Binary | 11110 | 11011100 | 1111010 | 1010110 | 0 | 101101 | 1110 | 10010101 | 1001100 | 110001 |
Color Harmonies of #1EDC7A
Complementary color
Monochromatic Colors of #1EDC7A
Black with #1EDC7A
Text Example
Text Example
White with #1EDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC7A; }
p { color: rgb(30,220,122); }
H1.HeaderClassName
{
color: #1EDC7A;
}
.AnyTagClassName
{
color: #1EDC7A;
}
</style>
background-color css
<style>
a { background-color: #1EDC7A; }
a { background-color: rgb(30,220,122); }
div.DivClassName
{
background-color: #1EDC7A;
}
.BgClassName
{
background-color: #1EDC7A;
}
</style>
border-color css
<style>
span { border-color: #1EDC7A; }
span { border-color: rgb(30,220,122); }
td.TdClassName
{
border-color: #1EDC7A;
}
.TagClassName
{
border-color: #1EDC7A;
}
</style>