Shades of Shamrock #1EE098
Tints of Shamrock #1EE098
RGB
CMYK
RGB Variations
Color information
#1EE098 (or 0x1EE098) is known color: Shamrock. HEX triplet: 1E, E0 and 98. RGB value is (30,224,152). Sum of RGB (Red+Green+Blue) = 30+224+152=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE098 is #E11F67. Grayscale: #9D9D9D. Windows color (decimal): -14753640 or 10018846. OLE color: 10018846.
HSL color Cylindrical-coordinate representation of color #1EE098: hue angle of 157.73º 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 #1EE098 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 152 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.12 |
| HSL | 157.73º | 0.76% | 0.5% | - |
| HSV(B) | 157.73º | 0.87% | 0.88% | - |
| XYZ | 32.86 | 55.85 | 38.75 | - |
| YUV | 157.79 | 124.73 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 152 | 0.87 | 0 | 0.32 | 0.12 | 157.73 | 0.76 | 0.5 |
| Hex | 1E | E0 | 98 | 57 | 0 | 20 | C | 9E | 4C | 32 |
| Octal | 36 | 340 | 230 | 127 | 0 | 40 | 14 | 236 | 114 | 62 |
| Binary | 11110 | 11100000 | 10011000 | 1010111 | 0 | 100000 | 1100 | 10011110 | 1001100 | 110010 |
Color Harmonies of #1EE098
Complementary color
Monochromatic Colors of #1EE098
Black with #1EE098
Text Example
Text Example
White with #1EE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE098; }
p { color: rgb(30,224,152); }
H1.HeaderClassName
{
color: #1EE098;
}
.AnyTagClassName
{
color: #1EE098;
}
</style>
background-color css
<style>
a { background-color: #1EE098; }
a { background-color: rgb(30,224,152); }
div.DivClassName
{
background-color: #1EE098;
}
.BgClassName
{
background-color: #1EE098;
}
</style>
border-color css
<style>
span { border-color: #1EE098; }
span { border-color: rgb(30,224,152); }
td.TdClassName
{
border-color: #1EE098;
}
.TagClassName
{
border-color: #1EE098;
}
</style>