COLOR #A2EE92

HEX: #A2EE92
RGB: (162,238,146)

Color info

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

RGB color model

#A2EE92 color RGB value is (162,238,146).

  • red value is 162;
  • green value is 238;
  • blue value is 146.
RGB:
(162,238,146)
(64%,93%,57%)

RGB channels and saturation

R 162 of 255 = 64%
G 238 of 255 = 93%
B 146 of 255 = 57%

162
238
146

R + G + B ~ 71%. #A2EE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 238 + 146 = 546 (100%)
R 162 of 546 ~ 29.67%
G 238 of 546 ~ 43.59%
B 146 of 546 ~ 26.74%

%29.67
%43.59
%26.74

CMYK color model

#A2EE92 color CMYK value is (32,0,39,7).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 6.67%
CMYK:
(32,0,39,7)
C32M0Y39K7 
(32%,0%,39%,7%)
(0.32/0.00/0.39/0.07)	

CMYK percentages

%31.93
%0
%38.66
%6.67

Codes

Color #A2EE92 in popluar color models

A2EE92
RGB162238146
HSL110°73.02%75.29%
HSB/HSV110°38.66%93.33%
CMYK31.93%0.00%38.66%
6.67%

Color #A2EE92 in popluar number systems.

HEXA2EE92
Decimal162238146
Binary101000101110111010010010
Octal242356222

Shades and tints

Shades of #A2EE92

#A2EE92
(162,238,146)
#94D985
(148,217,133)
#86C478
(134,196,120)
#78AF6B
(120,175,107)
#6A9A5E
(106,154,94)
#5C8551
(92,133,81)
#4E7044
(78,112,68)
#405B37
(64,91,55)
#32462A
(50,70,42)
#24311D
(36,49,29)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #A2EE92

#A2EE92
(162,238,146)
#AAEF9B
(170,239,155)
#B2F0A4
(178,240,164)
#BAF1AD
(186,241,173)
#C2F2B6
(194,242,182)
#CAF3BF
(202,243,191)
#D2F4C8
(210,244,200)
#DAF5D1
(218,245,209)
#E2F6DA
(226,246,218)
#EAF7E3
(234,247,227)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2EE92 color. Also use rgb(162,238,146) instead hex code.

Text Font Color

.myTextColor { color: #A2EE92; }

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

This text font color is #A2EE92.


Background Color

.myBgColor { background-color: #A2EE92; }

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

This div background color is #A2EE92.


Border color

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

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

This div border color is #A2EE92.


Opacity

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

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

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

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

This text has shadow with #A2EE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EE92 on black background.


Color preview on white background

This text has color #A2EE92 on white background.



Black color preview on #A2EE92 background

This text has black color on #A2EE92 background.


White color preview on #A2EE92 background

This text has white color on #A2EE92 background.