COLOR #A5D892

HEX: #A5D892
RGB: (165,216,146)

Color info

#A5D892 contains mainly red and green colors. Web safe color of #A5D892 is #99CC99 (or #9C9).

RGB color model

#A5D892 color RGB value is (165,216,146).

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

RGB channels and saturation

R 165 of 255 = 65%
G 216 of 255 = 85%
B 146 of 255 = 57%

165
216
146

R + G + B ~ 69%. #A5D892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 216 + 146 = 527 (100%)
R 165 of 527 ~ 31.31%
G 216 of 527 ~ 40.99%
B 146 of 527 ~ 27.7%

%31.31
%40.99
%27.7

CMYK color model

#A5D892 color CMYK value is (24,0,32,15).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(24,0,32,15)
C24M0Y32K15 
(24%,0%,32%,15%)
(0.24/0.00/0.32/0.15)	

CMYK percentages

%23.61
%0
%32.41
%15.29

Codes

Color #A5D892 in popluar color models

A5D892
RGB165216146
HSL104°47.30%70.98%
HSB/HSV104°32.41%84.71%
CMYK23.61%0.00%32.41%
15.29%

Color #A5D892 in popluar number systems.

HEXA5D892
Decimal165216146
Binary101001011101100010010010
Octal245330222

Shades and tints

Shades of #A5D892

#A5D892
(165,216,146)
#96C585
(150,197,133)
#87B278
(135,178,120)
#789F6B
(120,159,107)
#698C5E
(105,140,94)
#5A7951
(90,121,81)
#4B6644
(75,102,68)
#3C5337
(60,83,55)
#2D402A
(45,64,42)
#1E2D1D
(30,45,29)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #A5D892

#A5D892
(165,216,146)
#ADDB9B
(173,219,155)
#B5DEA4
(181,222,164)
#BDE1AD
(189,225,173)
#C5E4B6
(197,228,182)
#CDE7BF
(205,231,191)
#D5EAC8
(213,234,200)
#DDEDD1
(221,237,209)
#E5F0DA
(229,240,218)
#EDF3E3
(237,243,227)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D892; }

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

This text font color is #A5D892.


Background Color

.myBgColor { background-color: #A5D892; }

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

This div background color is #A5D892.


Border color

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

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

This div border color is #A5D892.


Opacity

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

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

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

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

This text has shadow with #A5D892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D892 on black background.


Color preview on white background

This text has color #A5D892 on white background.



Black color preview on #A5D892 background

This text has black color on #A5D892 background.


White color preview on #A5D892 background

This text has white color on #A5D892 background.