Shades of Shamrock #1ECDA7
Tints of Shamrock #1ECDA7
RGB
CMYK
RGB Variations
Color information
#1ECDA7 (or 0x1ECDA7) is known color: Shamrock. HEX triplet: 1E, CD and A7. RGB value is (30,205,167). Sum of RGB (Red+Green+Blue) = 30+205+167=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECDA7 is #E13258. Grayscale: #949494. Windows color (decimal): -14758489 or 10997022. OLE color: 10997022.
HSL color Cylindrical-coordinate representation of color #1ECDA7: hue angle of 166.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECDA7 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 167 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.20 |
| HSL | 166.97º | 0.74% | 0.46% | - |
| HSV(B) | 166.97º | 0.85% | 0.8% | - |
| XYZ | 29.34 | 46.73 | 44.03 | - |
| YUV | 148.34 | 138.52 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 167 | 0.85 | 0 | 0.19 | 0.20 | 166.97 | 0.74 | 0.46 |
| Hex | 1E | CD | A7 | 55 | 0 | 13 | 14 | A7 | 4A | 2E |
| Octal | 36 | 315 | 247 | 125 | 0 | 23 | 24 | 247 | 112 | 56 |
| Binary | 11110 | 11001101 | 10100111 | 1010101 | 0 | 10011 | 10100 | 10100111 | 1001010 | 101110 |
Color Harmonies of #1ECDA7
Complementary color
Monochromatic Colors of #1ECDA7
Black with #1ECDA7
Text Example
Text Example
White with #1ECDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDA7; }
p { color: rgb(30,205,167); }
H1.HeaderClassName
{
color: #1ECDA7;
}
.AnyTagClassName
{
color: #1ECDA7;
}
</style>
background-color css
<style>
a { background-color: #1ECDA7; }
a { background-color: rgb(30,205,167); }
div.DivClassName
{
background-color: #1ECDA7;
}
.BgClassName
{
background-color: #1ECDA7;
}
</style>
border-color css
<style>
span { border-color: #1ECDA7; }
span { border-color: rgb(30,205,167); }
td.TdClassName
{
border-color: #1ECDA7;
}
.TagClassName
{
border-color: #1ECDA7;
}
</style>