COLOR #A0C59F

HEX: #A0C59F
RGB: (160,197,159)

Color info

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

RGB color model

#A0C59F color RGB value is (160,197,159).

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

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 159 of 255 = 62%

160
197
159

R + G + B ~ 67%. #A0C59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 197 + 159 = 516 (100%)
R 160 of 516 ~ 31.01%
G 197 of 516 ~ 38.18%
B 159 of 516 ~ 30.81%

%31.01
%38.18
%30.81

CMYK color model

#A0C59F color CMYK value is (19,0,19,23).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(19,0,19,23)
C19M0Y19K23 
(19%,0%,19%,23%)
(0.19/0.00/0.19/0.23)	

CMYK percentages

%18.78
%0
%19.29
%22.75

Codes

Color #A0C59F in popluar color models

A0C59F
RGB160197159
HSL118°24.68%69.80%
HSB/HSV118°19.29%77.25%
CMYK18.78%0.00%19.29%
22.75%

Color #A0C59F in popluar number systems.

HEXA0C59F
Decimal160197159
Binary101000001100010110011111
Octal240305237

Shades and tints

Shades of #A0C59F

#A0C59F
(160,197,159)
#92B491
(146,180,145)
#84A383
(132,163,131)
#769275
(118,146,117)
#688167
(104,129,103)
#5A7059
(90,112,89)
#4C5F4B
(76,95,75)
#3E4E3D
(62,78,61)
#303D2F
(48,61,47)
#222C21
(34,44,33)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #A0C59F

#A0C59F
(160,197,159)
#A8CAA7
(168,202,167)
#B0CFAF
(176,207,175)
#B8D4B7
(184,212,183)
#C0D9BF
(192,217,191)
#C8DEC7
(200,222,199)
#D0E3CF
(208,227,207)
#D8E8D7
(216,232,215)
#E0EDDF
(224,237,223)
#E8F2E7
(232,242,231)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C59F; }

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

This text font color is #A0C59F.


Background Color

.myBgColor { background-color: #A0C59F; }

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

This div background color is #A0C59F.


Border color

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

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

This div border color is #A0C59F.


Opacity

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

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

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

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

This text has shadow with #A0C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C59F on black background.


Color preview on white background

This text has color #A0C59F on white background.



Black color preview on #A0C59F background

This text has black color on #A0C59F background.


White color preview on #A0C59F background

This text has white color on #A0C59F background.