COLOR #A0C9A4

HEX: #A0C9A4
RGB: (160,201,164)

Color info

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

RGB color model

#A0C9A4 color RGB value is (160,201,164).

  • red value is 160;
  • green value is 201;
  • blue value is 164.
RGB:
(160,201,164)
(63%,79%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 201 of 255 = 79%
B 164 of 255 = 64%

160
201
164

R + G + B ~ 69%. #A0C9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 201 + 164 = 525 (100%)
R 160 of 525 ~ 30.48%
G 201 of 525 ~ 38.29%
B 164 of 525 ~ 31.24%

%30.48
%38.29
%31.24

CMYK color model

#A0C9A4 color CMYK value is (20,0,18,21).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(20,0,18,21)
C20M0Y18K21 
(20%,0%,18%,21%)
(0.20/0.00/0.18/0.21)	

CMYK percentages

%20.4
%0
%18.41
%21.18

Codes

Color #A0C9A4 in popluar color models

A0C9A4
RGB160201164
HSL126°27.52%70.78%
HSB/HSV126°20.40%78.82%
CMYK20.40%0.00%18.41%
21.18%

Color #A0C9A4 in popluar number systems.

HEXA0C9A4
Decimal160201164
Binary101000001100100110100100
Octal240311244

Shades and tints

Shades of #A0C9A4

#A0C9A4
(160,201,164)
#92B796
(146,183,150)
#84A588
(132,165,136)
#76937A
(118,147,122)
#68816C
(104,129,108)
#5A6F5E
(90,111,94)
#4C5D50
(76,93,80)
#3E4B42
(62,75,66)
#303934
(48,57,52)
#222726
(34,39,38)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #A0C9A4

#A0C9A4
(160,201,164)
#A8CDAC
(168,205,172)
#B0D1B4
(176,209,180)
#B8D5BC
(184,213,188)
#C0D9C4
(192,217,196)
#C8DDCC
(200,221,204)
#D0E1D4
(208,225,212)
#D8E5DC
(216,229,220)
#E0E9E4
(224,233,228)
#E8EDEC
(232,237,236)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C9A4; }

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

This text font color is #A0C9A4.


Background Color

.myBgColor { background-color: #A0C9A4; }

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

This div background color is #A0C9A4.


Border color

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

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

This div border color is #A0C9A4.


Opacity

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

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

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

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

This text has shadow with #A0C9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C9A4 on black background.


Color preview on white background

This text has color #A0C9A4 on white background.



Black color preview on #A0C9A4 background

This text has black color on #A0C9A4 background.


White color preview on #A0C9A4 background

This text has white color on #A0C9A4 background.