COLOR #A2EB60

HEX: #A2EB60
RGB: (162,235,96)

Color info

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

RGB color model

#A2EB60 color RGB value is (162,235,96).

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

RGB channels and saturation

R 162 of 255 = 64%
G 235 of 255 = 92%
B 96 of 255 = 38%

162
235
96

R + G + B ~ 65%. #A2EB60 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 235 + 96 = 493 (100%)
R 162 of 493 ~ 32.86%
G 235 of 493 ~ 47.67%
B 96 of 493 ~ 19.47%

%32.86
%47.67
%19.47

CMYK color model

#A2EB60 color CMYK value is (31,0,59,8).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 7.84%
CMYK:
(31,0,59,8)
C31M0Y59K8 
(31%,0%,59%,8%)
(0.31/0.00/0.59/0.08)	

CMYK percentages

%31.06
%0
%59.15
%7.84

Codes

Color #A2EB60 in popluar color models

A2EB60
RGB16223596
HSL92°77.65%64.90%
HSB/HSV92°59.15%92.16%
CMYK31.06%0.00%59.15%
7.84%

Color #A2EB60 in popluar number systems.

HEXA2EB60
Decimal16223596
Binary10100010111010111100000
Octal242353140

Shades and tints

Shades of #A2EB60

#A2EB60
(162,235,96)
#94D658
(148,214,88)
#86C150
(134,193,80)
#78AC48
(120,172,72)
#6A9740
(106,151,64)
#5C8238
(92,130,56)
#4E6D30
(78,109,48)
#405828
(64,88,40)
#324320
(50,67,32)
#242E18
(36,46,24)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #A2EB60

#A2EB60
(162,235,96)
#AAEC6E
(170,236,110)
#B2ED7C
(178,237,124)
#BAEE8A
(186,238,138)
#C2EF98
(194,239,152)
#CAF0A6
(202,240,166)
#D2F1B4
(210,241,180)
#DAF2C2
(218,242,194)
#E2F3D0
(226,243,208)
#EAF4DE
(234,244,222)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2EB60; }

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

This text font color is #A2EB60.


Background Color

.myBgColor { background-color: #A2EB60; }

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

This div background color is #A2EB60.


Border color

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

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

This div border color is #A2EB60.


Opacity

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

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

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

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

This text has shadow with #A2EB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EB60 on black background.


Color preview on white background

This text has color #A2EB60 on white background.



Black color preview on #A2EB60 background

This text has black color on #A2EB60 background.


White color preview on #A2EB60 background

This text has white color on #A2EB60 background.