COLOR #A2EB99

HEX: #A2EB99 RGB: (162,235,153)

Color info

#A2EB99 contains mainly green color. Web safe color of #A2EB99 is #99FF99 (or #9F9).

RGB color model

#A2EB99 color RGB value is (162,235,153).

RGB: (162,235,153) (64%, 92%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 235 of 255 = 92%
B 153 of 255 = 60%

162
235
153

R + G + B ~ 72%. #A2EB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 235 + 153 = 550 (100%)
R 162 of 550 ~ 29.45%
G 235 of 550 ~ 42.73%
B 153 of 550 ~ 27.82'%

%29.45
%42.73
%27.82

CMYK color model

#A2EB99 color CMYK value is (31,0,35,8).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 34.89%
  • key color value is 7.84%

CMYK: (31,0,35,8)
C31M0Y35K8 (31%, 0%, 35%, 8%)
(0.31 / 0.00 / 0.35 / 0.08)

CMYK percentages

%31.06
%0
%34.89
%7.84

Codes

Color #A2EB99 in popluar color models

A2 EB 99
RGB 162 235 153
HSL 113° 67.21% 76.08%
HSB/HSV 113° 34.89% 92.16%
CMYK 31.06% 0.00% 34.89%
7.84%

Color #A2EB99 in popluar number systems.

HEX A2 EB 99
Decimal 162 235 153
Binary 10100010 11101011 10011001
Octal 242 353 231

Shades and tints

Shades of #A2EB99

#A2EB99
(162,235,153)
#94D68C
(148,214,140)
#86C17F
(134,193,127)
#78AC72
(120,172,114)
#6A9765
(106,151,101)
#5C8258
(92,130,88)
#4E6D4B
(78,109,75)
#40583E
(64,88,62)
#324331
(50,67,49)
#242E24
(36,46,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #A2EB99

#A2EB99
(162,235,153)
#AAECA2
(170,236,162)
#B2EDAB
(178,237,171)
#BAEEB4
(186,238,180)
#C2EFBD
(194,239,189)
#CAF0C6
(202,240,198)
#D2F1CF
(210,241,207)
#DAF2D8
(218,242,216)
#E2F3E1
(226,243,225)
#EAF4EA
(234,244,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2EB99 color. Also use rgb(162,235,153) instead hex code.

Text Font Color

.myTextColor { color: #A2EB99; }

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

This text font color is #A2EB99.

Background Color

.myBgColor { background-color: #A2EB99; }

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

This div background color is #A2EB99.

Border color

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

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

This div border color is #A2EB99.

Opacity

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

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

Text with #A2EB99 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 #A2EB99;}

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

This text has shadow with #A2EB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2EB99.

Preview

Color preview on black background

This text has color #A2EB99 on black background.


Color preview on white background

This text has color #A2EB99 on white background.


Black color preview on #A2EB99 background

This text has black color on #A2EB99 background.


White color preview on #A2EB99 background

This text has white color on #A2EB99 background.


Related colors

Complementary color

Complementary color for #hex is #5D1466.


I love getcolorcode.com

Triadic colors

1 #99A2EB and #EB99A2 with #A2EB99 are triadic colors.

2 #99EBA2 and #EBA299 with #A2EB99 are triadic colors.