#2ED2A9

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

Shades of Shamrock #2ED2A9

Tints of Shamrock #2ED2A9

Color information

#2ED2A9 (or 0x2ED2A9) is unknown color: approx Shamrock. HEX triplet: 2E, D2 and A9. RGB value is (46,210,169). Sum of RGB (Red+Green+Blue) = 46+210+169=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED2A9 is #D12D56. Grayscale: #9C9C9C. Windows color (decimal): -13708631 or 11129390. OLE color: 11129390.

HSL color Cylindrical-coordinate representation of color #2ED2A9: hue angle of 165º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED2A9 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB46210169-
CMYK0.7800.200.18
HSL165º64.57%50.2%-
HSV(B)165º78.1%82.35%-
XYZ31.3349.5445.45-
YUV156.29135.1749.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.82%
GREEN value IS 210 (82.42% from 255) = 49.41%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=10.82%
G=49.41%
B=39.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462101690.7800.200.1816564.5750.2
Hex2ED2A94E01412a54132
Octal563222511160242224510162
Binary1011101101001010101001100111001010010010101001011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ED2A9; }

 p { color: rgb(46,210,169); }

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

<style>
 a { background-color: #2ED2A9; }

 a { background-color: rgb(46,210,169); }

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

<style>
 span { border-color: #2ED2A9; }

 span { border-color: rgb(46,210,169); }

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