Shades of Shamrock #1EDC8B
Tints of Shamrock #1EDC8B
RGB
CMYK
RGB Variations
Color information
#1EDC8B (or 0x1EDC8B) is known color: Shamrock. HEX triplet: 1E, DC and 8B. RGB value is (30,220,139). Sum of RGB (Red+Green+Blue) = 30+220+139=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDC8B is #E12374. Grayscale: #9A9A9A. Windows color (decimal): -14754677 or 9165854. OLE color: 9165854.
HSL color Cylindrical-coordinate representation of color #1EDC8B: hue angle of 154.42º 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 #1EDC8B is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 139 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.14 |
| HSL | 154.42º | 0.76% | 0.49% | - |
| HSV(B) | 154.42º | 0.86% | 0.86% | - |
| XYZ | 30.79 | 53.33 | 33.1 | - |
| YUV | 153.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 139 | 0.86 | 0 | 0.37 | 0.14 | 154.42 | 0.76 | 0.49 |
| Hex | 1E | DC | 8B | 56 | 0 | 25 | E | 9A | 4C | 31 |
| Octal | 36 | 334 | 213 | 126 | 0 | 45 | 16 | 232 | 114 | 61 |
| Binary | 11110 | 11011100 | 10001011 | 1010110 | 0 | 100101 | 1110 | 10011010 | 1001100 | 110001 |
Color Harmonies of #1EDC8B
Complementary color
Monochromatic Colors of #1EDC8B
Black with #1EDC8B
Text Example
Text Example
White with #1EDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC8B; }
p { color: rgb(30,220,139); }
H1.HeaderClassName
{
color: #1EDC8B;
}
.AnyTagClassName
{
color: #1EDC8B;
}
</style>
background-color css
<style>
a { background-color: #1EDC8B; }
a { background-color: rgb(30,220,139); }
div.DivClassName
{
background-color: #1EDC8B;
}
.BgClassName
{
background-color: #1EDC8B;
}
</style>
border-color css
<style>
span { border-color: #1EDC8B; }
span { border-color: rgb(30,220,139); }
td.TdClassName
{
border-color: #1EDC8B;
}
.TagClassName
{
border-color: #1EDC8B;
}
</style>