COLOR #A0C87B

HEX: #A0C87B RGB: (160,200,123)

Color info

#A0C87B contains mainly red and green colors. Web safe color of #A0C87B is #99CC66 (or #9C6).

RGB color model

#A0C87B color RGB value is (160,200,123).

RGB: (160,200,123) (63%, 78%, 48%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 123 of 255 = 48%

160
200
123

R + G + B ~ 63%. #A0C87B is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 200 + 123 = 483 (100%)
R 160 of 483 ~ 33.13%
G 200 of 483 ~ 41.41%
B 123 of 483 ~ 25.47'%

%33.13
%41.41
%25.47

CMYK color model

#A0C87B color CMYK value is (20,0,39,22).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 21.57%

CMYK: (20,0,39,22)
C20M0Y39K22 (20%, 0%, 39%, 22%)
(0.20 / 0.00 / 0.39 / 0.22)

CMYK percentages

%20
%0
%38.5
%21.57

Codes

Color #A0C87B in popluar color models

A0 C8 7B
RGB 160 200 123
HSL 91° 41.18% 63.33%
HSB/HSV 91° 38.50% 78.43%
CMYK 20.00% 0.00% 38.50%
21.57%

Color #A0C87B in popluar number systems.

HEX A0 C8 7B
Decimal 160 200 123
Binary 10100000 11001000 1111011
Octal 240 310 173

Shades and tints

Shades of #A0C87B

#A0C87B
(160,200,123)
#92B670
(146,182,112)
#84A465
(132,164,101)
#76925A
(118,146,90)
#68804F
(104,128,79)
#5A6E44
(90,110,68)
#4C5C39
(76,92,57)
#3E4A2E
(62,74,46)
#303823
(48,56,35)
#222618
(34,38,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #A0C87B

#A0C87B
(160,200,123)
#A8CD87
(168,205,135)
#B0D293
(176,210,147)
#B8D79F
(184,215,159)
#C0DCAB
(192,220,171)
#C8E1B7
(200,225,183)
#D0E6C3
(208,230,195)
#D8EBCF
(216,235,207)
#E0F0DB
(224,240,219)
#E8F5E7
(232,245,231)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C87B color. Also use rgb(160,200,123) instead hex code.

Text Font Color

.myTextColor { color: #A0C87B; }

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

This text font color is #A0C87B.

Background Color

.myBgColor { background-color: #A0C87B; }

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

This div background color is #A0C87B.

Border color

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

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

This div border color is #A0C87B.

Opacity

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

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

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

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

This text has shadow with #A0C87B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C87B.

Preview

Color preview on black background

This text has color #A0C87B on black background.


Color preview on white background

This text has color #A0C87B on white background.


Black color preview on #A0C87B background

This text has black color on #A0C87B background.


White color preview on #A0C87B background

This text has white color on #A0C87B background.


Related colors

Complementary color

Complementary color for #hex is #5F3784.


I love getcolorcode.com

Triadic colors

1 #7BA0C8 and #C87BA0 with #A0C87B are triadic colors.

2 #7BC8A0 and #C8A07B with #A0C87B are triadic colors.