COLOR #A0C87D

HEX: #A0C87D RGB: (160,200,125)

Color info

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

RGB color model

#A0C87D color RGB value is (160,200,125).

RGB: (160,200,125) (63%, 78%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 125 of 255 = 49%

160
200
125

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

Portions of RGB colors in percentages

R + G + B = 160 + 200 + 125 = 485 (100%)
R 160 of 485 ~ 32.99%
G 200 of 485 ~ 41.24%
B 125 of 485 ~ 25.77'%

%32.99
%41.24
%25.77

CMYK color model

#A0C87D color CMYK value is (20,0,38,22).

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

CMYK: (20,0,38,22)
C20M0Y38K22 (20%, 0%, 38%, 22%)
(0.20 / 0.00 / 0.38 / 0.22)

CMYK percentages

%20
%0
%37.5
%21.57

Codes

Color #A0C87D in popluar color models

A0 C8 7D
RGB 160 200 125
HSL 92° 40.54% 63.73%
HSB/HSV 92° 37.50% 78.43%
CMYK 20.00% 0.00% 37.50%
21.57%

Color #A0C87D in popluar number systems.

HEX A0 C8 7D
Decimal 160 200 125
Binary 10100000 11001000 1111101
Octal 240 310 175

Shades and tints

Shades of #A0C87D

#A0C87D
(160,200,125)
#92B672
(146,182,114)
#84A467
(132,164,103)
#76925C
(118,146,92)
#688051
(104,128,81)
#5A6E46
(90,110,70)
#4C5C3B
(76,92,59)
#3E4A30
(62,74,48)
#303825
(48,56,37)
#22261A
(34,38,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0C87D

#A0C87D
(160,200,125)
#A8CD88
(168,205,136)
#B0D293
(176,210,147)
#B8D79E
(184,215,158)
#C0DCA9
(192,220,169)
#C8E1B4
(200,225,180)
#D0E6BF
(208,230,191)
#D8EBCA
(216,235,202)
#E0F0D5
(224,240,213)
#E8F5E0
(232,245,224)
#F0FAEB
(240,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C87D; }

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

This text font color is #A0C87D.

Background Color

.myBgColor { background-color: #A0C87D; }

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

This div background color is #A0C87D.

Border color

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

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

This div border color is #A0C87D.

Opacity

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

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

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

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

This text has shadow with #A0C87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C87D.

Preview

Color preview on black background

This text has color #A0C87D on black background.


Color preview on white background

This text has color #A0C87D on white background.


Black color preview on #A0C87D background

This text has black color on #A0C87D background.


White color preview on #A0C87D background

This text has white color on #A0C87D background.


Related colors

Complementary color

Complementary color for #hex is #5F3782.


I love getcolorcode.com

Triadic colors

1 #7DA0C8 and #C87DA0 with #A0C87D are triadic colors.

2 #7DC8A0 and #C8A07D with #A0C87D are triadic colors.