COLOR #A5C56F

HEX: #A5C56F RGB: (165,197,111)

Color info

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

RGB color model

#A5C56F color RGB value is (165,197,111).

RGB: (165,197,111) (65%, 77%, 44%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 111 of 255 = 44%

165
197
111

R + G + B ~ 62%. #A5C56F is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 197 + 111 = 473 (100%)
R 165 of 473 ~ 34.88%
G 197 of 473 ~ 41.65%
B 111 of 473 ~ 23.47'%

%34.88
%41.65
%23.47

CMYK color model

#A5C56F color CMYK value is (16,0,44,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 22.75%

CMYK: (16,0,44,23)
C16M0Y44K23 (16%, 0%, 44%, 23%)
(0.16 / 0.00 / 0.44 / 0.23)

CMYK percentages

%16.24
%0
%43.65
%22.75

Codes

Color #A5C56F in popluar color models

A5 C5 6F
RGB 165 197 111
HSL 82° 42.57% 60.39%
HSB/HSV 82° 43.65% 77.25%
CMYK 16.24% 0.00% 43.65%
22.75%

Color #A5C56F in popluar number systems.

HEX A5 C5 6F
Decimal 165 197 111
Binary 10100101 11000101 1101111
Octal 245 305 157

Shades and tints

Shades of #A5C56F

#A5C56F
(165,197,111)
#96B465
(150,180,101)
#87A35B
(135,163,91)
#789251
(120,146,81)
#698147
(105,129,71)
#5A703D
(90,112,61)
#4B5F33
(75,95,51)
#3C4E29
(60,78,41)
#2D3D1F
(45,61,31)
#1E2C15
(30,44,21)
#0F1B0B
(15,27,11)
#000000
(0,0,0)

Tints of #A5C56F

#A5C56F
(165,197,111)
#ADCA7C
(173,202,124)
#B5CF89
(181,207,137)
#BDD496
(189,212,150)
#C5D9A3
(197,217,163)
#CDDEB0
(205,222,176)
#D5E3BD
(213,227,189)
#DDE8CA
(221,232,202)
#E5EDD7
(229,237,215)
#EDF2E4
(237,242,228)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C56F; }

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

This text font color is #A5C56F.

Background Color

.myBgColor { background-color: #A5C56F; }

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

This div background color is #A5C56F.

Border color

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

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

This div border color is #A5C56F.

Opacity

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

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

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

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

This text has shadow with #A5C56F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C56F.

Preview

Color preview on black background

This text has color #A5C56F on black background.


Color preview on white background

This text has color #A5C56F on white background.


Black color preview on #A5C56F background

This text has black color on #A5C56F background.


White color preview on #A5C56F background

This text has white color on #A5C56F background.


Related colors

Complementary color

Complementary color for #hex is #5A3A90.


I love getcolorcode.com

Triadic colors

1 #6FA5C5 and #C56FA5 with #A5C56F are triadic colors.

2 #6FC5A5 and #C5A56F with #A5C56F are triadic colors.