COLOR #A5C285

HEX: #A5C285
RGB: (165,194,133)

Color info

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

RGB color model

#A5C285 color RGB value is (165,194,133).

  • red value is 165;
  • green value is 194;
  • blue value is 133.
RGB:
(165,194,133)
(65%,76%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 133 of 255 = 52%

165
194
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 194 + 133 = 492 (100%)
R 165 of 492 ~ 33.54%
G 194 of 492 ~ 39.43%
B 133 of 492 ~ 27.03%

%33.54
%39.43
%27.03

CMYK color model

#A5C285 color CMYK value is (15,0,31,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(15,0,31,24)
C15M0Y31K24 
(15%,0%,31%,24%)
(0.15/0.00/0.31/0.24)	

CMYK percentages

%14.95
%0
%31.44
%23.92

Codes

Color #A5C285 in popluar color models

A5C285
RGB165194133
HSL89°33.33%64.12%
HSB/HSV89°31.44%76.08%
CMYK14.95%0.00%31.44%
23.92%

Color #A5C285 in popluar number systems.

HEXA5C285
Decimal165194133
Binary101001011100001010000101
Octal245302205

Shades and tints

Shades of #A5C285

#A5C285
(165,194,133)
#96B179
(150,177,121)
#87A06D
(135,160,109)
#788F61
(120,143,97)
#697E55
(105,126,85)
#5A6D49
(90,109,73)
#4B5C3D
(75,92,61)
#3C4B31
(60,75,49)
#2D3A25
(45,58,37)
#1E2919
(30,41,25)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #A5C285

#A5C285
(165,194,133)
#ADC790
(173,199,144)
#B5CC9B
(181,204,155)
#BDD1A6
(189,209,166)
#C5D6B1
(197,214,177)
#CDDBBC
(205,219,188)
#D5E0C7
(213,224,199)
#DDE5D2
(221,229,210)
#E5EADD
(229,234,221)
#EDEFE8
(237,239,232)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C285 color. Also use rgb(165,194,133) instead hex code.

Text Font Color

.myTextColor { color: #A5C285; }

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

This text font color is #A5C285.


Background Color

.myBgColor { background-color: #A5C285; }

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

This div background color is #A5C285.


Border color

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

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

This div border color is #A5C285.


Opacity

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

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

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

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

This text has shadow with #A5C285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C285 on black background.


Color preview on white background

This text has color #A5C285 on white background.



Black color preview on #A5C285 background

This text has black color on #A5C285 background.


White color preview on #A5C285 background

This text has white color on #A5C285 background.