Shades of Shamrock #1EE182
Tints of Shamrock #1EE182
RGB
CMYK
RGB Variations
Color information
#1EE182 (or 0x1EE182) is known color: Shamrock. HEX triplet: 1E, E1 and 82. RGB value is (30,225,130). Sum of RGB (Red+Green+Blue) = 30+225+130=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE182 is #E11E7D. Grayscale: #9C9C9C. Windows color (decimal): -14753406 or 8577310. OLE color: 8577310.
HSL color Cylindrical-coordinate representation of color #1EE182: hue angle of 150.77º 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 #1EE182 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 130 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.12 |
| HSL | 150.77º | 0.76% | 0.5% | - |
| HSV(B) | 150.77º | 0.87% | 0.88% | - |
| XYZ | 31.49 | 55.74 | 30.22 | - |
| YUV | 155.87 | 113.4 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 130 | 0.87 | 0 | 0.42 | 0.12 | 150.77 | 0.76 | 0.5 |
| Hex | 1E | E1 | 82 | 57 | 0 | 2A | C | 97 | 4C | 32 |
| Octal | 36 | 341 | 202 | 127 | 0 | 52 | 14 | 227 | 114 | 62 |
| Binary | 11110 | 11100001 | 10000010 | 1010111 | 0 | 101010 | 1100 | 10010111 | 1001100 | 110010 |
Color Harmonies of #1EE182
Complementary color
Monochromatic Colors of #1EE182
Black with #1EE182
Text Example
Text Example
White with #1EE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE182; }
p { color: rgb(30,225,130); }
H1.HeaderClassName
{
color: #1EE182;
}
.AnyTagClassName
{
color: #1EE182;
}
</style>
background-color css
<style>
a { background-color: #1EE182; }
a { background-color: rgb(30,225,130); }
div.DivClassName
{
background-color: #1EE182;
}
.BgClassName
{
background-color: #1EE182;
}
</style>
border-color css
<style>
span { border-color: #1EE182; }
span { border-color: rgb(30,225,130); }
td.TdClassName
{
border-color: #1EE182;
}
.TagClassName
{
border-color: #1EE182;
}
</style>