COLOR #A0DD9C

HEX: #A0DD9C RGB: (160,221,156)

Color info

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

RGB color model

#A0DD9C color RGB value is (160,221,156).

RGB: (160,221,156) (63%, 87%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 221 of 255 = 87%
B 156 of 255 = 61%

160
221
156

R + G + B ~ 70%. #A0DD9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 221 + 156 = 537 (100%)
R 160 of 537 ~ 29.8%
G 221 of 537 ~ 41.15%
B 156 of 537 ~ 29.05'%

%29.8
%41.15
%29.05

CMYK color model

#A0DD9C color CMYK value is (28,0,29,13).

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 13.33%

CMYK: (28,0,29,13)
C28M0Y29K13 (28%, 0%, 29%, 13%)
(0.28 / 0.00 / 0.29 / 0.13)

CMYK percentages

%27.6
%0
%29.41
%13.33

Codes

Color #A0DD9C in popluar color models

A0 DD 9C
RGB 160 221 156
HSL 116° 48.87% 73.92%
HSB/HSV 116° 29.41% 86.67%
CMYK 27.60% 0.00% 29.41%
13.33%

Color #A0DD9C in popluar number systems.

HEX A0 DD 9C
Decimal 160 221 156
Binary 10100000 11011101 10011100
Octal 240 335 234

Shades and tints

Shades of #A0DD9C

#A0DD9C
(160,221,156)
#92C98E
(146,201,142)
#84B580
(132,181,128)
#76A172
(118,161,114)
#688D64
(104,141,100)
#5A7956
(90,121,86)
#4C6548
(76,101,72)
#3E513A
(62,81,58)
#303D2C
(48,61,44)
#22291E
(34,41,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #A0DD9C

#A0DD9C
(160,221,156)
#A8E0A5
(168,224,165)
#B0E3AE
(176,227,174)
#B8E6B7
(184,230,183)
#C0E9C0
(192,233,192)
#C8ECC9
(200,236,201)
#D0EFD2
(208,239,210)
#D8F2DB
(216,242,219)
#E0F5E4
(224,245,228)
#E8F8ED
(232,248,237)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DD9C; }

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

This text font color is #A0DD9C.

Background Color

.myBgColor { background-color: #A0DD9C; }

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

This div background color is #A0DD9C.

Border color

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

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

This div border color is #A0DD9C.

Opacity

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

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

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

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

This text has shadow with #A0DD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DD9C.

Preview

Color preview on black background

This text has color #A0DD9C on black background.


Color preview on white background

This text has color #A0DD9C on white background.


Black color preview on #A0DD9C background

This text has black color on #A0DD9C background.


White color preview on #A0DD9C background

This text has white color on #A0DD9C background.


Related colors

Complementary color

Complementary color for #hex is #5F2263.


I love getcolorcode.com

Triadic colors

1 #9CA0DD and #DD9CA0 with #A0DD9C are triadic colors.

2 #9CDDA0 and #DDA09C with #A0DD9C are triadic colors.