COLOR #A0D0A4

HEX: #A0D0A4
RGB: (160,208,164)

Color info

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

RGB color model

#A0D0A4 color RGB value is (160,208,164).

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

RGB channels and saturation

R 160 of 255 = 63%
G 208 of 255 = 82%
B 164 of 255 = 64%

160
208
164

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

Portions of RGB colors in percentages

R + G + B =
160 + 208 + 164 = 532 (100%)
R 160 of 532 ~ 30.08%
G 208 of 532 ~ 39.1%
B 164 of 532 ~ 30.83%

%30.08
%39.1
%30.83

CMYK color model

#A0D0A4 color CMYK value is (23,0,21,18).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 18.43%
CMYK:
(23,0,21,18)
C23M0Y21K18 
(23%,0%,21%,18%)
(0.23/0.00/0.21/0.18)	

CMYK percentages

%23.08
%0
%21.15
%18.43

Codes

Color #A0D0A4 in popluar color models

A0D0A4
RGB160208164
HSL125°33.80%72.16%
HSB/HSV125°23.08%81.57%
CMYK23.08%0.00%21.15%
18.43%

Color #A0D0A4 in popluar number systems.

HEXA0D0A4
Decimal160208164
Binary101000001101000010100100
Octal240320244

Shades and tints

Shades of #A0D0A4

#A0D0A4
(160,208,164)
#92BE96
(146,190,150)
#84AC88
(132,172,136)
#769A7A
(118,154,122)
#68886C
(104,136,108)
#5A765E
(90,118,94)
#4C6450
(76,100,80)
#3E5242
(62,82,66)
#304034
(48,64,52)
#222E26
(34,46,38)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #A0D0A4

#A0D0A4
(160,208,164)
#A8D4AC
(168,212,172)
#B0D8B4
(176,216,180)
#B8DCBC
(184,220,188)
#C0E0C4
(192,224,196)
#C8E4CC
(200,228,204)
#D0E8D4
(208,232,212)
#D8ECDC
(216,236,220)
#E0F0E4
(224,240,228)
#E8F4EC
(232,244,236)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D0A4; }

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

This text font color is #A0D0A4.


Background Color

.myBgColor { background-color: #A0D0A4; }

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

This div background color is #A0D0A4.


Border color

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

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

This div border color is #A0D0A4.


Opacity

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

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

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

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

This text has shadow with #A0D0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D0A4 on black background.


Color preview on white background

This text has color #A0D0A4 on white background.



Black color preview on #A0D0A4 background

This text has black color on #A0D0A4 background.


White color preview on #A0D0A4 background

This text has white color on #A0D0A4 background.