COLOR #A5CA99

HEX: #A5CA99
RGB: (165,202,153)

Color info

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

RGB color model

#A5CA99 color RGB value is (165,202,153).

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

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 153 of 255 = 60%

165
202
153

R + G + B ~ 68%. #A5CA99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 153 = 520 (100%)
R 165 of 520 ~ 31.73%
G 202 of 520 ~ 38.85%
B 153 of 520 ~ 29.42%

%31.73
%38.85
%29.42

CMYK color model

#A5CA99 color CMYK value is (18,0,24,21).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(18,0,24,21)
C18M0Y24K21 
(18%,0%,24%,21%)
(0.18/0.00/0.24/0.21)	

CMYK percentages

%18.32
%0
%24.26
%20.78

Codes

Color #A5CA99 in popluar color models

A5CA99
RGB165202153
HSL105°31.61%69.61%
HSB/HSV105°24.26%79.22%
CMYK18.32%0.00%24.26%
20.78%

Color #A5CA99 in popluar number systems.

HEXA5CA99
Decimal165202153
Binary101001011100101010011001
Octal245312231

Shades and tints

Shades of #A5CA99

#A5CA99
(165,202,153)
#96B88C
(150,184,140)
#87A67F
(135,166,127)
#789472
(120,148,114)
#698265
(105,130,101)
#5A7058
(90,112,88)
#4B5E4B
(75,94,75)
#3C4C3E
(60,76,62)
#2D3A31
(45,58,49)
#1E2824
(30,40,36)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5CA99

#A5CA99
(165,202,153)
#ADCEA2
(173,206,162)
#B5D2AB
(181,210,171)
#BDD6B4
(189,214,180)
#C5DABD
(197,218,189)
#CDDEC6
(205,222,198)
#D5E2CF
(213,226,207)
#DDE6D8
(221,230,216)
#E5EAE1
(229,234,225)
#EDEEEA
(237,238,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CA99; }

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

This text font color is #A5CA99.


Background Color

.myBgColor { background-color: #A5CA99; }

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

This div background color is #A5CA99.


Border color

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

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

This div border color is #A5CA99.


Opacity

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

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

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

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

This text has shadow with #A5CA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CA99 on black background.


Color preview on white background

This text has color #A5CA99 on white background.



Black color preview on #A5CA99 background

This text has black color on #A5CA99 background.


White color preview on #A5CA99 background

This text has white color on #A5CA99 background.