Shades of Shamrock #1EDA9F
Tints of Shamrock #1EDA9F
RGB
CMYK
RGB Variations
Color information
#1EDA9F (or 0x1EDA9F) is known color: Shamrock. HEX triplet: 1E, DA and 9F. RGB value is (30,218,159). Sum of RGB (Red+Green+Blue) = 30+218+159=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA9F is #E12560. Grayscale: #9B9B9B. Windows color (decimal): -14755169 or 10476062. OLE color: 10476062.
HSL color Cylindrical-coordinate representation of color #1EDA9F: hue angle of 161.17º 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 #1EDA9F is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 159 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.15 |
| HSL | 161.17º | 0.76% | 0.49% | - |
| HSV(B) | 161.17º | 0.86% | 0.85% | - |
| XYZ | 31.86 | 52.92 | 41.34 | - |
| YUV | 155.06 | 130.22 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 159 | 0.86 | 0 | 0.27 | 0.15 | 161.17 | 0.76 | 0.49 |
| Hex | 1E | DA | 9F | 56 | 0 | 1B | F | A1 | 4C | 31 |
| Octal | 36 | 332 | 237 | 126 | 0 | 33 | 17 | 241 | 114 | 61 |
| Binary | 11110 | 11011010 | 10011111 | 1010110 | 0 | 11011 | 1111 | 10100001 | 1001100 | 110001 |
Color Harmonies of #1EDA9F
Complementary color
Monochromatic Colors of #1EDA9F
Black with #1EDA9F
Text Example
Text Example
White with #1EDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA9F; }
p { color: rgb(30,218,159); }
H1.HeaderClassName
{
color: #1EDA9F;
}
.AnyTagClassName
{
color: #1EDA9F;
}
</style>
background-color css
<style>
a { background-color: #1EDA9F; }
a { background-color: rgb(30,218,159); }
div.DivClassName
{
background-color: #1EDA9F;
}
.BgClassName
{
background-color: #1EDA9F;
}
</style>
border-color css
<style>
span { border-color: #1EDA9F; }
span { border-color: rgb(30,218,159); }
td.TdClassName
{
border-color: #1EDA9F;
}
.TagClassName
{
border-color: #1EDA9F;
}
</style>