COLOR #A5C482

HEX: #A5C482
RGB: (165,196,130)

Color info

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

RGB color model

#A5C482 color RGB value is (165,196,130).

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

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 130 of 255 = 51%

165
196
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 130 = 491 (100%)
R 165 of 491 ~ 33.6%
G 196 of 491 ~ 39.92%
B 130 of 491 ~ 26.48%

%33.6
%39.92
%26.48

CMYK color model

#A5C482 color CMYK value is (16,0,34,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK:
(16,0,34,23)
C16M0Y34K23 
(16%,0%,34%,23%)
(0.16/0.00/0.34/0.23)	

CMYK percentages

%15.82
%0
%33.67
%23.14

Codes

Color #A5C482 in popluar color models

A5C482
RGB165196130
HSL88°35.87%63.92%
HSB/HSV88°33.67%76.86%
CMYK15.82%0.00%33.67%
23.14%

Color #A5C482 in popluar number systems.

HEXA5C482
Decimal165196130
Binary101001011100010010000010
Octal245304202

Shades and tints

Shades of #A5C482

#A5C482
(165,196,130)
#96B377
(150,179,119)
#87A26C
(135,162,108)
#789161
(120,145,97)
#698056
(105,128,86)
#5A6F4B
(90,111,75)
#4B5E40
(75,94,64)
#3C4D35
(60,77,53)
#2D3C2A
(45,60,42)
#1E2B1F
(30,43,31)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #A5C482

#A5C482
(165,196,130)
#ADC98D
(173,201,141)
#B5CE98
(181,206,152)
#BDD3A3
(189,211,163)
#C5D8AE
(197,216,174)
#CDDDB9
(205,221,185)
#D5E2C4
(213,226,196)
#DDE7CF
(221,231,207)
#E5ECDA
(229,236,218)
#EDF1E5
(237,241,229)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C482; }

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

This text font color is #A5C482.


Background Color

.myBgColor { background-color: #A5C482; }

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

This div background color is #A5C482.


Border color

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

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

This div border color is #A5C482.


Opacity

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

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

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

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

This text has shadow with #A5C482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C482 on black background.


Color preview on white background

This text has color #A5C482 on white background.



Black color preview on #A5C482 background

This text has black color on #A5C482 background.


White color preview on #A5C482 background

This text has white color on #A5C482 background.