COLOR #A0C89D

HEX: #A0C89D
RGB: (160,200,157)

Color info

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

RGB color model

#A0C89D color RGB value is (160,200,157).

  • red value is 160;
  • green value is 200;
  • blue value is 157.
RGB:
(160,200,157)
(63%,78%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 157 of 255 = 62%

160
200
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 200 + 157 = 517 (100%)
R 160 of 517 ~ 30.95%
G 200 of 517 ~ 38.68%
B 157 of 517 ~ 30.37%

%30.95
%38.68
%30.37

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • key color value is 21.57%
CMYK:
(20,0,22,22)
C20M0Y22K22 
(20%,0%,22%,22%)
(0.20/0.00/0.22/0.22)	

CMYK percentages

%20
%0
%21.5
%21.57

Codes

Color #A0C89D in popluar color models

A0C89D
RGB160200157
HSL116°28.10%70.00%
HSB/HSV116°21.50%78.43%
CMYK20.00%0.00%21.50%
21.57%

Color #A0C89D in popluar number systems.

HEXA0C89D
Decimal160200157
Binary101000001100100010011101
Octal240310235

Shades and tints

Shades of #A0C89D

#A0C89D
(160,200,157)
#92B68F
(146,182,143)
#84A481
(132,164,129)
#769273
(118,146,115)
#688065
(104,128,101)
#5A6E57
(90,110,87)
#4C5C49
(76,92,73)
#3E4A3B
(62,74,59)
#30382D
(48,56,45)
#22261F
(34,38,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0C89D

#A0C89D
(160,200,157)
#A8CDA5
(168,205,165)
#B0D2AD
(176,210,173)
#B8D7B5
(184,215,181)
#C0DCBD
(192,220,189)
#C8E1C5
(200,225,197)
#D0E6CD
(208,230,205)
#D8EBD5
(216,235,213)
#E0F0DD
(224,240,221)
#E8F5E5
(232,245,229)
#F0FAED
(240,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C89D color. Also use rgb(160,200,157) instead hex code.

Text Font Color

.myTextColor { color: #A0C89D; }

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

This text font color is #A0C89D.


Background Color

.myBgColor { background-color: #A0C89D; }

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

This div background color is #A0C89D.


Border color

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

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

This div border color is #A0C89D.


Opacity

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

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

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

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

This text has shadow with #A0C89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C89D on black background.


Color preview on white background

This text has color #A0C89D on white background.



Black color preview on #A0C89D background

This text has black color on #A0C89D background.


White color preview on #A0C89D background

This text has white color on #A0C89D background.