COLOR #A0C38C

HEX: #A0C38C RGB: (160,195,140)

Color info

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

RGB color model

#A0C38C color RGB value is (160,195,140).

RGB: (160,195,140) (63%, 76%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 140 of 255 = 55%

160
195
140

R + G + B ~ 65%. #A0C38C is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 195 + 140 = 495 (100%)
R 160 of 495 ~ 32.32%
G 195 of 495 ~ 39.39%
B 140 of 495 ~ 28.28'%

%32.32
%39.39
%28.28

CMYK color model

#A0C38C color CMYK value is (18,0,28,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK: (18,0,28,24) C18M0Y28K24 (18%,0%,28%,24%) (0.18/0.00/0.28/0.24) 

CMYK percentages

%17.95
%0
%28.21
%23.53

Codes

Color #A0C38C in popluar color models

A0 C3 8C
RGB 160 195 140
HSL 98° 31.43% 65.69%
HSB/HSV 98° 28.21% 76.47%
CMYK 17.95% 0.00% 28.21%
23.53%

Color #A0C38C in popluar number systems.

HEX A0 C3 8C
Decimal 160 195 140
Binary 10100000 11000011 10001100
Octal 240 303 214

Shades and tints

Shades of #A0C38C

#A0C38C
(160,195,140)
#92B280
(146,178,128)
#84A174
(132,161,116)
#769068
(118,144,104)
#687F5C
(104,127,92)
#5A6E50
(90,110,80)
#4C5D44
(76,93,68)
#3E4C38
(62,76,56)
#303B2C
(48,59,44)
#222A20
(34,42,32)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0C38C

#A0C38C
(160,195,140)
#A8C896
(168,200,150)
#B0CDA0
(176,205,160)
#B8D2AA
(184,210,170)
#C0D7B4
(192,215,180)
#C8DCBE
(200,220,190)
#D0E1C8
(208,225,200)
#D8E6D2
(216,230,210)
#E0EBDC
(224,235,220)
#E8F0E6
(232,240,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C38C color. Also use rgb(160,195,140) instead hex code.

Text Font Color

.myTextColor { color: #A0C38C; }

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

This text font color is #A0C38C.

Background Color

.myBgColor { background-color: #A0C38C; }

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

This div background color is #A0C38C.

Border color

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

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

This div border color is #A0C38C.

Opacity

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

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

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

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

This text has shadow with #A0C38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C38C.

Preview

Color preview on black background

This text has color #A0C38C on black background.


Color preview on white background

This text has color #A0C38C on white background.


Black color preview on #A0C38C background

This text has black color on #A0C38C background.


White color preview on #A0C38C background

This text has white color on #A0C38C background.


Related colors

Complementary color

Complementary color for #hex is #5F3C73.


I love getcolorcode.com

Triadic colors

1 #8CA0C3 and #C38CA0 with #A0C38C are triadic colors.

2 #8CC3A0 and #C3A08C with #A0C38C are triadic colors.