COLOR #A0E49C

HEX: #A0E49C RGB: (160,228,156)

Color info

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

RGB color model

#A0E49C color RGB value is (160,228,156).

RGB: (160,228,156) (63%, 89%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 228 of 255 = 89%
B 156 of 255 = 61%

160
228
156

R + G + B ~ 71%. #A0E49C is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 228 + 156 = 544 (100%)
R 160 of 544 ~ 29.41%
G 228 of 544 ~ 41.91%
B 156 of 544 ~ 28.68'%

%29.41
%41.91
%28.68

CMYK color model

#A0E49C color CMYK value is (30,0,32,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 10.59%

CMYK: (30,0,32,11)
C30M0Y32K11 (30%, 0%, 32%, 11%)
(0.30 / 0.00 / 0.32 / 0.11)

CMYK percentages

%29.82
%0
%31.58
%10.59

Codes

Color #A0E49C in popluar color models

A0 E4 9C
RGB 160 228 156
HSL 117° 57.14% 75.29%
HSB/HSV 117° 31.58% 89.41%
CMYK 29.82% 0.00% 31.58%
10.59%

Color #A0E49C in popluar number systems.

HEX A0 E4 9C
Decimal 160 228 156
Binary 10100000 11100100 10011100
Octal 240 344 234

Shades and tints

Shades of #A0E49C

#A0E49C
(160,228,156)
#92D08E
(146,208,142)
#84BC80
(132,188,128)
#76A872
(118,168,114)
#689464
(104,148,100)
#5A8056
(90,128,86)
#4C6C48
(76,108,72)
#3E583A
(62,88,58)
#30442C
(48,68,44)
#22301E
(34,48,30)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #A0E49C

#A0E49C
(160,228,156)
#A8E6A5
(168,230,165)
#B0E8AE
(176,232,174)
#B8EAB7
(184,234,183)
#C0ECC0
(192,236,192)
#C8EEC9
(200,238,201)
#D0F0D2
(208,240,210)
#D8F2DB
(216,242,219)
#E0F4E4
(224,244,228)
#E8F6ED
(232,246,237)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E49C; }

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

This text font color is #A0E49C.

Background Color

.myBgColor { background-color: #A0E49C; }

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

This div background color is #A0E49C.

Border color

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

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

This div border color is #A0E49C.

Opacity

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

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

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

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

This text has shadow with #A0E49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E49C.

Preview

Color preview on black background

This text has color #A0E49C on black background.


Color preview on white background

This text has color #A0E49C on white background.


Black color preview on #A0E49C background

This text has black color on #A0E49C background.


White color preview on #A0E49C background

This text has white color on #A0E49C background.


Related colors

Complementary color

Complementary color for #hex is #5F1B63.


I love getcolorcode.com

Triadic colors

1 #9CA0E4 and #E49CA0 with #A0E49C are triadic colors.

2 #9CE4A0 and #E4A09C with #A0E49C are triadic colors.