Shades of Shamrock #1EDA8C
Tints of Shamrock #1EDA8C
RGB
CMYK
RGB Variations
Color information
#1EDA8C (or 0x1EDA8C) is known color: Shamrock. HEX triplet: 1E, DA and 8C. RGB value is (30,218,140). Sum of RGB (Red+Green+Blue) = 30+218+140=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA8C is #E12573. Grayscale: #999999. Windows color (decimal): -14755188 or 9230878. OLE color: 9230878.
HSL color Cylindrical-coordinate representation of color #1EDA8C: hue angle of 155.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA8C is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 140 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.15 |
| HSL | 155.11º | 0.76% | 0.49% | - |
| HSV(B) | 155.11º | 0.86% | 0.85% | - |
| XYZ | 30.34 | 52.31 | 33.31 | - |
| YUV | 152.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 140 | 0.86 | 0 | 0.36 | 0.15 | 155.11 | 0.76 | 0.49 |
| Hex | 1E | DA | 8C | 56 | 0 | 24 | F | 9B | 4C | 31 |
| Octal | 36 | 332 | 214 | 126 | 0 | 44 | 17 | 233 | 114 | 61 |
| Binary | 11110 | 11011010 | 10001100 | 1010110 | 0 | 100100 | 1111 | 10011011 | 1001100 | 110001 |
Color Harmonies of #1EDA8C
Complementary color
Monochromatic Colors of #1EDA8C
Black with #1EDA8C
Text Example
Text Example
White with #1EDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA8C; }
p { color: rgb(30,218,140); }
H1.HeaderClassName
{
color: #1EDA8C;
}
.AnyTagClassName
{
color: #1EDA8C;
}
</style>
background-color css
<style>
a { background-color: #1EDA8C; }
a { background-color: rgb(30,218,140); }
div.DivClassName
{
background-color: #1EDA8C;
}
.BgClassName
{
background-color: #1EDA8C;
}
</style>
border-color css
<style>
span { border-color: #1EDA8C; }
span { border-color: rgb(30,218,140); }
td.TdClassName
{
border-color: #1EDA8C;
}
.TagClassName
{
border-color: #1EDA8C;
}
</style>