COLOR #A5C292

HEX: #A5C292
RGB: (165,194,146)

Color info

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

RGB color model

#A5C292 color RGB value is (165,194,146).

  • red value is 165;
  • green value is 194;
  • blue value is 146.
RGB:
(165,194,146)
(65%,76%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 146 of 255 = 57%

165
194
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 194 + 146 = 505 (100%)
R 165 of 505 ~ 32.67%
G 194 of 505 ~ 38.42%
B 146 of 505 ~ 28.91%

%32.67
%38.42
%28.91

CMYK color model

#A5C292 color CMYK value is (15,0,25,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 23.92%
CMYK:
(15,0,25,24)
C15M0Y25K24 
(15%,0%,25%,24%)
(0.15/0.00/0.25/0.24)	

CMYK percentages

%14.95
%0
%24.74
%23.92

Codes

Color #A5C292 in popluar color models

A5C292
RGB165194146
HSL96°28.24%66.67%
HSB/HSV96°24.74%76.08%
CMYK14.95%0.00%24.74%
23.92%

Color #A5C292 in popluar number systems.

HEXA5C292
Decimal165194146
Binary101001011100001010010010
Octal245302222

Shades and tints

Shades of #A5C292

#A5C292
(165,194,146)
#96B185
(150,177,133)
#87A078
(135,160,120)
#788F6B
(120,143,107)
#697E5E
(105,126,94)
#5A6D51
(90,109,81)
#4B5C44
(75,92,68)
#3C4B37
(60,75,55)
#2D3A2A
(45,58,42)
#1E291D
(30,41,29)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #A5C292

#A5C292
(165,194,146)
#ADC79B
(173,199,155)
#B5CCA4
(181,204,164)
#BDD1AD
(189,209,173)
#C5D6B6
(197,214,182)
#CDDBBF
(205,219,191)
#D5E0C8
(213,224,200)
#DDE5D1
(221,229,209)
#E5EADA
(229,234,218)
#EDEFE3
(237,239,227)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C292 color. Also use rgb(165,194,146) instead hex code.

Text Font Color

.myTextColor { color: #A5C292; }

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

This text font color is #A5C292.


Background Color

.myBgColor { background-color: #A5C292; }

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

This div background color is #A5C292.


Border color

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

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

This div border color is #A5C292.


Opacity

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

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

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

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

This text has shadow with #A5C292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C292 on black background.


Color preview on white background

This text has color #A5C292 on white background.



Black color preview on #A5C292 background

This text has black color on #A5C292 background.


White color preview on #A5C292 background

This text has white color on #A5C292 background.