COLOR #A0CD9B

HEX: #A0CD9B
RGB: (160,205,155)

Color info

#A0CD9B contains red, green and blue colors in about the same proportion. Web safe color of #A0CD9B is #99CC99 (or #9C9).

RGB color model

#A0CD9B color RGB value is (160,205,155).

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

RGB channels and saturation

R 160 of 255 = 63%
G 205 of 255 = 80%
B 155 of 255 = 61%

160
205
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 205 + 155 = 520 (100%)
R 160 of 520 ~ 30.77%
G 205 of 520 ~ 39.42%
B 155 of 520 ~ 29.81%

%30.77
%39.42
%29.81

CMYK color model

#A0CD9B color CMYK value is (22,0,24,20).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%
CMYK:
(22,0,24,20)
C22M0Y24K20 
(22%,0%,24%,20%)
(0.22/0.00/0.24/0.20)	

CMYK percentages

%21.95
%0
%24.39
%19.61

Codes

Color #A0CD9B in popluar color models

A0CD9B
RGB160205155
HSL114°33.33%70.59%
HSB/HSV114°24.39%80.39%
CMYK21.95%0.00%24.39%
19.61%

Color #A0CD9B in popluar number systems.

HEXA0CD9B
Decimal160205155
Binary101000001100110110011011
Octal240315233

Shades and tints

Shades of #A0CD9B

#A0CD9B
(160,205,155)
#92BB8D
(146,187,141)
#84A97F
(132,169,127)
#769771
(118,151,113)
#688563
(104,133,99)
#5A7355
(90,115,85)
#4C6147
(76,97,71)
#3E4F39
(62,79,57)
#303D2B
(48,61,43)
#222B1D
(34,43,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #A0CD9B

#A0CD9B
(160,205,155)
#A8D1A4
(168,209,164)
#B0D5AD
(176,213,173)
#B8D9B6
(184,217,182)
#C0DDBF
(192,221,191)
#C8E1C8
(200,225,200)
#D0E5D1
(208,229,209)
#D8E9DA
(216,233,218)
#E0EDE3
(224,237,227)
#E8F1EC
(232,241,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CD9B; }

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

This text font color is #A0CD9B.


Background Color

.myBgColor { background-color: #A0CD9B; }

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

This div background color is #A0CD9B.


Border color

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

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

This div border color is #A0CD9B.


Opacity

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

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

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

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

This text has shadow with #A0CD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CD9B on black background.


Color preview on white background

This text has color #A0CD9B on white background.



Black color preview on #A0CD9B background

This text has black color on #A0CD9B background.


White color preview on #A0CD9B background

This text has white color on #A0CD9B background.