Shades of Shamrock #1ECC8E
Tints of Shamrock #1ECC8E
RGB
CMYK
RGB Variations
Color information
#1ECC8E (or 0x1ECC8E) is known color: Shamrock. HEX triplet: 1E, CC and 8E. RGB value is (30,204,142). Sum of RGB (Red+Green+Blue) = 30+204+142=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECC8E is #E13371. Grayscale: #909090. Windows color (decimal): -14758770 or 9358366. OLE color: 9358366.
HSL color Cylindrical-coordinate representation of color #1ECC8E: hue angle of 158.62º 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 #1ECC8E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 142 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.2 |
| HSL | 158.62º | 0.74% | 0.46% | - |
| HSV(B) | 158.62º | 0.85% | 0.8% | - |
| XYZ | 27.01 | 45.41 | 32.93 | - |
| YUV | 144.91 | 126.35 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 142 | 0.85 | 0 | 0.30 | 0.2 | 158.62 | 0.74 | 0.46 |
| Hex | 1E | CC | 8E | 55 | 0 | 1E | 14 | 9F | 4A | 2E |
| Octal | 36 | 314 | 216 | 125 | 0 | 36 | 24 | 237 | 112 | 56 |
| Binary | 11110 | 11001100 | 10001110 | 1010101 | 0 | 11110 | 10100 | 10011111 | 1001010 | 101110 |
Color Harmonies of #1ECC8E
Complementary color
Monochromatic Colors of #1ECC8E
Black with #1ECC8E
Text Example
Text Example
White with #1ECC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC8E; }
p { color: rgb(30,204,142); }
H1.HeaderClassName
{
color: #1ECC8E;
}
.AnyTagClassName
{
color: #1ECC8E;
}
</style>
background-color css
<style>
a { background-color: #1ECC8E; }
a { background-color: rgb(30,204,142); }
div.DivClassName
{
background-color: #1ECC8E;
}
.BgClassName
{
background-color: #1ECC8E;
}
</style>
border-color css
<style>
span { border-color: #1ECC8E; }
span { border-color: rgb(30,204,142); }
td.TdClassName
{
border-color: #1ECC8E;
}
.TagClassName
{
border-color: #1ECC8E;
}
</style>