COLOR #A5CA90

HEX: #A5CA90
RGB: (165,202,144)

Color info

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

RGB color model

#A5CA90 color RGB value is (165,202,144).

  • red value is 165;
  • green value is 202;
  • blue value is 144.
RGB:
(165,202,144)
(65%,79%,56%)

RGB channels and saturation

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

165
202
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 144 = 511 (100%)
R 165 of 511 ~ 32.29%
G 202 of 511 ~ 39.53%
B 144 of 511 ~ 28.18%

%32.29
%39.53
%28.18

CMYK color model

#A5CA90 color CMYK value is (18,0,29,21).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 20.78%
CMYK:
(18,0,29,21)
C18M0Y29K21 
(18%,0%,29%,21%)
(0.18/0.00/0.29/0.21)	

CMYK percentages

%18.32
%0
%28.71
%20.78

Codes

Color #A5CA90 in popluar color models

A5CA90
RGB165202144
HSL98°35.37%67.84%
HSB/HSV98°28.71%79.22%
CMYK18.32%0.00%28.71%
20.78%

Color #A5CA90 in popluar number systems.

HEXA5CA90
Decimal165202144
Binary101001011100101010010000
Octal245312220

Shades and tints

Shades of #A5CA90

#A5CA90
(165,202,144)
#96B883
(150,184,131)
#87A676
(135,166,118)
#789469
(120,148,105)
#69825C
(105,130,92)
#5A704F
(90,112,79)
#4B5E42
(75,94,66)
#3C4C35
(60,76,53)
#2D3A28
(45,58,40)
#1E281B
(30,40,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #A5CA90

#A5CA90
(165,202,144)
#ADCE9A
(173,206,154)
#B5D2A4
(181,210,164)
#BDD6AE
(189,214,174)
#C5DAB8
(197,218,184)
#CDDEC2
(205,222,194)
#D5E2CC
(213,226,204)
#DDE6D6
(221,230,214)
#E5EAE0
(229,234,224)
#EDEEEA
(237,238,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CA90; }

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

This text font color is #A5CA90.


Background Color

.myBgColor { background-color: #A5CA90; }

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

This div background color is #A5CA90.


Border color

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

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

This div border color is #A5CA90.


Opacity

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

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

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

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

This text has shadow with #A5CA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CA90 on black background.


Color preview on white background

This text has color #A5CA90 on white background.



Black color preview on #A5CA90 background

This text has black color on #A5CA90 background.


White color preview on #A5CA90 background

This text has white color on #A5CA90 background.