COLOR #A5D58F

HEX: #A5D58F
RGB: (165,213,143)

Color info

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

RGB color model

#A5D58F color RGB value is (165,213,143).

  • red value is 165;
  • green value is 213;
  • blue value is 143.
RGB:
(165,213,143)
(65%,84%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 143 of 255 = 56%

165
213
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 213 + 143 = 521 (100%)
R 165 of 521 ~ 31.67%
G 213 of 521 ~ 40.88%
B 143 of 521 ~ 27.45%

%31.67
%40.88
%27.45

CMYK color model

#A5D58F color CMYK value is (23,0,33,16).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 16.47%
CMYK:
(23,0,33,16)
C23M0Y33K16 
(23%,0%,33%,16%)
(0.23/0.00/0.33/0.16)	

CMYK percentages

%22.54
%0
%32.86
%16.47

Codes

Color #A5D58F in popluar color models

A5D58F
RGB165213143
HSL101°45.45%69.80%
HSB/HSV101°32.86%83.53%
CMYK22.54%0.00%32.86%
16.47%

Color #A5D58F in popluar number systems.

HEXA5D58F
Decimal165213143
Binary101001011101010110001111
Octal245325217

Shades and tints

Shades of #A5D58F

#A5D58F
(165,213,143)
#96C282
(150,194,130)
#87AF75
(135,175,117)
#789C68
(120,156,104)
#69895B
(105,137,91)
#5A764E
(90,118,78)
#4B6341
(75,99,65)
#3C5034
(60,80,52)
#2D3D27
(45,61,39)
#1E2A1A
(30,42,26)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #A5D58F

#A5D58F
(165,213,143)
#ADD899
(173,216,153)
#B5DBA3
(181,219,163)
#BDDEAD
(189,222,173)
#C5E1B7
(197,225,183)
#CDE4C1
(205,228,193)
#D5E7CB
(213,231,203)
#DDEAD5
(221,234,213)
#E5EDDF
(229,237,223)
#EDF0E9
(237,240,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D58F color. Also use rgb(165,213,143) instead hex code.

Text Font Color

.myTextColor { color: #A5D58F; }

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

This text font color is #A5D58F.


Background Color

.myBgColor { background-color: #A5D58F; }

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

This div background color is #A5D58F.


Border color

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

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

This div border color is #A5D58F.


Opacity

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

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

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

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

This text has shadow with #A5D58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D58F on black background.


Color preview on white background

This text has color #A5D58F on white background.



Black color preview on #A5D58F background

This text has black color on #A5D58F background.


White color preview on #A5D58F background

This text has white color on #A5D58F background.