COLOR #A7CE59

HEX: #A7CE59
RGB: (167,206,89)

Color info

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

RGB color model

#A7CE59 color RGB value is (167,206,89).

  • red value is 167;
  • green value is 206;
  • blue value is 89.
RGB:
(167,206,89)
(65%,81%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 89 of 255 = 35%

167
206
89

R + G + B ~ 60%. #A7CE59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 89 = 462 (100%)
R 167 of 462 ~ 36.15%
G 206 of 462 ~ 44.59%
B 89 of 462 ~ 19.26%

%36.15
%44.59
%19.26

CMYK color model

#A7CE59 color CMYK value is (19,0,57,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 19.22%
CMYK:
(19,0,57,19)
C19M0Y57K19 
(19%,0%,57%,19%)
(0.19/0.00/0.57/0.19)	

CMYK percentages

%18.93
%0
%56.8
%19.22

Codes

Color #A7CE59 in popluar color models

A7CE59
RGB16720689
HSL80°54.42%57.84%
HSB/HSV80°56.80%80.78%
CMYK18.93%0.00%56.80%
19.22%

Color #A7CE59 in popluar number systems.

HEXA7CE59
Decimal16720689
Binary10100111110011101011001
Octal247316131

Shades and tints

Shades of #A7CE59

#A7CE59
(167,206,89)
#98BC51
(152,188,81)
#89AA49
(137,170,73)
#7A9841
(122,152,65)
#6B8639
(107,134,57)
#5C7431
(92,116,49)
#4D6229
(77,98,41)
#3E5021
(62,80,33)
#2F3E19
(47,62,25)
#202C11
(32,44,17)
#111A09
(17,26,9)
#000000
(0,0,0)

Tints of #A7CE59

#A7CE59
(167,206,89)
#AFD268
(175,210,104)
#B7D677
(183,214,119)
#BFDA86
(191,218,134)
#C7DE95
(199,222,149)
#CFE2A4
(207,226,164)
#D7E6B3
(215,230,179)
#DFEAC2
(223,234,194)
#E7EED1
(231,238,209)
#EFF2E0
(239,242,224)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CE59 color. Also use rgb(167,206,89) instead hex code.

Text Font Color

.myTextColor { color: #A7CE59; }

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

This text font color is #A7CE59.


Background Color

.myBgColor { background-color: #A7CE59; }

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

This div background color is #A7CE59.


Border color

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

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

This div border color is #A7CE59.


Opacity

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

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

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

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

This text has shadow with #A7CE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CE59 on black background.


Color preview on white background

This text has color #A7CE59 on white background.



Black color preview on #A7CE59 background

This text has black color on #A7CE59 background.


White color preview on #A7CE59 background

This text has white color on #A7CE59 background.