COLOR #A5C681

HEX: #A5C681
RGB: (165,198,129)

Color info

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

RGB color model

#A5C681 color RGB value is (165,198,129).

  • red value is 165;
  • green value is 198;
  • blue value is 129.
RGB:
(165,198,129)
(65%,78%,51%)

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 129 of 255 = 51%

165
198
129

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

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 129 = 492 (100%)
R 165 of 492 ~ 33.54%
G 198 of 492 ~ 40.24%
B 129 of 492 ~ 26.22%

%33.54
%40.24
%26.22

CMYK color model

#A5C681 color CMYK value is (17,0,35,22).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK:
(17,0,35,22)
C17M0Y35K22 
(17%,0%,35%,22%)
(0.17/0.00/0.35/0.22)	

CMYK percentages

%16.67
%0
%34.85
%22.35

Codes

Color #A5C681 in popluar color models

A5C681
RGB165198129
HSL89°37.70%64.12%
HSB/HSV89°34.85%77.65%
CMYK16.67%0.00%34.85%
22.35%

Color #A5C681 in popluar number systems.

HEXA5C681
Decimal165198129
Binary101001011100011010000001
Octal245306201

Shades and tints

Shades of #A5C681

#A5C681
(165,198,129)
#96B476
(150,180,118)
#87A26B
(135,162,107)
#789060
(120,144,96)
#697E55
(105,126,85)
#5A6C4A
(90,108,74)
#4B5A3F
(75,90,63)
#3C4834
(60,72,52)
#2D3629
(45,54,41)
#1E241E
(30,36,30)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5C681

#A5C681
(165,198,129)
#ADCB8C
(173,203,140)
#B5D097
(181,208,151)
#BDD5A2
(189,213,162)
#C5DAAD
(197,218,173)
#CDDFB8
(205,223,184)
#D5E4C3
(213,228,195)
#DDE9CE
(221,233,206)
#E5EED9
(229,238,217)
#EDF3E4
(237,243,228)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C681 color. Also use rgb(165,198,129) instead hex code.

Text Font Color

.myTextColor { color: #A5C681; }

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

This text font color is #A5C681.


Background Color

.myBgColor { background-color: #A5C681; }

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

This div background color is #A5C681.


Border color

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

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

This div border color is #A5C681.


Opacity

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

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

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

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

This text has shadow with #A5C681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C681 on black background.


Color preview on white background

This text has color #A5C681 on white background.



Black color preview on #A5C681 background

This text has black color on #A5C681 background.


White color preview on #A5C681 background

This text has white color on #A5C681 background.