#1EDDA0

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

Shades of Shamrock #1EDDA0

Tints of Shamrock #1EDDA0

Color information

#1EDDA0 (or 0x1EDDA0) is unknown color: approx Shamrock. HEX triplet: 1E, DD and A0. RGB value is (30,221,160). Sum of RGB (Red+Green+Blue) = 30+221+160=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDDA0 is #E1225F. Grayscale: #9C9C9C. Windows color (decimal): -14754400 or 10542366. OLE color: 10542366.

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

Color convert

RGB30221160-
CMYK0.8600.280.13
HSL160.84º76.1%49.22%-
HSV(B)160.84º86.43%86.67%-
XYZ32.7454.5342.06-
YUV156.94129.7237.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.30%
GREEN value IS 221 (86.72% from 255) = 53.77%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=7.30%
G=53.77%
B=38.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302211600.8600.280.13160.8476.149.22
Hex1EDDA05601CDa14c31
Octal363352401260341524111461
Binary11110110111011010000010101100111001101101000011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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