Shades of Shamrock #1ECD9C
Tints of Shamrock #1ECD9C
RGB
CMYK
RGB Variations
Color information
#1ECD9C (or 0x1ECD9C) is known color: Shamrock. HEX triplet: 1E, CD and 9C. RGB value is (30,205,156). Sum of RGB (Red+Green+Blue) = 30+205+156=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECD9C is #E13263. Grayscale: #939393. Windows color (decimal): -14758500 or 10276126. OLE color: 10276126.
HSL color Cylindrical-coordinate representation of color #1ECD9C: hue angle of 163.2º 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 #1ECD9C is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 156 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.20 |
| HSL | 163.2º | 0.74% | 0.46% | - |
| HSV(B) | 163.2º | 0.85% | 0.8% | - |
| XYZ | 28.37 | 46.34 | 38.9 | - |
| YUV | 147.09 | 133.02 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 156 | 0.85 | 0 | 0.24 | 0.20 | 163.2 | 0.74 | 0.46 |
| Hex | 1E | CD | 9C | 55 | 0 | 18 | 14 | A3 | 4A | 2E |
| Octal | 36 | 315 | 234 | 125 | 0 | 30 | 24 | 243 | 112 | 56 |
| Binary | 11110 | 11001101 | 10011100 | 1010101 | 0 | 11000 | 10100 | 10100011 | 1001010 | 101110 |
Color Harmonies of #1ECD9C
Complementary color
Monochromatic Colors of #1ECD9C
Black with #1ECD9C
Text Example
Text Example
White with #1ECD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD9C; }
p { color: rgb(30,205,156); }
H1.HeaderClassName
{
color: #1ECD9C;
}
.AnyTagClassName
{
color: #1ECD9C;
}
</style>
background-color css
<style>
a { background-color: #1ECD9C; }
a { background-color: rgb(30,205,156); }
div.DivClassName
{
background-color: #1ECD9C;
}
.BgClassName
{
background-color: #1ECD9C;
}
</style>
border-color css
<style>
span { border-color: #1ECD9C; }
span { border-color: rgb(30,205,156); }
td.TdClassName
{
border-color: #1ECD9C;
}
.TagClassName
{
border-color: #1ECD9C;
}
</style>