Shades of Shamrock #1ED49B
Tints of Shamrock #1ED49B
RGB
CMYK
RGB Variations
Color information
#1ED49B (or 0x1ED49B) is known color: Shamrock. HEX triplet: 1E, D4 and 9B. RGB value is (30,212,155). Sum of RGB (Red+Green+Blue) = 30+212+155=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED49B is #E12B64. Grayscale: #979797. Windows color (decimal): -14756709 or 10212382. OLE color: 10212382.
HSL color Cylindrical-coordinate representation of color #1ED49B: hue angle of 161.21º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED49B is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 212 | 155 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.17 |
| HSL | 161.21º | 0.75% | 0.47% | - |
| HSV(B) | 161.21º | 0.86% | 0.83% | - |
| XYZ | 30 | 49.73 | 39.03 | - |
| YUV | 151.08 | 130.2 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 212 | 155 | 0.86 | 0 | 0.27 | 0.17 | 161.21 | 0.75 | 0.47 |
| Hex | 1E | D4 | 9B | 56 | 0 | 1B | 11 | A1 | 4B | 2F |
| Octal | 36 | 324 | 233 | 126 | 0 | 33 | 21 | 241 | 113 | 57 |
| Binary | 11110 | 11010100 | 10011011 | 1010110 | 0 | 11011 | 10001 | 10100001 | 1001011 | 101111 |
Color Harmonies of #1ED49B
Complementary color
Monochromatic Colors of #1ED49B
Black with #1ED49B
Text Example
Text Example
White with #1ED49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED49B; }
p { color: rgb(30,212,155); }
H1.HeaderClassName
{
color: #1ED49B;
}
.AnyTagClassName
{
color: #1ED49B;
}
</style>
background-color css
<style>
a { background-color: #1ED49B; }
a { background-color: rgb(30,212,155); }
div.DivClassName
{
background-color: #1ED49B;
}
.BgClassName
{
background-color: #1ED49B;
}
</style>
border-color css
<style>
span { border-color: #1ED49B; }
span { border-color: rgb(30,212,155); }
td.TdClassName
{
border-color: #1ED49B;
}
.TagClassName
{
border-color: #1ED49B;
}
</style>