COLOR #A0DC9B

HEX: #A0DC9B
RGB: (160,220,155)

Color info

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

RGB color model

#A0DC9B color RGB value is (160,220,155).

  • red value is 160;
  • green value is 220;
  • blue value is 155.
RGB:
(160,220,155)
(63%,86%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 220 of 255 = 86%
B 155 of 255 = 61%

160
220
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 220 + 155 = 535 (100%)
R 160 of 535 ~ 29.91%
G 220 of 535 ~ 41.12%
B 155 of 535 ~ 28.97%

%29.91
%41.12
%28.97

CMYK color model

#A0DC9B color CMYK value is (27,0,30,14).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(27,0,30,14)
C27M0Y30K14 
(27%,0%,30%,14%)
(0.27/0.00/0.30/0.14)	

CMYK percentages

%27.27
%0
%29.55
%13.73

Codes

Color #A0DC9B in popluar color models

A0DC9B
RGB160220155
HSL115°48.15%73.53%
HSB/HSV115°29.55%86.27%
CMYK27.27%0.00%29.55%
13.73%

Color #A0DC9B in popluar number systems.

HEXA0DC9B
Decimal160220155
Binary101000001101110010011011
Octal240334233

Shades and tints

Shades of #A0DC9B

#A0DC9B
(160,220,155)
#92C88D
(146,200,141)
#84B47F
(132,180,127)
#76A071
(118,160,113)
#688C63
(104,140,99)
#5A7855
(90,120,85)
#4C6447
(76,100,71)
#3E5039
(62,80,57)
#303C2B
(48,60,43)
#22281D
(34,40,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0DC9B

#A0DC9B
(160,220,155)
#A8DFA4
(168,223,164)
#B0E2AD
(176,226,173)
#B8E5B6
(184,229,182)
#C0E8BF
(192,232,191)
#C8EBC8
(200,235,200)
#D0EED1
(208,238,209)
#D8F1DA
(216,241,218)
#E0F4E3
(224,244,227)
#E8F7EC
(232,247,236)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DC9B color. Also use rgb(160,220,155) instead hex code.

Text Font Color

.myTextColor { color: #A0DC9B; }

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

This text font color is #A0DC9B.


Background Color

.myBgColor { background-color: #A0DC9B; }

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

This div background color is #A0DC9B.


Border color

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

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

This div border color is #A0DC9B.


Opacity

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

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

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

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

This text has shadow with #A0DC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DC9B on black background.


Color preview on white background

This text has color #A0DC9B on white background.



Black color preview on #A0DC9B background

This text has black color on #A0DC9B background.


White color preview on #A0DC9B background

This text has white color on #A0DC9B background.