COLOR #A0C585

HEX: #A0C585
RGB: (160,197,133)

Color info

#A0C585 contains mainly red and green colors. Web safe color of #A0C585 is #99CC99 (or #9C9).

RGB color model

#A0C585 color RGB value is (160,197,133).

  • red value is 160;
  • green value is 197;
  • blue value is 133.
RGB:
(160,197,133)
(63%,77%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 133 of 255 = 52%

160
197
133

R + G + B ~ 64%. #A0C585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 197 + 133 = 490 (100%)
R 160 of 490 ~ 32.65%
G 197 of 490 ~ 40.2%
B 133 of 490 ~ 27.14%

%32.65
%40.2
%27.14

CMYK color model

#A0C585 color CMYK value is (19,0,32,23).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 32.49%
  • key color value is 22.75%
CMYK:
(19,0,32,23)
C19M0Y32K23 
(19%,0%,32%,23%)
(0.19/0.00/0.32/0.23)	

CMYK percentages

%18.78
%0
%32.49
%22.75

Codes

Color #A0C585 in popluar color models

A0C585
RGB160197133
HSL95°35.56%64.71%
HSB/HSV95°32.49%77.25%
CMYK18.78%0.00%32.49%
22.75%

Color #A0C585 in popluar number systems.

HEXA0C585
Decimal160197133
Binary101000001100010110000101
Octal240305205

Shades and tints

Shades of #A0C585

#A0C585
(160,197,133)
#92B479
(146,180,121)
#84A36D
(132,163,109)
#769261
(118,146,97)
#688155
(104,129,85)
#5A7049
(90,112,73)
#4C5F3D
(76,95,61)
#3E4E31
(62,78,49)
#303D25
(48,61,37)
#222C19
(34,44,25)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #A0C585

#A0C585
(160,197,133)
#A8CA90
(168,202,144)
#B0CF9B
(176,207,155)
#B8D4A6
(184,212,166)
#C0D9B1
(192,217,177)
#C8DEBC
(200,222,188)
#D0E3C7
(208,227,199)
#D8E8D2
(216,232,210)
#E0EDDD
(224,237,221)
#E8F2E8
(232,242,232)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C585; }

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

This text font color is #A0C585.


Background Color

.myBgColor { background-color: #A0C585; }

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

This div background color is #A0C585.


Border color

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

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

This div border color is #A0C585.


Opacity

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

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

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

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

This text has shadow with #A0C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C585 on black background.


Color preview on white background

This text has color #A0C585 on white background.



Black color preview on #A0C585 background

This text has black color on #A0C585 background.


White color preview on #A0C585 background

This text has white color on #A0C585 background.