Shades of Shamrock #1ED892
Tints of Shamrock #1ED892
RGB
CMYK
RGB Variations
Color information
#1ED892 (or 0x1ED892) is known color: Shamrock. HEX triplet: 1E, D8 and 92. RGB value is (30,216,146). Sum of RGB (Red+Green+Blue) = 30+216+146=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED892 is #E1276D. Grayscale: #989898. Windows color (decimal): -14755694 or 9623582. OLE color: 9623582.
HSL color Cylindrical-coordinate representation of color #1ED892: hue angle of 157.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED892 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 146 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.15 |
| HSL | 157.42º | 0.76% | 0.48% | - |
| HSV(B) | 157.42º | 0.86% | 0.85% | - |
| XYZ | 30.28 | 51.46 | 35.53 | - |
| YUV | 152.41 | 124.38 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 146 | 0.86 | 0 | 0.32 | 0.15 | 157.42 | 0.76 | 0.48 |
| Hex | 1E | D8 | 92 | 56 | 0 | 20 | F | 9D | 4C | 30 |
| Octal | 36 | 330 | 222 | 126 | 0 | 40 | 17 | 235 | 114 | 60 |
| Binary | 11110 | 11011000 | 10010010 | 1010110 | 0 | 100000 | 1111 | 10011101 | 1001100 | 110000 |
Color Harmonies of #1ED892
Complementary color
Monochromatic Colors of #1ED892
Black with #1ED892
Text Example
Text Example
White with #1ED892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED892; }
p { color: rgb(30,216,146); }
H1.HeaderClassName
{
color: #1ED892;
}
.AnyTagClassName
{
color: #1ED892;
}
</style>
background-color css
<style>
a { background-color: #1ED892; }
a { background-color: rgb(30,216,146); }
div.DivClassName
{
background-color: #1ED892;
}
.BgClassName
{
background-color: #1ED892;
}
</style>
border-color css
<style>
span { border-color: #1ED892; }
span { border-color: rgb(30,216,146); }
td.TdClassName
{
border-color: #1ED892;
}
.TagClassName
{
border-color: #1ED892;
}
</style>