COLOR #A0ECA0

HEX: #A0ECA0
RGB: (160,236,160)

Color info

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

RGB color model

#A0ECA0 color RGB value is (160,236,160).

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

RGB channels and saturation

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

160
236
160

R + G + B ~ 73%. #A0ECA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 236 + 160 = 556 (100%)
R 160 of 556 ~ 28.78%
G 236 of 556 ~ 42.45%
B 160 of 556 ~ 28.78%

%28.78
%42.45
%28.78

CMYK color model

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

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

CMYK percentages

%32.2
%0
%32.2
%7.45

Codes

Color #A0ECA0 in popluar color models

A0ECA0
RGB160236160
HSL120°66.67%77.65%
HSB/HSV120°32.20%92.55%
CMYK32.20%0.00%32.20%
7.45%

Color #A0ECA0 in popluar number systems.

HEXA0ECA0
Decimal160236160
Binary101000001110110010100000
Octal240354240

Shades and tints

Shades of #A0ECA0

#A0ECA0
(160,236,160)
#92D792
(146,215,146)
#84C284
(132,194,132)
#76AD76
(118,173,118)
#689868
(104,152,104)
#5A835A
(90,131,90)
#4C6E4C
(76,110,76)
#3E593E
(62,89,62)
#304430
(48,68,48)
#222F22
(34,47,34)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #A0ECA0

#A0ECA0
(160,236,160)
#A8EDA8
(168,237,168)
#B0EEB0
(176,238,176)
#B8EFB8
(184,239,184)
#C0F0C0
(192,240,192)
#C8F1C8
(200,241,200)
#D0F2D0
(208,242,208)
#D8F3D8
(216,243,216)
#E0F4E0
(224,244,224)
#E8F5E8
(232,245,232)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ECA0; }

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

This text font color is #A0ECA0.


Background Color

.myBgColor { background-color: #A0ECA0; }

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

This div background color is #A0ECA0.


Border color

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

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

This div border color is #A0ECA0.


Opacity

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

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

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

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

This text has shadow with #A0ECA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ECA0 on black background.


Color preview on white background

This text has color #A0ECA0 on white background.



Black color preview on #A0ECA0 background

This text has black color on #A0ECA0 background.


White color preview on #A0ECA0 background

This text has white color on #A0ECA0 background.