COLOR #A5C18D

HEX: #A5C18D RGB: (165,193,141)

Color info

#A5C18D contains red, green and blue colors in about the same proportion. Web safe color of #A5C18D is #99CC99 (or #9C9).

RGB color model

#A5C18D color RGB value is (165,193,141).

RGB: (165,193,141) (65%, 76%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 141 of 255 = 55%

165
193
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 193 + 141 = 499 (100%)
R 165 of 499 ~ 33.07%
G 193 of 499 ~ 38.68%
B 141 of 499 ~ 28.26'%

%33.07
%38.68
%28.26

CMYK color model

#A5C18D color CMYK value is (15,0,27,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK: (15,0,27,24) C15M0Y27K24 (15%,0%,27%,24%) (0.15/0.00/0.27/0.24) 

CMYK percentages

%14.51
%0
%26.94
%24.31

Codes

Color #A5C18D in popluar color models

A5 C1 8D
RGB 165 193 141
HSL 92° 29.55% 65.49%
HSB/HSV 92° 26.94% 75.69%
CMYK 14.51% 0.00% 26.94%
24.31%

Color #A5C18D in popluar number systems.

HEX A5 C1 8D
Decimal 165 193 141
Binary 10100101 11000001 10001101
Octal 245 301 215

Shades and tints

Shades of #A5C18D

#A5C18D
(165,193,141)
#96B081
(150,176,129)
#879F75
(135,159,117)
#788E69
(120,142,105)
#697D5D
(105,125,93)
#5A6C51
(90,108,81)
#4B5B45
(75,91,69)
#3C4A39
(60,74,57)
#2D392D
(45,57,45)
#1E2821
(30,40,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5C18D

#A5C18D
(165,193,141)
#ADC697
(173,198,151)
#B5CBA1
(181,203,161)
#BDD0AB
(189,208,171)
#C5D5B5
(197,213,181)
#CDDABF
(205,218,191)
#D5DFC9
(213,223,201)
#DDE4D3
(221,228,211)
#E5E9DD
(229,233,221)
#EDEEE7
(237,238,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C18D color. Also use rgb(165,193,141) instead hex code.

Text Font Color

.myTextColor { color: #A5C18D; }

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

This text font color is #A5C18D.

Background Color

.myBgColor { background-color: #A5C18D; }

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

This div background color is #A5C18D.

Border color

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

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

This div border color is #A5C18D.

Opacity

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

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

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

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

This text has shadow with #A5C18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C18D.

Preview

Color preview on black background

This text has color #A5C18D on black background.


Color preview on white background

This text has color #A5C18D on white background.


Black color preview on #A5C18D background

This text has black color on #A5C18D background.


White color preview on #A5C18D background

This text has white color on #A5C18D background.


Related colors

Complementary color

Complementary color for #hex is #5A3E72.


I love getcolorcode.com

Triadic colors

1 #8DA5C1 and #C18DA5 with #A5C18D are triadic colors.

2 #8DC1A5 and #C1A58D with #A5C18D are triadic colors.