Shades of Shamrock #1ECE8C
Tints of Shamrock #1ECE8C
RGB
CMYK
RGB Variations
Color information
#1ECE8C (or 0x1ECE8C) is known color: Shamrock. HEX triplet: 1E, CE and 8C. RGB value is (30,206,140). Sum of RGB (Red+Green+Blue) = 30+206+140=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECE8C is #E13173. Grayscale: #919191. Windows color (decimal): -14758260 or 9227806. OLE color: 9227806.
HSL color Cylindrical-coordinate representation of color #1ECE8C: hue angle of 157.5º 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 #1ECE8C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 140 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.19 |
| HSL | 157.5º | 0.75% | 0.46% | - |
| HSV(B) | 157.5º | 0.85% | 0.81% | - |
| XYZ | 27.34 | 46.31 | 32.31 | - |
| YUV | 145.85 | 124.69 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 140 | 0.85 | 0 | 0.32 | 0.19 | 157.5 | 0.75 | 0.46 |
| Hex | 1E | CE | 8C | 55 | 0 | 20 | 13 | 9E | 4B | 2E |
| Octal | 36 | 316 | 214 | 125 | 0 | 40 | 23 | 236 | 113 | 56 |
| Binary | 11110 | 11001110 | 10001100 | 1010101 | 0 | 100000 | 10011 | 10011110 | 1001011 | 101110 |
Color Harmonies of #1ECE8C
Complementary color
Monochromatic Colors of #1ECE8C
Black with #1ECE8C
Text Example
Text Example
White with #1ECE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE8C; }
p { color: rgb(30,206,140); }
H1.HeaderClassName
{
color: #1ECE8C;
}
.AnyTagClassName
{
color: #1ECE8C;
}
</style>
background-color css
<style>
a { background-color: #1ECE8C; }
a { background-color: rgb(30,206,140); }
div.DivClassName
{
background-color: #1ECE8C;
}
.BgClassName
{
background-color: #1ECE8C;
}
</style>
border-color css
<style>
span { border-color: #1ECE8C; }
span { border-color: rgb(30,206,140); }
td.TdClassName
{
border-color: #1ECE8C;
}
.TagClassName
{
border-color: #1ECE8C;
}
</style>