COLOR #A0C895

HEX: #A0C895
RGB: (160,200,149)

Color info

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

RGB color model

#A0C895 color RGB value is (160,200,149).

  • red value is 160;
  • green value is 200;
  • blue value is 149.
RGB:
(160,200,149)
(63%,78%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 149 of 255 = 58%

160
200
149

R + G + B ~ 66%. #A0C895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 200 + 149 = 509 (100%)
R 160 of 509 ~ 31.43%
G 200 of 509 ~ 39.29%
B 149 of 509 ~ 29.27%

%31.43
%39.29
%29.27

CMYK color model

#A0C895 color CMYK value is (20,0,26,22).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(20,0,26,22)
C20M0Y26K22 
(20%,0%,26%,22%)
(0.20/0.00/0.26/0.22)	

CMYK percentages

%20
%0
%25.5
%21.57

Codes

Color #A0C895 in popluar color models

A0C895
RGB160200149
HSL107°31.68%68.43%
HSB/HSV107°25.50%78.43%
CMYK20.00%0.00%25.50%
21.57%

Color #A0C895 in popluar number systems.

HEXA0C895
Decimal160200149
Binary101000001100100010010101
Octal240310225

Shades and tints

Shades of #A0C895

#A0C895
(160,200,149)
#92B688
(146,182,136)
#84A47B
(132,164,123)
#76926E
(118,146,110)
#688061
(104,128,97)
#5A6E54
(90,110,84)
#4C5C47
(76,92,71)
#3E4A3A
(62,74,58)
#30382D
(48,56,45)
#222620
(34,38,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0C895

#A0C895
(160,200,149)
#A8CD9E
(168,205,158)
#B0D2A7
(176,210,167)
#B8D7B0
(184,215,176)
#C0DCB9
(192,220,185)
#C8E1C2
(200,225,194)
#D0E6CB
(208,230,203)
#D8EBD4
(216,235,212)
#E0F0DD
(224,240,221)
#E8F5E6
(232,245,230)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C895; }

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

This text font color is #A0C895.


Background Color

.myBgColor { background-color: #A0C895; }

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

This div background color is #A0C895.


Border color

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

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

This div border color is #A0C895.


Opacity

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

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

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

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

This text has shadow with #A0C895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C895 on black background.


Color preview on white background

This text has color #A0C895 on white background.



Black color preview on #A0C895 background

This text has black color on #A0C895 background.


White color preview on #A0C895 background

This text has white color on #A0C895 background.