Shades of Shamrock #1ED291
Tints of Shamrock #1ED291
RGB
CMYK
RGB Variations
Color information
#1ED291 (or 0x1ED291) is known color: Shamrock. HEX triplet: 1E, D2 and 91. RGB value is (30,210,145). Sum of RGB (Red+Green+Blue) = 30+210+145=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED291 is #E12D6E. Grayscale: #949494. Windows color (decimal): -14757231 or 9556510. OLE color: 9556510.
HSL color Cylindrical-coordinate representation of color #1ED291: hue angle of 158.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED291 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 145 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.18 |
| HSL | 158.33º | 0.75% | 0.47% | - |
| HSV(B) | 158.33º | 0.86% | 0.82% | - |
| XYZ | 28.69 | 48.41 | 34.62 | - |
| YUV | 148.77 | 125.87 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 145 | 0.86 | 0 | 0.31 | 0.18 | 158.33 | 0.75 | 0.47 |
| Hex | 1E | D2 | 91 | 56 | 0 | 1F | 12 | 9E | 4B | 2F |
| Octal | 36 | 322 | 221 | 126 | 0 | 37 | 22 | 236 | 113 | 57 |
| Binary | 11110 | 11010010 | 10010001 | 1010110 | 0 | 11111 | 10010 | 10011110 | 1001011 | 101111 |
Color Harmonies of #1ED291
Complementary color
Monochromatic Colors of #1ED291
Black with #1ED291
Text Example
Text Example
White with #1ED291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED291; }
p { color: rgb(30,210,145); }
H1.HeaderClassName
{
color: #1ED291;
}
.AnyTagClassName
{
color: #1ED291;
}
</style>
background-color css
<style>
a { background-color: #1ED291; }
a { background-color: rgb(30,210,145); }
div.DivClassName
{
background-color: #1ED291;
}
.BgClassName
{
background-color: #1ED291;
}
</style>
border-color css
<style>
span { border-color: #1ED291; }
span { border-color: rgb(30,210,145); }
td.TdClassName
{
border-color: #1ED291;
}
.TagClassName
{
border-color: #1ED291;
}
</style>