Shades of Shamrock #1ED88B
Tints of Shamrock #1ED88B
RGB
CMYK
RGB Variations
Color information
#1ED88B (or 0x1ED88B) is known color: Shamrock. HEX triplet: 1E, D8 and 8B. RGB value is (30,216,139). Sum of RGB (Red+Green+Blue) = 30+216+139=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED88B is #E12774. Grayscale: #979797. Windows color (decimal): -14755701 or 9164830. OLE color: 9164830.
HSL color Cylindrical-coordinate representation of color #1ED88B: hue angle of 155.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 #1ED88B is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 139 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.15 |
| HSL | 155.16º | 0.76% | 0.48% | - |
| HSV(B) | 155.16º | 0.86% | 0.85% | - |
| XYZ | 29.75 | 51.25 | 32.75 | - |
| YUV | 151.61 | 120.88 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 139 | 0.86 | 0 | 0.36 | 0.15 | 155.16 | 0.76 | 0.48 |
| Hex | 1E | D8 | 8B | 56 | 0 | 24 | F | 9B | 4C | 30 |
| Octal | 36 | 330 | 213 | 126 | 0 | 44 | 17 | 233 | 114 | 60 |
| Binary | 11110 | 11011000 | 10001011 | 1010110 | 0 | 100100 | 1111 | 10011011 | 1001100 | 110000 |
Color Harmonies of #1ED88B
Complementary color
Monochromatic Colors of #1ED88B
Black with #1ED88B
Text Example
Text Example
White with #1ED88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED88B; }
p { color: rgb(30,216,139); }
H1.HeaderClassName
{
color: #1ED88B;
}
.AnyTagClassName
{
color: #1ED88B;
}
</style>
background-color css
<style>
a { background-color: #1ED88B; }
a { background-color: rgb(30,216,139); }
div.DivClassName
{
background-color: #1ED88B;
}
.BgClassName
{
background-color: #1ED88B;
}
</style>
border-color css
<style>
span { border-color: #1ED88B; }
span { border-color: rgb(30,216,139); }
td.TdClassName
{
border-color: #1ED88B;
}
.TagClassName
{
border-color: #1ED88B;
}
</style>