COLOR #A5C990

HEX: #A5C990 RGB: (165,201,144)

Color info

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

RGB color model

#A5C990 color RGB value is (165,201,144).

RGB: (165,201,144) (65%, 79%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 144 of 255 = 56%

165
201
144

R + G + B ~ 67%. #A5C990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 201 + 144 = 510 (100%)
R 165 of 510 ~ 32.35%
G 201 of 510 ~ 39.41%
B 144 of 510 ~ 28.24'%

%32.35
%39.41
%28.24

CMYK color model

#A5C990 color CMYK value is (18,0,28,21).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK: (18,0,28,21) C18M0Y28K21 (18%,0%,28%,21%) (0.18/0.00/0.28/0.21) 

CMYK percentages

%17.91
%0
%28.36
%21.18

Codes

Color #A5C990 in popluar color models

A5 C9 90
RGB 165 201 144
HSL 98° 34.55% 67.65%
HSB/HSV 98° 28.36% 78.82%
CMYK 17.91% 0.00% 28.36%
21.18%

Color #A5C990 in popluar number systems.

HEX A5 C9 90
Decimal 165 201 144
Binary 10100101 11001001 10010000
Octal 245 311 220

Shades and tints

Shades of #A5C990

#A5C990
(165,201,144)
#96B783
(150,183,131)
#87A576
(135,165,118)
#789369
(120,147,105)
#69815C
(105,129,92)
#5A6F4F
(90,111,79)
#4B5D42
(75,93,66)
#3C4B35
(60,75,53)
#2D3928
(45,57,40)
#1E271B
(30,39,27)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #A5C990

#A5C990
(165,201,144)
#ADCD9A
(173,205,154)
#B5D1A4
(181,209,164)
#BDD5AE
(189,213,174)
#C5D9B8
(197,217,184)
#CDDDC2
(205,221,194)
#D5E1CC
(213,225,204)
#DDE5D6
(221,229,214)
#E5E9E0
(229,233,224)
#EDEDEA
(237,237,234)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C990 color. Also use rgb(165,201,144) instead hex code.

Text Font Color

.myTextColor { color: #A5C990; }

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

This text font color is #A5C990.

Background Color

.myBgColor { background-color: #A5C990; }

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

This div background color is #A5C990.

Border color

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

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

This div border color is #A5C990.

Opacity

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

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

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

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

This text has shadow with #A5C990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C990.

Preview

Color preview on black background

This text has color #A5C990 on black background.


Color preview on white background

This text has color #A5C990 on white background.


Black color preview on #A5C990 background

This text has black color on #A5C990 background.


White color preview on #A5C990 background

This text has white color on #A5C990 background.


Related colors

Complementary color

Complementary color for #hex is #5A366F.


I love getcolorcode.com

Triadic colors

1 #90A5C9 and #C990A5 with #A5C990 are triadic colors.

2 #90C9A5 and #C9A590 with #A5C990 are triadic colors.