Shades of Shamrock #1EE68A
Tints of Shamrock #1EE68A
RGB
CMYK
RGB Variations
Color information
#1EE68A (or 0x1EE68A) is known color: Shamrock. HEX triplet: 1E, E6 and 8A. RGB value is (30,230,138). Sum of RGB (Red+Green+Blue) = 30+230+138=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 230 (90.23% from 255 or 57.79% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EE68A is #E11975. Grayscale: #9F9F9F. Windows color (decimal): -14752118 or 9102878. OLE color: 9102878.
HSL color Cylindrical-coordinate representation of color #1EE68A: hue angle of 152.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE68A is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 138 | - |
| CMYK | 0.87 | 0 | 0.4 | 0.10 |
| HSL | 152.4º | 0.8% | 0.51% | - |
| HSV(B) | 152.4º | 0.87% | 0.9% | - |
| XYZ | 33.42 | 58.7 | 33.61 | - |
| YUV | 159.71 | 115.74 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 138 | 0.87 | 0 | 0.4 | 0.10 | 152.4 | 0.8 | 0.51 |
| Hex | 1E | E6 | 8A | 57 | 0 | 28 | A | 98 | 50 | 33 |
| Octal | 36 | 346 | 212 | 127 | 0 | 50 | 12 | 230 | 120 | 63 |
| Binary | 11110 | 11100110 | 10001010 | 1010111 | 0 | 101000 | 1010 | 10011000 | 1010000 | 110011 |
Color Harmonies of #1EE68A
Complementary color
Monochromatic Colors of #1EE68A
Black with #1EE68A
Text Example
Text Example
White with #1EE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE68A; }
p { color: rgb(30,230,138); }
H1.HeaderClassName
{
color: #1EE68A;
}
.AnyTagClassName
{
color: #1EE68A;
}
</style>
background-color css
<style>
a { background-color: #1EE68A; }
a { background-color: rgb(30,230,138); }
div.DivClassName
{
background-color: #1EE68A;
}
.BgClassName
{
background-color: #1EE68A;
}
</style>
border-color css
<style>
span { border-color: #1EE68A; }
span { border-color: rgb(30,230,138); }
td.TdClassName
{
border-color: #1EE68A;
}
.TagClassName
{
border-color: #1EE68A;
}
</style>