#1EDDA2

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

Shades of Shamrock #1EDDA2

Tints of Shamrock #1EDDA2

Color information

#1EDDA2 (or 0x1EDDA2) is unknown color: approx Shamrock. HEX triplet: 1E, DD and A2. RGB value is (30,221,162). Sum of RGB (Red+Green+Blue) = 30+221+162=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDDA2 is #E1225D. Grayscale: #9D9D9D. Windows color (decimal): -14754398 or 10673438. OLE color: 10673438.

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

Color convert

RGB30221162-
CMYK0.8600.270.13
HSL161.47º76.1%49.22%-
HSV(B)161.47º86.43%86.67%-
XYZ32.9154.642.99-
YUV157.16130.7237.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.26%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 162 (63.67% from 255) = 39.23%
R=7.26%
G=53.51%
B=39.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302211620.8600.270.13161.4776.149.22
Hex1EDDA25601BDa14c31
Octal363352421260331524111461
Binary11110110111011010001010101100110111101101000011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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