Shades of Shamrock #1EE07D
Tints of Shamrock #1EE07D
RGB
CMYK
RGB Variations
Color information
#1EE07D (or 0x1EE07D) is known color: Shamrock. HEX triplet: 1E, E0 and 7D. RGB value is (30,224,125). Sum of RGB (Red+Green+Blue) = 30+224+125=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EE07D is #E11F82. Grayscale: #9A9A9A. Windows color (decimal): -14753667 or 8249374. OLE color: 8249374.
HSL color Cylindrical-coordinate representation of color #1EE07D: hue angle of 149.38º 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 #1EE07D is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 125 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.12 |
| HSL | 149.38º | 0.76% | 0.5% | - |
| HSV(B) | 149.38º | 0.87% | 0.88% | - |
| XYZ | 30.89 | 55.07 | 28.4 | - |
| YUV | 154.71 | 111.23 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 125 | 0.87 | 0 | 0.44 | 0.12 | 149.38 | 0.76 | 0.5 |
| Hex | 1E | E0 | 7D | 57 | 0 | 2C | C | 95 | 4C | 32 |
| Octal | 36 | 340 | 175 | 127 | 0 | 54 | 14 | 225 | 114 | 62 |
| Binary | 11110 | 11100000 | 1111101 | 1010111 | 0 | 101100 | 1100 | 10010101 | 1001100 | 110010 |
Color Harmonies of #1EE07D
Complementary color
Monochromatic Colors of #1EE07D
Black with #1EE07D
Text Example
Text Example
White with #1EE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE07D; }
p { color: rgb(30,224,125); }
H1.HeaderClassName
{
color: #1EE07D;
}
.AnyTagClassName
{
color: #1EE07D;
}
</style>
background-color css
<style>
a { background-color: #1EE07D; }
a { background-color: rgb(30,224,125); }
div.DivClassName
{
background-color: #1EE07D;
}
.BgClassName
{
background-color: #1EE07D;
}
</style>
border-color css
<style>
span { border-color: #1EE07D; }
span { border-color: rgb(30,224,125); }
td.TdClassName
{
border-color: #1EE07D;
}
.TagClassName
{
border-color: #1EE07D;
}
</style>