Shades of Shamrock #1EDF7C
Tints of Shamrock #1EDF7C
RGB
CMYK
RGB Variations
Color information
#1EDF7C (or 0x1EDF7C) is known color: Shamrock. HEX triplet: 1E, DF and 7C. RGB value is (30,223,124). Sum of RGB (Red+Green+Blue) = 30+223+124=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDF7C is #E12083. Grayscale: #9A9A9A. Windows color (decimal): -14753924 or 8183582. OLE color: 8183582.
HSL color Cylindrical-coordinate representation of color #1EDF7C: hue angle of 149.22º 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 #1EDF7C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 124 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.13 |
| HSL | 149.22º | 0.76% | 0.5% | - |
| HSV(B) | 149.22º | 0.87% | 0.87% | - |
| XYZ | 30.56 | 54.51 | 27.98 | - |
| YUV | 154.01 | 111.06 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 124 | 0.87 | 0 | 0.44 | 0.13 | 149.22 | 0.76 | 0.5 |
| Hex | 1E | DF | 7C | 57 | 0 | 2C | D | 95 | 4C | 32 |
| Octal | 36 | 337 | 174 | 127 | 0 | 54 | 15 | 225 | 114 | 62 |
| Binary | 11110 | 11011111 | 1111100 | 1010111 | 0 | 101100 | 1101 | 10010101 | 1001100 | 110010 |
Color Harmonies of #1EDF7C
Complementary color
Monochromatic Colors of #1EDF7C
Black with #1EDF7C
Text Example
Text Example
White with #1EDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF7C; }
p { color: rgb(30,223,124); }
H1.HeaderClassName
{
color: #1EDF7C;
}
.AnyTagClassName
{
color: #1EDF7C;
}
</style>
background-color css
<style>
a { background-color: #1EDF7C; }
a { background-color: rgb(30,223,124); }
div.DivClassName
{
background-color: #1EDF7C;
}
.BgClassName
{
background-color: #1EDF7C;
}
</style>
border-color css
<style>
span { border-color: #1EDF7C; }
span { border-color: rgb(30,223,124); }
td.TdClassName
{
border-color: #1EDF7C;
}
.TagClassName
{
border-color: #1EDF7C;
}
</style>