COLOR #A5C17E

HEX: #A5C17E
RGB: (165,193,126)

Color info

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

RGB color model

#A5C17E color RGB value is (165,193,126).

  • red value is 165;
  • green value is 193;
  • blue value is 126.
RGB:
(165,193,126)
(65%,76%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 126 of 255 = 49%

165
193
126

R + G + B ~ 63%. #A5C17E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 126 = 484 (100%)
R 165 of 484 ~ 34.09%
G 193 of 484 ~ 39.88%
B 126 of 484 ~ 26.03%

%34.09
%39.88
%26.03

CMYK color model

#A5C17E color CMYK value is (15,0,35,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK:
(15,0,35,24)
C15M0Y35K24 
(15%,0%,35%,24%)
(0.15/0.00/0.35/0.24)	

CMYK percentages

%14.51
%0
%34.72
%24.31

Codes

Color #A5C17E in popluar color models

A5C17E
RGB165193126
HSL85°35.08%62.55%
HSB/HSV85°34.72%75.69%
CMYK14.51%0.00%34.72%
24.31%

Color #A5C17E in popluar number systems.

HEXA5C17E
Decimal165193126
Binary10100101110000011111110
Octal245301176

Shades and tints

Shades of #A5C17E

#A5C17E
(165,193,126)
#96B073
(150,176,115)
#879F68
(135,159,104)
#788E5D
(120,142,93)
#697D52
(105,125,82)
#5A6C47
(90,108,71)
#4B5B3C
(75,91,60)
#3C4A31
(60,74,49)
#2D3926
(45,57,38)
#1E281B
(30,40,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5C17E

#A5C17E
(165,193,126)
#ADC689
(173,198,137)
#B5CB94
(181,203,148)
#BDD09F
(189,208,159)
#C5D5AA
(197,213,170)
#CDDAB5
(205,218,181)
#D5DFC0
(213,223,192)
#DDE4CB
(221,228,203)
#E5E9D6
(229,233,214)
#EDEEE1
(237,238,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C17E color. Also use rgb(165,193,126) instead hex code.

Text Font Color

.myTextColor { color: #A5C17E; }

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

This text font color is #A5C17E.


Background Color

.myBgColor { background-color: #A5C17E; }

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

This div background color is #A5C17E.


Border color

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

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

This div border color is #A5C17E.


Opacity

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

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

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

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

This text has shadow with #A5C17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C17E on black background.


Color preview on white background

This text has color #A5C17E on white background.



Black color preview on #A5C17E background

This text has black color on #A5C17E background.


White color preview on #A5C17E background

This text has white color on #A5C17E background.