COLOR #A5C07F

HEX: #A5C07F
RGB: (165,192,127)

Color info

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

RGB color model

#A5C07F color RGB value is (165,192,127).

  • red value is 165;
  • green value is 192;
  • blue value is 127.
RGB:
(165,192,127)
(65%,75%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 127 of 255 = 50%

165
192
127

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 127 = 484 (100%)
R 165 of 484 ~ 34.09%
G 192 of 484 ~ 39.67%
B 127 of 484 ~ 26.24%

%34.09
%39.67
%26.24

CMYK color model

#A5C07F color CMYK value is (14,0,34,25).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 24.71%
CMYK:
(14,0,34,25)
C14M0Y34K25 
(14%,0%,34%,25%)
(0.14/0.00/0.34/0.25)	

CMYK percentages

%14.06
%0
%33.85
%24.71

Codes

Color #A5C07F in popluar color models

A5C07F
RGB165192127
HSL85°34.03%62.55%
HSB/HSV85°33.85%75.29%
CMYK14.06%0.00%33.85%
24.71%

Color #A5C07F in popluar number systems.

HEXA5C07F
Decimal165192127
Binary10100101110000001111111
Octal245300177

Shades and tints

Shades of #A5C07F

#A5C07F
(165,192,127)
#96AF74
(150,175,116)
#879E69
(135,158,105)
#788D5E
(120,141,94)
#697C53
(105,124,83)
#5A6B48
(90,107,72)
#4B5A3D
(75,90,61)
#3C4932
(60,73,50)
#2D3827
(45,56,39)
#1E271C
(30,39,28)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5C07F

#A5C07F
(165,192,127)
#ADC58A
(173,197,138)
#B5CA95
(181,202,149)
#BDCFA0
(189,207,160)
#C5D4AB
(197,212,171)
#CDD9B6
(205,217,182)
#D5DEC1
(213,222,193)
#DDE3CC
(221,227,204)
#E5E8D7
(229,232,215)
#EDEDE2
(237,237,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C07F color. Also use rgb(165,192,127) instead hex code.

Text Font Color

.myTextColor { color: #A5C07F; }

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

This text font color is #A5C07F.


Background Color

.myBgColor { background-color: #A5C07F; }

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

This div background color is #A5C07F.


Border color

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

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

This div border color is #A5C07F.


Opacity

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

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

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

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

This text has shadow with #A5C07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C07F on black background.


Color preview on white background

This text has color #A5C07F on white background.



Black color preview on #A5C07F background

This text has black color on #A5C07F background.


White color preview on #A5C07F background

This text has white color on #A5C07F background.