COLOR #A5C486

HEX: #A5C486
RGB: (165,196,134)

Color info

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

RGB color model

#A5C486 color RGB value is (165,196,134).

  • red value is 165;
  • green value is 196;
  • blue value is 134.
RGB:
(165,196,134)
(65%,77%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 134 of 255 = 53%

165
196
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 134 = 495 (100%)
R 165 of 495 ~ 33.33%
G 196 of 495 ~ 39.6%
B 134 of 495 ~ 27.07%

%33.33
%39.6
%27.07

CMYK color model

#A5C486 color CMYK value is (16,0,32,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 23.14%
CMYK:
(16,0,32,23)
C16M0Y32K23 
(16%,0%,32%,23%)
(0.16/0.00/0.32/0.23)	

CMYK percentages

%15.82
%0
%31.63
%23.14

Codes

Color #A5C486 in popluar color models

A5C486
RGB165196134
HSL90°34.44%64.71%
HSB/HSV90°31.63%76.86%
CMYK15.82%0.00%31.63%
23.14%

Color #A5C486 in popluar number systems.

HEXA5C486
Decimal165196134
Binary101001011100010010000110
Octal245304206

Shades and tints

Shades of #A5C486

#A5C486
(165,196,134)
#96B37A
(150,179,122)
#87A26E
(135,162,110)
#789162
(120,145,98)
#698056
(105,128,86)
#5A6F4A
(90,111,74)
#4B5E3E
(75,94,62)
#3C4D32
(60,77,50)
#2D3C26
(45,60,38)
#1E2B1A
(30,43,26)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #A5C486

#A5C486
(165,196,134)
#ADC991
(173,201,145)
#B5CE9C
(181,206,156)
#BDD3A7
(189,211,167)
#C5D8B2
(197,216,178)
#CDDDBD
(205,221,189)
#D5E2C8
(213,226,200)
#DDE7D3
(221,231,211)
#E5ECDE
(229,236,222)
#EDF1E9
(237,241,233)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C486 color. Also use rgb(165,196,134) instead hex code.

Text Font Color

.myTextColor { color: #A5C486; }

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

This text font color is #A5C486.


Background Color

.myBgColor { background-color: #A5C486; }

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

This div background color is #A5C486.


Border color

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

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

This div border color is #A5C486.


Opacity

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

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

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

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

This text has shadow with #A5C486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C486 on black background.


Color preview on white background

This text has color #A5C486 on white background.



Black color preview on #A5C486 background

This text has black color on #A5C486 background.


White color preview on #A5C486 background

This text has white color on #A5C486 background.