COLOR #A0C99B

HEX: #A0C99B RGB: (160,201,155)

Color info

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

RGB color model

#A0C99B color RGB value is (160,201,155).

RGB: (160,201,155) (63%, 79%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 201 of 255 = 79%
B 155 of 255 = 61%

160
201
155

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

Portions of RGB colors in percentages

R + G + B = 160 + 201 + 155 = 516 (100%)
R 160 of 516 ~ 31.01%
G 201 of 516 ~ 38.95%
B 155 of 516 ~ 30.04'%

%31.01
%38.95
%30.04

CMYK color model

#A0C99B color CMYK value is (20,0,23,21).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 21.18%

CMYK: (20,0,23,21)
C20M0Y23K21 (20%, 0%, 23%, 21%)
(0.20 / 0.00 / 0.23 / 0.21)

CMYK percentages

%20.4
%0
%22.89
%21.18

Codes

Color #A0C99B in popluar color models

A0 C9 9B
RGB 160 201 155
HSL 113° 29.87% 69.80%
HSB/HSV 113° 22.89% 78.82%
CMYK 20.40% 0.00% 22.89%
21.18%

Color #A0C99B in popluar number systems.

HEX A0 C9 9B
Decimal 160 201 155
Binary 10100000 11001001 10011011
Octal 240 311 233

Shades and tints

Shades of #A0C99B

#A0C99B
(160,201,155)
#92B78D
(146,183,141)
#84A57F
(132,165,127)
#769371
(118,147,113)
#688163
(104,129,99)
#5A6F55
(90,111,85)
#4C5D47
(76,93,71)
#3E4B39
(62,75,57)
#30392B
(48,57,43)
#22271D
(34,39,29)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #A0C99B

#A0C99B
(160,201,155)
#A8CDA4
(168,205,164)
#B0D1AD
(176,209,173)
#B8D5B6
(184,213,182)
#C0D9BF
(192,217,191)
#C8DDC8
(200,221,200)
#D0E1D1
(208,225,209)
#D8E5DA
(216,229,218)
#E0E9E3
(224,233,227)
#E8EDEC
(232,237,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C99B; }

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

This text font color is #A0C99B.

Background Color

.myBgColor { background-color: #A0C99B; }

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

This div background color is #A0C99B.

Border color

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

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

This div border color is #A0C99B.

Opacity

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

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

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

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

This text has shadow with #A0C99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C99B.

Preview

Color preview on black background

This text has color #A0C99B on black background.


Color preview on white background

This text has color #A0C99B on white background.


Black color preview on #A0C99B background

This text has black color on #A0C99B background.


White color preview on #A0C99B background

This text has white color on #A0C99B background.


Related colors

Complementary color

Complementary color for #hex is #5F3664.


I love getcolorcode.com

Triadic colors

1 #9BA0C9 and #C99BA0 with #A0C99B are triadic colors.

2 #9BC9A0 and #C9A09B with #A0C99B are triadic colors.