#1EDD9E

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

Shades of Shamrock #1EDD9E

Tints of Shamrock #1EDD9E

Color information

#1EDD9E (or 0x1EDD9E) is unknown color: approx Shamrock. HEX triplet: 1E, DD and 9E. RGB value is (30,221,158). Sum of RGB (Red+Green+Blue) = 30+221+158=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD9E is #E12261. Grayscale: #9C9C9C. Windows color (decimal): -14754402 or 10411294. OLE color: 10411294.

HSL color Cylindrical-coordinate representation of color #1EDD9E: hue angle of 160.21º 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 #1EDD9E is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB30221158-
CMYK0.8600.290.13
HSL160.21º76.1%49.22%-
HSV(B)160.21º86.43%86.67%-
XYZ32.5654.4641.14-
YUV156.71128.7237.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.33%
GREEN value IS 221 (86.72% from 255) = 54.03%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=7.33%
G=54.03%
B=38.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302211580.8600.290.13160.2176.149.22
Hex1EDD9E5601DDa04c31
Octal363352361260351524011461
Binary11110110111011001111010101100111011101101000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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