Shades of Shamrock #1ECB8F
Tints of Shamrock #1ECB8F
RGB
CMYK
RGB Variations
Color information
#1ECB8F (or 0x1ECB8F) is known color: Shamrock. HEX triplet: 1E, CB and 8F. RGB value is (30,203,143). Sum of RGB (Red+Green+Blue) = 30+203+143=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECB8F is #E13470. Grayscale: #909090. Windows color (decimal): -14759025 or 9423646. OLE color: 9423646.
HSL color Cylindrical-coordinate representation of color #1ECB8F: hue angle of 159.19º 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 #1ECB8F is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 143 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.20 |
| HSL | 159.19º | 0.74% | 0.46% | - |
| HSV(B) | 159.19º | 0.85% | 0.8% | - |
| XYZ | 26.85 | 44.97 | 33.25 | - |
| YUV | 144.43 | 127.19 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 143 | 0.85 | 0 | 0.30 | 0.20 | 159.19 | 0.74 | 0.46 |
| Hex | 1E | CB | 8F | 55 | 0 | 1E | 14 | 9F | 4A | 2E |
| Octal | 36 | 313 | 217 | 125 | 0 | 36 | 24 | 237 | 112 | 56 |
| Binary | 11110 | 11001011 | 10001111 | 1010101 | 0 | 11110 | 10100 | 10011111 | 1001010 | 101110 |
Color Harmonies of #1ECB8F
Complementary color
Monochromatic Colors of #1ECB8F
Black with #1ECB8F
Text Example
Text Example
White with #1ECB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB8F; }
p { color: rgb(30,203,143); }
H1.HeaderClassName
{
color: #1ECB8F;
}
.AnyTagClassName
{
color: #1ECB8F;
}
</style>
background-color css
<style>
a { background-color: #1ECB8F; }
a { background-color: rgb(30,203,143); }
div.DivClassName
{
background-color: #1ECB8F;
}
.BgClassName
{
background-color: #1ECB8F;
}
</style>
border-color css
<style>
span { border-color: #1ECB8F; }
span { border-color: rgb(30,203,143); }
td.TdClassName
{
border-color: #1ECB8F;
}
.TagClassName
{
border-color: #1ECB8F;
}
</style>