Shades of Shamrock #1EE084
Tints of Shamrock #1EE084
RGB
CMYK
RGB Variations
Color information
#1EE084 (or 0x1EE084) is known color: Shamrock. HEX triplet: 1E, E0 and 84. RGB value is (30,224,132). Sum of RGB (Red+Green+Blue) = 30+224+132=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE084 is #E11F7B. Grayscale: #9B9B9B. Windows color (decimal): -14753660 or 8708126. OLE color: 8708126.
HSL color Cylindrical-coordinate representation of color #1EE084: hue angle of 151.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE084 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 132 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.12 |
| HSL | 151.55º | 0.76% | 0.5% | - |
| HSV(B) | 151.55º | 0.87% | 0.88% | - |
| XYZ | 31.36 | 55.25 | 30.84 | - |
| YUV | 155.51 | 114.73 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 132 | 0.87 | 0 | 0.41 | 0.12 | 151.55 | 0.76 | 0.5 |
| Hex | 1E | E0 | 84 | 57 | 0 | 29 | C | 98 | 4C | 32 |
| Octal | 36 | 340 | 204 | 127 | 0 | 51 | 14 | 230 | 114 | 62 |
| Binary | 11110 | 11100000 | 10000100 | 1010111 | 0 | 101001 | 1100 | 10011000 | 1001100 | 110010 |
Color Harmonies of #1EE084
Complementary color
Monochromatic Colors of #1EE084
Black with #1EE084
Text Example
Text Example
White with #1EE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE084; }
p { color: rgb(30,224,132); }
H1.HeaderClassName
{
color: #1EE084;
}
.AnyTagClassName
{
color: #1EE084;
}
</style>
background-color css
<style>
a { background-color: #1EE084; }
a { background-color: rgb(30,224,132); }
div.DivClassName
{
background-color: #1EE084;
}
.BgClassName
{
background-color: #1EE084;
}
</style>
border-color css
<style>
span { border-color: #1EE084; }
span { border-color: rgb(30,224,132); }
td.TdClassName
{
border-color: #1EE084;
}
.TagClassName
{
border-color: #1EE084;
}
</style>