COLOR #A0E986

HEX: #A0E986
RGB: (160,233,134)

Color info

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

RGB color model

#A0E986 color RGB value is (160,233,134).

  • red value is 160;
  • green value is 233;
  • blue value is 134.
RGB:
(160,233,134)
(63%,91%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 233 of 255 = 91%
B 134 of 255 = 53%

160
233
134

R + G + B ~ 69%. #A0E986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 233 + 134 = 527 (100%)
R 160 of 527 ~ 30.36%
G 233 of 527 ~ 44.21%
B 134 of 527 ~ 25.43%

%30.36
%44.21
%25.43

CMYK color model

#A0E986 color CMYK value is (31,0,42,9).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 42.49%
  • key color value is 8.63%
CMYK:
(31,0,42,9)
C31M0Y42K9 
(31%,0%,42%,9%)
(0.31/0.00/0.42/0.09)	

CMYK percentages

%31.33
%0
%42.49
%8.63

Codes

Color #A0E986 in popluar color models

A0E986
RGB160233134
HSL104°69.23%71.96%
HSB/HSV104°42.49%91.37%
CMYK31.33%0.00%42.49%
8.63%

Color #A0E986 in popluar number systems.

HEXA0E986
Decimal160233134
Binary101000001110100110000110
Octal240351206

Shades and tints

Shades of #A0E986

#A0E986
(160,233,134)
#92D47A
(146,212,122)
#84BF6E
(132,191,110)
#76AA62
(118,170,98)
#689556
(104,149,86)
#5A804A
(90,128,74)
#4C6B3E
(76,107,62)
#3E5632
(62,86,50)
#304126
(48,65,38)
#222C1A
(34,44,26)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #A0E986

#A0E986
(160,233,134)
#A8EB91
(168,235,145)
#B0ED9C
(176,237,156)
#B8EFA7
(184,239,167)
#C0F1B2
(192,241,178)
#C8F3BD
(200,243,189)
#D0F5C8
(208,245,200)
#D8F7D3
(216,247,211)
#E0F9DE
(224,249,222)
#E8FBE9
(232,251,233)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E986; }

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

This text font color is #A0E986.


Background Color

.myBgColor { background-color: #A0E986; }

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

This div background color is #A0E986.


Border color

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

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

This div border color is #A0E986.


Opacity

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

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

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

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

This text has shadow with #A0E986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E986 on black background.


Color preview on white background

This text has color #A0E986 on white background.



Black color preview on #A0E986 background

This text has black color on #A0E986 background.


White color preview on #A0E986 background

This text has white color on #A0E986 background.