COLOR #A2EB7B

HEX: #A2EB7B
RGB: (162,235,123)

Color info

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

RGB color model

#A2EB7B color RGB value is (162,235,123).

  • red value is 162;
  • green value is 235;
  • blue value is 123.
RGB:
(162,235,123)
(64%,92%,48%)

RGB channels and saturation

R 162 of 255 = 64%
G 235 of 255 = 92%
B 123 of 255 = 48%

162
235
123

R + G + B ~ 68%. #A2EB7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 235 + 123 = 520 (100%)
R 162 of 520 ~ 31.15%
G 235 of 520 ~ 45.19%
B 123 of 520 ~ 23.65%

%31.15
%45.19
%23.65

CMYK color model

#A2EB7B color CMYK value is (31,0,48,8).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 7.84%
CMYK:
(31,0,48,8)
C31M0Y48K8 
(31%,0%,48%,8%)
(0.31/0.00/0.48/0.08)	

CMYK percentages

%31.06
%0
%47.66
%7.84

Codes

Color #A2EB7B in popluar color models

A2EB7B
RGB162235123
HSL99°73.68%70.20%
HSB/HSV99°47.66%92.16%
CMYK31.06%0.00%47.66%
7.84%

Color #A2EB7B in popluar number systems.

HEXA2EB7B
Decimal162235123
Binary10100010111010111111011
Octal242353173

Shades and tints

Shades of #A2EB7B

#A2EB7B
(162,235,123)
#94D670
(148,214,112)
#86C165
(134,193,101)
#78AC5A
(120,172,90)
#6A974F
(106,151,79)
#5C8244
(92,130,68)
#4E6D39
(78,109,57)
#40582E
(64,88,46)
#324323
(50,67,35)
#242E18
(36,46,24)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #A2EB7B

#A2EB7B
(162,235,123)
#AAEC87
(170,236,135)
#B2ED93
(178,237,147)
#BAEE9F
(186,238,159)
#C2EFAB
(194,239,171)
#CAF0B7
(202,240,183)
#D2F1C3
(210,241,195)
#DAF2CF
(218,242,207)
#E2F3DB
(226,243,219)
#EAF4E7
(234,244,231)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2EB7B; }

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

This text font color is #A2EB7B.


Background Color

.myBgColor { background-color: #A2EB7B; }

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

This div background color is #A2EB7B.


Border color

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

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

This div border color is #A2EB7B.


Opacity

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

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

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

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

This text has shadow with #A2EB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EB7B on black background.


Color preview on white background

This text has color #A2EB7B on white background.



Black color preview on #A2EB7B background

This text has black color on #A2EB7B background.


White color preview on #A2EB7B background

This text has white color on #A2EB7B background.