Shades of Shamrock #1EDF88
Tints of Shamrock #1EDF88
RGB
CMYK
RGB Variations
Color information
#1EDF88 (or 0x1EDF88) is known color: Shamrock. HEX triplet: 1E, DF and 88. RGB value is (30,223,136). Sum of RGB (Red+Green+Blue) = 30+223+136=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDF88 is #E12077. Grayscale: #9B9B9B. Windows color (decimal): -14753912 or 8970014. OLE color: 8970014.
HSL color Cylindrical-coordinate representation of color #1EDF88: hue angle of 152.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF88 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 136 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.13 |
| HSL | 152.95º | 0.76% | 0.5% | - |
| HSV(B) | 152.95º | 0.87% | 0.87% | - |
| XYZ | 31.37 | 54.83 | 32.22 | - |
| YUV | 155.38 | 117.06 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 136 | 0.87 | 0 | 0.39 | 0.13 | 152.95 | 0.76 | 0.5 |
| Hex | 1E | DF | 88 | 57 | 0 | 27 | D | 99 | 4C | 32 |
| Octal | 36 | 337 | 210 | 127 | 0 | 47 | 15 | 231 | 114 | 62 |
| Binary | 11110 | 11011111 | 10001000 | 1010111 | 0 | 100111 | 1101 | 10011001 | 1001100 | 110010 |
Color Harmonies of #1EDF88
Complementary color
Monochromatic Colors of #1EDF88
Black with #1EDF88
Text Example
Text Example
White with #1EDF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF88; }
p { color: rgb(30,223,136); }
H1.HeaderClassName
{
color: #1EDF88;
}
.AnyTagClassName
{
color: #1EDF88;
}
</style>
background-color css
<style>
a { background-color: #1EDF88; }
a { background-color: rgb(30,223,136); }
div.DivClassName
{
background-color: #1EDF88;
}
.BgClassName
{
background-color: #1EDF88;
}
</style>
border-color css
<style>
span { border-color: #1EDF88; }
span { border-color: rgb(30,223,136); }
td.TdClassName
{
border-color: #1EDF88;
}
.TagClassName
{
border-color: #1EDF88;
}
</style>