COLOR #A0D79F

HEX: #A0D79F
RGB: (160,215,159)

Color info

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

RGB color model

#A0D79F color RGB value is (160,215,159).

  • red value is 160;
  • green value is 215;
  • blue value is 159.
RGB:
(160,215,159)
(63%,84%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 215 of 255 = 84%
B 159 of 255 = 62%

160
215
159

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

Portions of RGB colors in percentages

R + G + B =
160 + 215 + 159 = 534 (100%)
R 160 of 534 ~ 29.96%
G 215 of 534 ~ 40.26%
B 159 of 534 ~ 29.78%

%29.96
%40.26
%29.78

CMYK color model

#A0D79F color CMYK value is (26,0,26,16).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(26,0,26,16)
C26M0Y26K16 
(26%,0%,26%,16%)
(0.26/0.00/0.26/0.16)	

CMYK percentages

%25.58
%0
%26.05
%15.69

Codes

Color #A0D79F in popluar color models

A0D79F
RGB160215159
HSL119°41.18%73.33%
HSB/HSV119°26.05%84.31%
CMYK25.58%0.00%26.05%
15.69%

Color #A0D79F in popluar number systems.

HEXA0D79F
Decimal160215159
Binary101000001101011110011111
Octal240327237

Shades and tints

Shades of #A0D79F

#A0D79F
(160,215,159)
#92C491
(146,196,145)
#84B183
(132,177,131)
#769E75
(118,158,117)
#688B67
(104,139,103)
#5A7859
(90,120,89)
#4C654B
(76,101,75)
#3E523D
(62,82,61)
#303F2F
(48,63,47)
#222C21
(34,44,33)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #A0D79F

#A0D79F
(160,215,159)
#A8DAA7
(168,218,167)
#B0DDAF
(176,221,175)
#B8E0B7
(184,224,183)
#C0E3BF
(192,227,191)
#C8E6C7
(200,230,199)
#D0E9CF
(208,233,207)
#D8ECD7
(216,236,215)
#E0EFDF
(224,239,223)
#E8F2E7
(232,242,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D79F color. Also use rgb(160,215,159) instead hex code.

Text Font Color

.myTextColor { color: #A0D79F; }

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

This text font color is #A0D79F.


Background Color

.myBgColor { background-color: #A0D79F; }

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

This div background color is #A0D79F.


Border color

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

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

This div border color is #A0D79F.


Opacity

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

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

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

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

This text has shadow with #A0D79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D79F on black background.


Color preview on white background

This text has color #A0D79F on white background.



Black color preview on #A0D79F background

This text has black color on #A0D79F background.


White color preview on #A0D79F background

This text has white color on #A0D79F background.