COLOR #A0EC79

HEX: #A0EC79
RGB: (160,236,121)

Color info

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

RGB color model

#A0EC79 color RGB value is (160,236,121).

  • red value is 160;
  • green value is 236;
  • blue value is 121.
RGB:
(160,236,121)
(63%,93%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 236 of 255 = 93%
B 121 of 255 = 47%

160
236
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 236 + 121 = 517 (100%)
R 160 of 517 ~ 30.95%
G 236 of 517 ~ 45.65%
B 121 of 517 ~ 23.4%

%30.95
%45.65
%23.4

CMYK color model

#A0EC79 color CMYK value is (32,0,49,7).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 48.73%
  • key color value is 7.45%
CMYK:
(32,0,49,7)
C32M0Y49K7 
(32%,0%,49%,7%)
(0.32/0.00/0.49/0.07)	

CMYK percentages

%32.2
%0
%48.73
%7.45

Codes

Color #A0EC79 in popluar color models

A0EC79
RGB160236121
HSL100°75.16%70.00%
HSB/HSV100°48.73%92.55%
CMYK32.20%0.00%48.73%
7.45%

Color #A0EC79 in popluar number systems.

HEXA0EC79
Decimal160236121
Binary10100000111011001111001
Octal240354171

Shades and tints

Shades of #A0EC79

#A0EC79
(160,236,121)
#92D76E
(146,215,110)
#84C263
(132,194,99)
#76AD58
(118,173,88)
#68984D
(104,152,77)
#5A8342
(90,131,66)
#4C6E37
(76,110,55)
#3E592C
(62,89,44)
#304421
(48,68,33)
#222F16
(34,47,22)
#141A0B
(20,26,11)
#000000
(0,0,0)

Tints of #A0EC79

#A0EC79
(160,236,121)
#A8ED85
(168,237,133)
#B0EE91
(176,238,145)
#B8EF9D
(184,239,157)
#C0F0A9
(192,240,169)
#C8F1B5
(200,241,181)
#D0F2C1
(208,242,193)
#D8F3CD
(216,243,205)
#E0F4D9
(224,244,217)
#E8F5E5
(232,245,229)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EC79 color. Also use rgb(160,236,121) instead hex code.

Text Font Color

.myTextColor { color: #A0EC79; }

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

This text font color is #A0EC79.


Background Color

.myBgColor { background-color: #A0EC79; }

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

This div background color is #A0EC79.


Border color

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

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

This div border color is #A0EC79.


Opacity

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

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

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

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

This text has shadow with #A0EC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EC79 on black background.


Color preview on white background

This text has color #A0EC79 on white background.



Black color preview on #A0EC79 background

This text has black color on #A0EC79 background.


White color preview on #A0EC79 background

This text has white color on #A0EC79 background.