Shades of Shamrock #1ECE94
Tints of Shamrock #1ECE94
RGB
CMYK
RGB Variations
Color information
#1ECE94 (or 0x1ECE94) is known color: Shamrock. HEX triplet: 1E, CE and 94. RGB value is (30,206,148). Sum of RGB (Red+Green+Blue) = 30+206+148=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECE94 is #E1316B. Grayscale: #929292. Windows color (decimal): -14758252 or 9752094. OLE color: 9752094.
HSL color Cylindrical-coordinate representation of color #1ECE94: hue angle of 160.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECE94 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 148 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.19 |
| HSL | 160.23º | 0.75% | 0.46% | - |
| HSV(B) | 160.23º | 0.85% | 0.81% | - |
| XYZ | 27.95 | 46.56 | 35.53 | - |
| YUV | 146.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 148 | 0.85 | 0 | 0.28 | 0.19 | 160.23 | 0.75 | 0.46 |
| Hex | 1E | CE | 94 | 55 | 0 | 1C | 13 | A0 | 4B | 2E |
| Octal | 36 | 316 | 224 | 125 | 0 | 34 | 23 | 240 | 113 | 56 |
| Binary | 11110 | 11001110 | 10010100 | 1010101 | 0 | 11100 | 10011 | 10100000 | 1001011 | 101110 |
Color Harmonies of #1ECE94
Complementary color
Monochromatic Colors of #1ECE94
Black with #1ECE94
Text Example
Text Example
White with #1ECE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE94; }
p { color: rgb(30,206,148); }
H1.HeaderClassName
{
color: #1ECE94;
}
.AnyTagClassName
{
color: #1ECE94;
}
</style>
background-color css
<style>
a { background-color: #1ECE94; }
a { background-color: rgb(30,206,148); }
div.DivClassName
{
background-color: #1ECE94;
}
.BgClassName
{
background-color: #1ECE94;
}
</style>
border-color css
<style>
span { border-color: #1ECE94; }
span { border-color: rgb(30,206,148); }
td.TdClassName
{
border-color: #1ECE94;
}
.TagClassName
{
border-color: #1ECE94;
}
</style>