Shades of Shamrock #1ECA90
Tints of Shamrock #1ECA90
RGB
CMYK
RGB Variations
Color information
#1ECA90 (or 0x1ECA90) is known color: Shamrock. HEX triplet: 1E, CA and 90. RGB value is (30,202,144). Sum of RGB (Red+Green+Blue) = 30+202+144=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECA90 is #E1356F. Grayscale: #909090. Windows color (decimal): -14759280 or 9488926. OLE color: 9488926.
HSL color Cylindrical-coordinate representation of color #1ECA90: hue angle of 159.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECA90 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 144 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.21 |
| HSL | 159.77º | 0.74% | 0.45% | - |
| HSV(B) | 159.77º | 0.85% | 0.79% | - |
| XYZ | 26.69 | 44.53 | 33.57 | - |
| YUV | 143.96 | 128.02 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 144 | 0.85 | 0 | 0.29 | 0.21 | 159.77 | 0.74 | 0.45 |
| Hex | 1E | CA | 90 | 55 | 0 | 1D | 15 | A0 | 4A | 2D |
| Octal | 36 | 312 | 220 | 125 | 0 | 35 | 25 | 240 | 112 | 55 |
| Binary | 11110 | 11001010 | 10010000 | 1010101 | 0 | 11101 | 10101 | 10100000 | 1001010 | 101101 |
Color Harmonies of #1ECA90
Complementary color
Monochromatic Colors of #1ECA90
Black with #1ECA90
Text Example
Text Example
White with #1ECA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECA90; }
p { color: rgb(30,202,144); }
H1.HeaderClassName
{
color: #1ECA90;
}
.AnyTagClassName
{
color: #1ECA90;
}
</style>
background-color css
<style>
a { background-color: #1ECA90; }
a { background-color: rgb(30,202,144); }
div.DivClassName
{
background-color: #1ECA90;
}
.BgClassName
{
background-color: #1ECA90;
}
</style>
border-color css
<style>
span { border-color: #1ECA90; }
span { border-color: rgb(30,202,144); }
td.TdClassName
{
border-color: #1ECA90;
}
.TagClassName
{
border-color: #1ECA90;
}
</style>