COLOR #A0C59B

HEX: #A0C59B RGB: (160,197,155)

Color info

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

RGB color model

#A0C59B color RGB value is (160,197,155).

RGB: (160,197,155) (63%, 77%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 155 of 255 = 61%

160
197
155

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

Portions of RGB colors in percentages

R + G + B = 160 + 197 + 155 = 512 (100%)
R 160 of 512 ~ 31.25%
G 197 of 512 ~ 38.48%
B 155 of 512 ~ 30.27'%

%31.25
%38.48
%30.27

CMYK color model

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

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 22.75%

CMYK: (19,0,21,23)
C19M0Y21K23 (19%, 0%, 21%, 23%)
(0.19 / 0.00 / 0.21 / 0.23)

CMYK percentages

%18.78
%0
%21.32
%22.75

Codes

Color #A0C59B in popluar color models

A0 C5 9B
RGB 160 197 155
HSL 113° 26.58% 69.02%
HSB/HSV 113° 21.32% 77.25%
CMYK 18.78% 0.00% 21.32%
22.75%

Color #A0C59B in popluar number systems.

HEX A0 C5 9B
Decimal 160 197 155
Binary 10100000 11000101 10011011
Octal 240 305 233

Shades and tints

Shades of #A0C59B

#A0C59B
(160,197,155)
#92B48D
(146,180,141)
#84A37F
(132,163,127)
#769271
(118,146,113)
#688163
(104,129,99)
#5A7055
(90,112,85)
#4C5F47
(76,95,71)
#3E4E39
(62,78,57)
#303D2B
(48,61,43)
#222C1D
(34,44,29)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #A0C59B

#A0C59B
(160,197,155)
#A8CAA4
(168,202,164)
#B0CFAD
(176,207,173)
#B8D4B6
(184,212,182)
#C0D9BF
(192,217,191)
#C8DEC8
(200,222,200)
#D0E3D1
(208,227,209)
#D8E8DA
(216,232,218)
#E0EDE3
(224,237,227)
#E8F2EC
(232,242,236)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C59B; }

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

This text font color is #A0C59B.

Background Color

.myBgColor { background-color: #A0C59B; }

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

This div background color is #A0C59B.

Border color

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

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

This div border color is #A0C59B.

Opacity

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

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

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

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

This text has shadow with #A0C59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C59B.

Preview

Color preview on black background

This text has color #A0C59B on black background.


Color preview on white background

This text has color #A0C59B on white background.


Black color preview on #A0C59B background

This text has black color on #A0C59B background.


White color preview on #A0C59B background

This text has white color on #A0C59B background.


Related colors

Complementary color

Complementary color for #hex is #5F3A64.


I love getcolorcode.com

Triadic colors

1 #9BA0C5 and #C59BA0 with #A0C59B are triadic colors.

2 #9BC5A0 and #C5A09B with #A0C59B are triadic colors.