Shades of Shamrock #1EE085
Tints of Shamrock #1EE085
RGB
CMYK
RGB Variations
Color information
#1EE085 (or 0x1EE085) is known color: Shamrock. HEX triplet: 1E, E0 and 85. RGB value is (30,224,133). Sum of RGB (Red+Green+Blue) = 30+224+133=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE085 is #E11F7A. Grayscale: #9B9B9B. Windows color (decimal): -14753659 or 8773662. OLE color: 8773662.
HSL color Cylindrical-coordinate representation of color #1EE085: hue angle of 151.86º 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 #1EE085 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 133 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.12 |
| HSL | 151.86º | 0.76% | 0.5% | - |
| HSV(B) | 151.86º | 0.87% | 0.88% | - |
| XYZ | 31.42 | 55.28 | 31.2 | - |
| YUV | 155.62 | 115.23 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 133 | 0.87 | 0 | 0.41 | 0.12 | 151.86 | 0.76 | 0.5 |
| Hex | 1E | E0 | 85 | 57 | 0 | 29 | C | 98 | 4C | 32 |
| Octal | 36 | 340 | 205 | 127 | 0 | 51 | 14 | 230 | 114 | 62 |
| Binary | 11110 | 11100000 | 10000101 | 1010111 | 0 | 101001 | 1100 | 10011000 | 1001100 | 110010 |
Color Harmonies of #1EE085
Complementary color
Monochromatic Colors of #1EE085
Black with #1EE085
Text Example
Text Example
White with #1EE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE085; }
p { color: rgb(30,224,133); }
H1.HeaderClassName
{
color: #1EE085;
}
.AnyTagClassName
{
color: #1EE085;
}
</style>
background-color css
<style>
a { background-color: #1EE085; }
a { background-color: rgb(30,224,133); }
div.DivClassName
{
background-color: #1EE085;
}
.BgClassName
{
background-color: #1EE085;
}
</style>
border-color css
<style>
span { border-color: #1EE085; }
span { border-color: rgb(30,224,133); }
td.TdClassName
{
border-color: #1EE085;
}
.TagClassName
{
border-color: #1EE085;
}
</style>