COLOR #A0C99F

HEX: #A0C99F RGB: (160,201,159)

Color info

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

RGB color model

#A0C99F color RGB value is (160,201,159).

RGB: (160,201,159) (63%, 79%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 201 of 255 = 79%
B 159 of 255 = 62%

160
201
159

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

Portions of RGB colors in percentages

R + G + B = 160 + 201 + 159 = 520 (100%)
R 160 of 520 ~ 30.77%
G 201 of 520 ~ 38.65%
B 159 of 520 ~ 30.58'%

%30.77
%38.65
%30.58

CMYK color model

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

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%

CMYK: (20,0,21,21)
C20M0Y21K21 (20%, 0%, 21%, 21%)
(0.20 / 0.00 / 0.21 / 0.21)

CMYK percentages

%20.4
%0
%20.9
%21.18

Codes

Color #A0C99F in popluar color models

A0 C9 9F
RGB 160 201 159
HSL 119° 28.00% 70.59%
HSB/HSV 119° 20.90% 78.82%
CMYK 20.40% 0.00% 20.90%
21.18%

Color #A0C99F in popluar number systems.

HEX A0 C9 9F
Decimal 160 201 159
Binary 10100000 11001001 10011111
Octal 240 311 237

Shades and tints

Shades of #A0C99F

#A0C99F
(160,201,159)
#92B791
(146,183,145)
#84A583
(132,165,131)
#769375
(118,147,117)
#688167
(104,129,103)
#5A6F59
(90,111,89)
#4C5D4B
(76,93,75)
#3E4B3D
(62,75,61)
#30392F
(48,57,47)
#222721
(34,39,33)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #A0C99F

#A0C99F
(160,201,159)
#A8CDA7
(168,205,167)
#B0D1AF
(176,209,175)
#B8D5B7
(184,213,183)
#C0D9BF
(192,217,191)
#C8DDC7
(200,221,199)
#D0E1CF
(208,225,207)
#D8E5D7
(216,229,215)
#E0E9DF
(224,233,223)
#E8EDE7
(232,237,231)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C99F; }

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

This text font color is #A0C99F.

Background Color

.myBgColor { background-color: #A0C99F; }

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

This div background color is #A0C99F.

Border color

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

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

This div border color is #A0C99F.

Opacity

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

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

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

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

This text has shadow with #A0C99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C99F.

Preview

Color preview on black background

This text has color #A0C99F on black background.


Color preview on white background

This text has color #A0C99F on white background.


Black color preview on #A0C99F background

This text has black color on #A0C99F background.


White color preview on #A0C99F background

This text has white color on #A0C99F background.


Related colors

Complementary color

Complementary color for #hex is #5F3660.


I love getcolorcode.com

Triadic colors

1 #9FA0C9 and #C99FA0 with #A0C99F are triadic colors.

2 #9FC9A0 and #C9A09F with #A0C99F are triadic colors.