COLOR #A9CE75

HEX: #A9CE75
RGB: (169,206,117)

Color info

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

RGB color model

#A9CE75 color RGB value is (169,206,117).

  • red value is 169;
  • green value is 206;
  • blue value is 117.
RGB:
(169,206,117)
(66%,81%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 117 of 255 = 46%

169
206
117

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

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 117 = 492 (100%)
R 169 of 492 ~ 34.35%
G 206 of 492 ~ 41.87%
B 117 of 492 ~ 23.78%

%34.35
%41.87
%23.78

CMYK color model

#A9CE75 color CMYK value is (18,0,43,19).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 19.22%
CMYK:
(18,0,43,19)
C18M0Y43K19 
(18%,0%,43%,19%)
(0.18/0.00/0.43/0.19)	

CMYK percentages

%17.96
%0
%43.2
%19.22

Codes

Color #A9CE75 in popluar color models

A9CE75
RGB169206117
HSL85°47.59%63.33%
HSB/HSV85°43.20%80.78%
CMYK17.96%0.00%43.20%
19.22%

Color #A9CE75 in popluar number systems.

HEXA9CE75
Decimal169206117
Binary10101001110011101110101
Octal251316165

Shades and tints

Shades of #A9CE75

#A9CE75
(169,206,117)
#9ABC6B
(154,188,107)
#8BAA61
(139,170,97)
#7C9857
(124,152,87)
#6D864D
(109,134,77)
#5E7443
(94,116,67)
#4F6239
(79,98,57)
#40502F
(64,80,47)
#313E25
(49,62,37)
#222C1B
(34,44,27)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #A9CE75

#A9CE75
(169,206,117)
#B0D281
(176,210,129)
#B7D68D
(183,214,141)
#BEDA99
(190,218,153)
#C5DEA5
(197,222,165)
#CCE2B1
(204,226,177)
#D3E6BD
(211,230,189)
#DAEAC9
(218,234,201)
#E1EED5
(225,238,213)
#E8F2E1
(232,242,225)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CE75 color. Also use rgb(169,206,117) instead hex code.

Text Font Color

.myTextColor { color: #A9CE75; }

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

This text font color is #A9CE75.


Background Color

.myBgColor { background-color: #A9CE75; }

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

This div background color is #A9CE75.


Border color

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

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

This div border color is #A9CE75.


Opacity

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

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

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

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

This text has shadow with #A9CE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CE75 on black background.


Color preview on white background

This text has color #A9CE75 on white background.



Black color preview on #A9CE75 background

This text has black color on #A9CE75 background.


White color preview on #A9CE75 background

This text has white color on #A9CE75 background.