COLOR #A5D56F

HEX: #A5D56F
RGB: (165,213,111)

Color info

#A5D56F contains mainly red and green colors. Web safe color of #A5D56F is #99CC66 (or #9C6).

RGB color model

#A5D56F color RGB value is (165,213,111).

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

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 111 of 255 = 44%

165
213
111

R + G + B ~ 64%. #A5D56F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 213 + 111 = 489 (100%)
R 165 of 489 ~ 33.74%
G 213 of 489 ~ 43.56%
B 111 of 489 ~ 22.7%

%33.74
%43.56
%22.7

CMYK color model

#A5D56F color CMYK value is (23,0,48,16).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 16.47%
CMYK:
(23,0,48,16)
C23M0Y48K16 
(23%,0%,48%,16%)
(0.23/0.00/0.48/0.16)	

CMYK percentages

%22.54
%0
%47.89
%16.47

Codes

Color #A5D56F in popluar color models

A5D56F
RGB165213111
HSL88°54.84%63.53%
HSB/HSV88°47.89%83.53%
CMYK22.54%0.00%47.89%
16.47%

Color #A5D56F in popluar number systems.

HEXA5D56F
Decimal165213111
Binary10100101110101011101111
Octal245325157

Shades and tints

Shades of #A5D56F

#A5D56F
(165,213,111)
#96C265
(150,194,101)
#87AF5B
(135,175,91)
#789C51
(120,156,81)
#698947
(105,137,71)
#5A763D
(90,118,61)
#4B6333
(75,99,51)
#3C5029
(60,80,41)
#2D3D1F
(45,61,31)
#1E2A15
(30,42,21)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #A5D56F

#A5D56F
(165,213,111)
#ADD87C
(173,216,124)
#B5DB89
(181,219,137)
#BDDE96
(189,222,150)
#C5E1A3
(197,225,163)
#CDE4B0
(205,228,176)
#D5E7BD
(213,231,189)
#DDEACA
(221,234,202)
#E5EDD7
(229,237,215)
#EDF0E4
(237,240,228)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D56F; }

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

This text font color is #A5D56F.


Background Color

.myBgColor { background-color: #A5D56F; }

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

This div background color is #A5D56F.


Border color

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

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

This div border color is #A5D56F.


Opacity

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

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

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

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

This text has shadow with #A5D56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D56F on black background.


Color preview on white background

This text has color #A5D56F on white background.



Black color preview on #A5D56F background

This text has black color on #A5D56F background.


White color preview on #A5D56F background

This text has white color on #A5D56F background.