Shades of Shamrock #1EDC7B
Tints of Shamrock #1EDC7B
RGB
CMYK
RGB Variations
Color information
#1EDC7B (or 0x1EDC7B) is known color: Shamrock. HEX triplet: 1E, DC and 7B. RGB value is (30,220,123). Sum of RGB (Red+Green+Blue) = 30+220+123=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC7B is #E12384. Grayscale: #989898. Windows color (decimal): -14754693 or 8117278. OLE color: 8117278.
HSL color Cylindrical-coordinate representation of color #1EDC7B: hue angle of 149.37º 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 #1EDC7B is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 123 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.14 |
| HSL | 149.37º | 0.76% | 0.49% | - |
| HSV(B) | 149.37º | 0.86% | 0.86% | - |
| XYZ | 29.7 | 52.89 | 27.38 | - |
| YUV | 152.13 | 111.55 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 123 | 0.86 | 0 | 0.44 | 0.14 | 149.37 | 0.76 | 0.49 |
| Hex | 1E | DC | 7B | 56 | 0 | 2C | E | 95 | 4C | 31 |
| Octal | 36 | 334 | 173 | 126 | 0 | 54 | 16 | 225 | 114 | 61 |
| Binary | 11110 | 11011100 | 1111011 | 1010110 | 0 | 101100 | 1110 | 10010101 | 1001100 | 110001 |
Color Harmonies of #1EDC7B
Complementary color
Monochromatic Colors of #1EDC7B
Black with #1EDC7B
Text Example
Text Example
White with #1EDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC7B; }
p { color: rgb(30,220,123); }
H1.HeaderClassName
{
color: #1EDC7B;
}
.AnyTagClassName
{
color: #1EDC7B;
}
</style>
background-color css
<style>
a { background-color: #1EDC7B; }
a { background-color: rgb(30,220,123); }
div.DivClassName
{
background-color: #1EDC7B;
}
.BgClassName
{
background-color: #1EDC7B;
}
</style>
border-color css
<style>
span { border-color: #1EDC7B; }
span { border-color: rgb(30,220,123); }
td.TdClassName
{
border-color: #1EDC7B;
}
.TagClassName
{
border-color: #1EDC7B;
}
</style>