Shades of Shamrock #1EDE8B
Tints of Shamrock #1EDE8B
RGB
CMYK
RGB Variations
Color information
#1EDE8B (or 0x1EDE8B) is known color: Shamrock. HEX triplet: 1E, DE and 8B. RGB value is (30,222,139). Sum of RGB (Red+Green+Blue) = 30+222+139=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDE8B is #E12174. Grayscale: #9B9B9B. Windows color (decimal): -14754165 or 9166366. OLE color: 9166366.
HSL color Cylindrical-coordinate representation of color #1EDE8B: hue angle of 154.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE8B is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 139 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.13 |
| HSL | 154.06º | 0.76% | 0.49% | - |
| HSV(B) | 154.06º | 0.86% | 0.87% | - |
| XYZ | 31.32 | 54.38 | 33.27 | - |
| YUV | 155.13 | 118.89 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 139 | 0.86 | 0 | 0.37 | 0.13 | 154.06 | 0.76 | 0.49 |
| Hex | 1E | DE | 8B | 56 | 0 | 25 | D | 9A | 4C | 31 |
| Octal | 36 | 336 | 213 | 126 | 0 | 45 | 15 | 232 | 114 | 61 |
| Binary | 11110 | 11011110 | 10001011 | 1010110 | 0 | 100101 | 1101 | 10011010 | 1001100 | 110001 |
Color Harmonies of #1EDE8B
Complementary color
Monochromatic Colors of #1EDE8B
Black with #1EDE8B
Text Example
Text Example
White with #1EDE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE8B; }
p { color: rgb(30,222,139); }
H1.HeaderClassName
{
color: #1EDE8B;
}
.AnyTagClassName
{
color: #1EDE8B;
}
</style>
background-color css
<style>
a { background-color: #1EDE8B; }
a { background-color: rgb(30,222,139); }
div.DivClassName
{
background-color: #1EDE8B;
}
.BgClassName
{
background-color: #1EDE8B;
}
</style>
border-color css
<style>
span { border-color: #1EDE8B; }
span { border-color: rgb(30,222,139); }
td.TdClassName
{
border-color: #1EDE8B;
}
.TagClassName
{
border-color: #1EDE8B;
}
</style>