#1edd7e

Color #1EDD7E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #1EDD7E

Tints of Shamrock #1EDD7E

Color information

#1EDD7E (or 0x1EDD7E) is unknown color: approx Shamrock. HEX triplet: 1E, DD and 7E. RGB value is (30,221,126). Sum of RGB (Red+Green+Blue) = 30+221+126=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDD7E is #E12281. Grayscale: #999999. Windows color (decimal): -14754434 or 8314142. OLE color: 8314142.

HSL color Cylindrical-coordinate representation of color #1EDD7E: hue angle of 150.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDD7E is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB30221126-
CMYK0.8600.430.13
HSL150.16º76.1%49.22%-
HSV(B)150.16º86.43%86.67%-
XYZ30.1653.528.47-
YUV153.06112.7240.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 7.96%
GREEN value IS 221 (86.72% from 255) = 58.62%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=7.96%
G=58.62%
B=33.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302211260.8600.430.13150.1676.149.22
Hex1EDD7E5602BD964c31
Octal363351761260531522611461
Binary11110110111011111110101011001010111101100101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1edd7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1edd7e; }

 p { color: rgb(30,221,126); }

 H1.HeaderClassName
 {
   color: #1edd7e;
 }
 .AnyTagClassName
 {
   color: #1edd7e;
 }
</style>
background-color css

<style>
 a { background-color: #1edd7e; }

 a { background-color: rgb(30,221,126); }

 div.DivClassName
 {
   background-color: #1edd7e;
 }
 .BgClassName
 {
   background-color: #1edd7e;
 }
</style>
border-color css

<style>
 span { border-color: #1edd7e; }

 span { border-color: rgb(30,221,126); }

 td.TdClassName
 {
   border-color: #1edd7e;
 }
 .TagClassName
 {
   border-color: #1edd7e;
 }
</style>