Shades of Shamrock #1ECD88
Tints of Shamrock #1ECD88
RGB
CMYK
RGB Variations
Color information
#1ECD88 (or 0x1ECD88) is known color: Shamrock. HEX triplet: 1E, CD and 88. RGB value is (30,205,136). Sum of RGB (Red+Green+Blue) = 30+205+136=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECD88 is #E13277. Grayscale: #909090. Windows color (decimal): -14758520 or 8965406. OLE color: 8965406.
HSL color Cylindrical-coordinate representation of color #1ECD88: hue angle of 156.34º 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 #1ECD88 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 136 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.20 |
| HSL | 156.34º | 0.74% | 0.46% | - |
| HSV(B) | 156.34º | 0.85% | 0.8% | - |
| XYZ | 26.81 | 45.72 | 30.7 | - |
| YUV | 144.81 | 123.02 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 136 | 0.85 | 0 | 0.34 | 0.20 | 156.34 | 0.74 | 0.46 |
| Hex | 1E | CD | 88 | 55 | 0 | 22 | 14 | 9C | 4A | 2E |
| Octal | 36 | 315 | 210 | 125 | 0 | 42 | 24 | 234 | 112 | 56 |
| Binary | 11110 | 11001101 | 10001000 | 1010101 | 0 | 100010 | 10100 | 10011100 | 1001010 | 101110 |
Color Harmonies of #1ECD88
Complementary color
Monochromatic Colors of #1ECD88
Black with #1ECD88
Text Example
Text Example
White with #1ECD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD88; }
p { color: rgb(30,205,136); }
H1.HeaderClassName
{
color: #1ECD88;
}
.AnyTagClassName
{
color: #1ECD88;
}
</style>
background-color css
<style>
a { background-color: #1ECD88; }
a { background-color: rgb(30,205,136); }
div.DivClassName
{
background-color: #1ECD88;
}
.BgClassName
{
background-color: #1ECD88;
}
</style>
border-color css
<style>
span { border-color: #1ECD88; }
span { border-color: rgb(30,205,136); }
td.TdClassName
{
border-color: #1ECD88;
}
.TagClassName
{
border-color: #1ECD88;
}
</style>