#1EDDA8

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

Shades of Shamrock #1EDDA8

Tints of Shamrock #1EDDA8

Color information

#1EDDA8 (or 0x1EDDA8) is unknown color: approx Shamrock. HEX triplet: 1E, DD and A8. RGB value is (30,221,168). Sum of RGB (Red+Green+Blue) = 30+221+168=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDDA8 is #E12257. Grayscale: #9D9D9D. Windows color (decimal): -14754392 or 11066654. OLE color: 11066654.

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

Color convert

RGB30221168-
CMYK0.8600.240.13
HSL163.35º76.1%49.22%-
HSV(B)163.35º86.43%86.67%-
XYZ33.4654.8245.86-
YUV157.85133.7236.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.16%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 168 (66.02% from 255) = 40.10%
R=7.16%
G=52.74%
B=40.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302211680.8600.240.13163.3576.149.22
Hex1EDDA856018Da34c31
Octal363352501260301524311461
Binary11110110111011010100010101100110001101101000111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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