COLOR #A0E57E

HEX: #A0E57E RGB: (160,229,126)

Color info

#A0E57E contains mainly green color. Web safe color of #A0E57E is #99CC66 (or #9C6).

RGB color model

#A0E57E color RGB value is (160,229,126).

RGB: (160,229,126) (63%, 90%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 229 of 255 = 90%
B 126 of 255 = 49%

160
229
126

R + G + B ~ 67%. #A0E57E is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 229 + 126 = 515 (100%)
R 160 of 515 ~ 31.07%
G 229 of 515 ~ 44.47%
B 126 of 515 ~ 24.47'%

%31.07
%44.47
%24.47

CMYK color model

#A0E57E color CMYK value is (30,0,45,10).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 44.98%
  • key color value is 10.20%

CMYK: (30,0,45,10)
C30M0Y45K10 (30%, 0%, 45%, 10%)
(0.30 / 0.00 / 0.45 / 0.10)

CMYK percentages

%30.13
%0
%44.98
%10.2

Codes

Color #A0E57E in popluar color models

A0 E5 7E
RGB 160 229 126
HSL 100° 66.45% 69.61%
HSB/HSV 100° 44.98% 89.80%
CMYK 30.13% 0.00% 44.98%
10.20%

Color #A0E57E in popluar number systems.

HEX A0 E5 7E
Decimal 160 229 126
Binary 10100000 11100101 1111110
Octal 240 345 176

Shades and tints

Shades of #A0E57E

#A0E57E
(160,229,126)
#92D173
(146,209,115)
#84BD68
(132,189,104)
#76A95D
(118,169,93)
#689552
(104,149,82)
#5A8147
(90,129,71)
#4C6D3C
(76,109,60)
#3E5931
(62,89,49)
#304526
(48,69,38)
#22311B
(34,49,27)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #A0E57E

#A0E57E
(160,229,126)
#A8E789
(168,231,137)
#B0E994
(176,233,148)
#B8EB9F
(184,235,159)
#C0EDAA
(192,237,170)
#C8EFB5
(200,239,181)
#D0F1C0
(208,241,192)
#D8F3CB
(216,243,203)
#E0F5D6
(224,245,214)
#E8F7E1
(232,247,225)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E57E; }

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

This text font color is #A0E57E.

Background Color

.myBgColor { background-color: #A0E57E; }

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

This div background color is #A0E57E.

Border color

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

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

This div border color is #A0E57E.

Opacity

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

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

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

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

This text has shadow with #A0E57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E57E.

Preview

Color preview on black background

This text has color #A0E57E on black background.


Color preview on white background

This text has color #A0E57E on white background.


Black color preview on #A0E57E background

This text has black color on #A0E57E background.


White color preview on #A0E57E background

This text has white color on #A0E57E background.


Related colors

Complementary color

Complementary color for #hex is #5F1A81.


I love getcolorcode.com

Triadic colors

1 #7EA0E5 and #E57EA0 with #A0E57E are triadic colors.

2 #7EE5A0 and #E5A07E with #A0E57E are triadic colors.