#1ED2A6

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

Shades of Shamrock #1ED2A6

Tints of Shamrock #1ED2A6

Color information

#1ED2A6 (or 0x1ED2A6) is unknown color: approx Shamrock. HEX triplet: 1E, D2 and A6. RGB value is (30,210,166). Sum of RGB (Red+Green+Blue) = 30+210+166=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED2A6 is #E12D59. Grayscale: #979797. Windows color (decimal): -14757210 or 10932766. OLE color: 10932766.

HSL color Cylindrical-coordinate representation of color #1ED2A6: hue angle of 165.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED2A6 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB30210166-
CMYK0.8600.210.18
HSL165.33º75%47.06%-
HSV(B)165.33º85.71%82.35%-
XYZ30.4649.1243.95-
YUV151.16136.3741.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.39%
GREEN value IS 210 (82.42% from 255) = 51.72%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=7.39%
G=51.72%
B=40.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302101660.8600.210.18165.337547.06
Hex1ED2A65601512a54b2f
Octal363222461260252224511357
Binary111101101001010100110101011001010110010101001011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,210,166); }

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

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

 a { background-color: rgb(30,210,166); }

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

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

 span { border-color: rgb(30,210,166); }

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