COLOR #A2ED59

HEX: #A2ED59 RGB: (162,237,89)

Color info

#A2ED59 contains mainly green color. Web safe color of #A2ED59 is #99FF66 (or #9F6).

RGB color model

#A2ED59 color RGB value is (162,237,89).

RGB: (162,237,89) (64%, 93%, 35%)

RGB channels and saturation

R 162 of 255 = 64%
G 237 of 255 = 93%
B 89 of 255 = 35%

162
237
89

R + G + B ~ 64%. #A2ED59 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 237 + 89 = 488 (100%)
R 162 of 488 ~ 33.2%
G 237 of 488 ~ 48.57%
B 89 of 488 ~ 18.24'%

%33.2
%48.57
%18.24

CMYK color model

#A2ED59 color CMYK value is (32,0,62,7).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 62.45%
  • key color value is 7.06%

CMYK: (32,0,62,7)
C32M0Y62K7 (32%, 0%, 62%, 7%)
(0.32 / 0.00 / 0.62 / 0.07)

CMYK percentages

%31.65
%0
%62.45
%7.06

Codes

Color #A2ED59 in popluar color models

A2 ED 59
RGB 162 237 89
HSL 90° 80.43% 63.92%
HSB/HSV 90° 62.45% 92.94%
CMYK 31.65% 0.00% 62.45%
7.06%

Color #A2ED59 in popluar number systems.

HEX A2 ED 59
Decimal 162 237 89
Binary 10100010 11101101 1011001
Octal 242 355 131

Shades and tints

Shades of #A2ED59

#A2ED59
(162,237,89)
#94D851
(148,216,81)
#86C349
(134,195,73)
#78AE41
(120,174,65)
#6A9939
(106,153,57)
#5C8431
(92,132,49)
#4E6F29
(78,111,41)
#405A21
(64,90,33)
#324519
(50,69,25)
#243011
(36,48,17)
#161B09
(22,27,9)
#000000
(0,0,0)

Tints of #A2ED59

#A2ED59
(162,237,89)
#AAEE68
(170,238,104)
#B2EF77
(178,239,119)
#BAF086
(186,240,134)
#C2F195
(194,241,149)
#CAF2A4
(202,242,164)
#D2F3B3
(210,243,179)
#DAF4C2
(218,244,194)
#E2F5D1
(226,245,209)
#EAF6E0
(234,246,224)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2ED59 color. Also use rgb(162,237,89) instead hex code.

Text Font Color

.myTextColor { color: #A2ED59; }

<p style="color:#A2ED59">This sample text font color is #A2ED59.</p>

This text font color is #A2ED59.

Background Color

.myBgColor { background-color: #A2ED59; }

<div style="background-color:#A2ED59">Inner text</div>

This div background color is #A2ED59.

Border color

.myBorderColor { border: 1px solid #A2ED59; }

<div style="border:3px solid #A2ED59">Div</div>

This div border color is #A2ED59.

Opacity

.myOpacity80 { color: #A2ED59; opacity: 0.8; }

<p style="color:#A2ED59;opacity:0.8;">80%</p>

Text with #A2ED59 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A2ED59;}

<p style="text-shadow: 3px 3px 1px #A2ED59">Text here.</p>

This text has shadow with #A2ED59 color.


.textShadow {text-shadow: 3px 3px 1px #A2ED59', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A2ED59, 5px 5px 20px red">Text here.</p>

This text has shadow with #A2ED59 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A2ED59, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A2ED59, Direction=45, Strength=4)">Text</p>

This text has shadow with #A2ED59 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A2ED59;
-webkit-box-shadow: 1px 1px 3px 2px #A2ED59;
box-shadow: 1px 1px 3px 2px #A2ED59;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A2ED59; -webkit-box-shadow: 1px 1px 3px 2px #A2ED59; box-shadow:1px 1px 3px 2px #A2ED59;">
Div content here
</div>

This div box has shadow with color #A2ED59.

Preview

Color preview on black background

This text has color #A2ED59 on black background.


Color preview on white background

This text has color #A2ED59 on white background.


Black color preview on #A2ED59 background

This text has black color on #A2ED59 background.


White color preview on #A2ED59 background

This text has white color on #A2ED59 background.


Related colors

Complementary color

Complementary color for #hex is #5D12A6.


I love getcolorcode.com

Triadic colors

1 #59A2ED and #ED59A2 with #A2ED59 are triadic colors.

2 #59EDA2 and #EDA259 with #A2ED59 are triadic colors.