Shades of Shamrock #1ED5A6
Tints of Shamrock #1ED5A6
RGB
CMYK
RGB Variations
Color information
#1ED5A6 (or 0x1ED5A6) is known color: Shamrock. HEX triplet: 1E, D5 and A6. RGB value is (30,213,166). Sum of RGB (Red+Green+Blue) = 30+213+166=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED5A6 is #E12A59. Grayscale: #989898. Windows color (decimal): -14756442 or 10933534. OLE color: 10933534.
HSL color Cylindrical-coordinate representation of color #1ED5A6: hue angle of 164.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED5A6 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 166 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.16 |
| HSL | 164.59º | 0.75% | 0.48% | - |
| HSV(B) | 164.59º | 0.86% | 0.84% | - |
| XYZ | 31.21 | 50.62 | 44.2 | - |
| YUV | 152.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 166 | 0.86 | 0 | 0.22 | 0.16 | 164.59 | 0.75 | 0.48 |
| Hex | 1E | D5 | A6 | 56 | 0 | 16 | 10 | A5 | 4B | 30 |
| Octal | 36 | 325 | 246 | 126 | 0 | 26 | 20 | 245 | 113 | 60 |
| Binary | 11110 | 11010101 | 10100110 | 1010110 | 0 | 10110 | 10000 | 10100101 | 1001011 | 110000 |
Color Harmonies of #1ED5A6
Complementary color
Monochromatic Colors of #1ED5A6
Black with #1ED5A6
Text Example
Text Example
White with #1ED5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED5A6; }
p { color: rgb(30,213,166); }
H1.HeaderClassName
{
color: #1ED5A6;
}
.AnyTagClassName
{
color: #1ED5A6;
}
</style>
background-color css
<style>
a { background-color: #1ED5A6; }
a { background-color: rgb(30,213,166); }
div.DivClassName
{
background-color: #1ED5A6;
}
.BgClassName
{
background-color: #1ED5A6;
}
</style>
border-color css
<style>
span { border-color: #1ED5A6; }
span { border-color: rgb(30,213,166); }
td.TdClassName
{
border-color: #1ED5A6;
}
.TagClassName
{
border-color: #1ED5A6;
}
</style>