COLOR #A5C58B

HEX: #A5C58B RGB: (165,197,139)

Color info

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

RGB color model

#A5C58B color RGB value is (165,197,139).

RGB: (165,197,139) (65%, 77%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 139 of 255 = 55%

165
197
139

R + G + B ~ 66%. #A5C58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 197 + 139 = 501 (100%)
R 165 of 501 ~ 32.93%
G 197 of 501 ~ 39.32%
B 139 of 501 ~ 27.74'%

%32.93
%39.32
%27.74

CMYK color model

#A5C58B color CMYK value is (16,0,29,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%

CMYK: (16,0,29,23)
C16M0Y29K23 (16%, 0%, 29%, 23%)
(0.16 / 0.00 / 0.29 / 0.23)

CMYK percentages

%16.24
%0
%29.44
%22.75

Codes

Color #A5C58B in popluar color models

A5 C5 8B
RGB 165 197 139
HSL 93° 33.33% 65.88%
HSB/HSV 93° 29.44% 77.25%
CMYK 16.24% 0.00% 29.44%
22.75%

Color #A5C58B in popluar number systems.

HEX A5 C5 8B
Decimal 165 197 139
Binary 10100101 11000101 10001011
Octal 245 305 213

Shades and tints

Shades of #A5C58B

#A5C58B
(165,197,139)
#96B47F
(150,180,127)
#87A373
(135,163,115)
#789267
(120,146,103)
#69815B
(105,129,91)
#5A704F
(90,112,79)
#4B5F43
(75,95,67)
#3C4E37
(60,78,55)
#2D3D2B
(45,61,43)
#1E2C1F
(30,44,31)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #A5C58B

#A5C58B
(165,197,139)
#ADCA95
(173,202,149)
#B5CF9F
(181,207,159)
#BDD4A9
(189,212,169)
#C5D9B3
(197,217,179)
#CDDEBD
(205,222,189)
#D5E3C7
(213,227,199)
#DDE8D1
(221,232,209)
#E5EDDB
(229,237,219)
#EDF2E5
(237,242,229)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C58B color. Also use rgb(165,197,139) instead hex code.

Text Font Color

.myTextColor { color: #A5C58B; }

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

This text font color is #A5C58B.

Background Color

.myBgColor { background-color: #A5C58B; }

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

This div background color is #A5C58B.

Border color

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

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

This div border color is #A5C58B.

Opacity

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

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

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

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

This text has shadow with #A5C58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C58B.

Preview

Color preview on black background

This text has color #A5C58B on black background.


Color preview on white background

This text has color #A5C58B on white background.


Black color preview on #A5C58B background

This text has black color on #A5C58B background.


White color preview on #A5C58B background

This text has white color on #A5C58B background.


Related colors

Complementary color

Complementary color for #hex is #5A3A74.


I love getcolorcode.com

Triadic colors

1 #8BA5C5 and #C58BA5 with #A5C58B are triadic colors.

2 #8BC5A5 and #C5A58B with #A5C58B are triadic colors.