Shades of Shamrock #1ECD8B
Tints of Shamrock #1ECD8B
RGB
CMYK
RGB Variations
Color information
#1ECD8B (or 0x1ECD8B) is known color: Shamrock. HEX triplet: 1E, CD and 8B. RGB value is (30,205,139). Sum of RGB (Red+Green+Blue) = 30+205+139=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECD8B is #E13274. Grayscale: #919191. Windows color (decimal): -14758517 or 9162014. OLE color: 9162014.
HSL color Cylindrical-coordinate representation of color #1ECD8B: hue angle of 157.37º 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 #1ECD8B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 139 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.20 |
| HSL | 157.37º | 0.74% | 0.46% | - |
| HSV(B) | 157.37º | 0.85% | 0.8% | - |
| XYZ | 27.03 | 45.8 | 31.84 | - |
| YUV | 145.15 | 124.52 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 139 | 0.85 | 0 | 0.32 | 0.20 | 157.37 | 0.74 | 0.46 |
| Hex | 1E | CD | 8B | 55 | 0 | 20 | 14 | 9D | 4A | 2E |
| Octal | 36 | 315 | 213 | 125 | 0 | 40 | 24 | 235 | 112 | 56 |
| Binary | 11110 | 11001101 | 10001011 | 1010101 | 0 | 100000 | 10100 | 10011101 | 1001010 | 101110 |
Color Harmonies of #1ECD8B
Complementary color
Monochromatic Colors of #1ECD8B
Black with #1ECD8B
Text Example
Text Example
White with #1ECD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD8B; }
p { color: rgb(30,205,139); }
H1.HeaderClassName
{
color: #1ECD8B;
}
.AnyTagClassName
{
color: #1ECD8B;
}
</style>
background-color css
<style>
a { background-color: #1ECD8B; }
a { background-color: rgb(30,205,139); }
div.DivClassName
{
background-color: #1ECD8B;
}
.BgClassName
{
background-color: #1ECD8B;
}
</style>
border-color css
<style>
span { border-color: #1ECD8B; }
span { border-color: rgb(30,205,139); }
td.TdClassName
{
border-color: #1ECD8B;
}
.TagClassName
{
border-color: #1ECD8B;
}
</style>