COLOR #A0E486

HEX: #A0E486 RGB: (160,228,134)

Color info

#A0E486 contains mainly green color. Web safe color of #A0E486 is #99CC99 (or #9C9).

RGB color model

#A0E486 color RGB value is (160,228,134).

RGB: (160,228,134) (63%, 89%, 53%)

RGB channels and saturation

R 160 of 255 = 63%
G 228 of 255 = 89%
B 134 of 255 = 53%

160
228
134

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

Portions of RGB colors in percentages

R + G + B = 160 + 228 + 134 = 522 (100%)
R 160 of 522 ~ 30.65%
G 228 of 522 ~ 43.68%
B 134 of 522 ~ 25.67'%

%30.65
%43.68
%25.67

CMYK color model

#A0E486 color CMYK value is (30,0,41,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 10.59%
CMYK: (30,0,41,11) C30M0Y41K11 (30%,0%,41%,11%) (0.30/0.00/0.41/0.11) 

CMYK percentages

%29.82
%0
%41.23
%10.59

Codes

Color #A0E486 in popluar color models

A0 E4 86
RGB 160 228 134
HSL 103° 63.51% 70.98%
HSB/HSV 103° 41.23% 89.41%
CMYK 29.82% 0.00% 41.23%
10.59%

Color #A0E486 in popluar number systems.

HEX A0 E4 86
Decimal 160 228 134
Binary 10100000 11100100 10000110
Octal 240 344 206

Shades and tints

Shades of #A0E486

#A0E486
(160,228,134)
#92D07A
(146,208,122)
#84BC6E
(132,188,110)
#76A862
(118,168,98)
#689456
(104,148,86)
#5A804A
(90,128,74)
#4C6C3E
(76,108,62)
#3E5832
(62,88,50)
#304426
(48,68,38)
#22301A
(34,48,26)
#141C0E
(20,28,14)
#000000
(0,0,0)

Tints of #A0E486

#A0E486
(160,228,134)
#A8E691
(168,230,145)
#B0E89C
(176,232,156)
#B8EAA7
(184,234,167)
#C0ECB2
(192,236,178)
#C8EEBD
(200,238,189)
#D0F0C8
(208,240,200)
#D8F2D3
(216,242,211)
#E0F4DE
(224,244,222)
#E8F6E9
(232,246,233)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E486; }

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

This text font color is #A0E486.

Background Color

.myBgColor { background-color: #A0E486; }

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

This div background color is #A0E486.

Border color

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

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

This div border color is #A0E486.

Opacity

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

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

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

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

This text has shadow with #A0E486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E486.

Preview

Color preview on black background

This text has color #A0E486 on black background.


Color preview on white background

This text has color #A0E486 on white background.


Black color preview on #A0E486 background

This text has black color on #A0E486 background.


White color preview on #A0E486 background

This text has white color on #A0E486 background.


Related colors

Complementary color

Complementary color for #hex is #5F1B79.


I love getcolorcode.com

Triadic colors

1 #86A0E4 and #E486A0 with #A0E486 are triadic colors.

2 #86E4A0 and #E4A086 with #A0E486 are triadic colors.