COLOR #A9CD51

HEX: #A9CD51
RGB: (169,205,81)

Color info

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

RGB color model

#A9CD51 color RGB value is (169,205,81).

  • red value is 169;
  • green value is 205;
  • blue value is 81.
RGB:
(169,205,81)
(66%,80%,32%)

RGB channels and saturation

R 169 of 255 = 66%
G 205 of 255 = 80%
B 81 of 255 = 32%

169
205
81

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

Portions of RGB colors in percentages

R + G + B =
169 + 205 + 81 = 455 (100%)
R 169 of 455 ~ 37.14%
G 205 of 455 ~ 45.05%
B 81 of 455 ~ 17.8%

%37.14
%45.05
%17.8

CMYK color model

#A9CD51 color CMYK value is (18,0,60,20).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 60.49%
  • key color value is 19.61%
CMYK:
(18,0,60,20)
C18M0Y60K20 
(18%,0%,60%,20%)
(0.18/0.00/0.60/0.20)	

CMYK percentages

%17.56
%0
%60.49
%19.61

Codes

Color #A9CD51 in popluar color models

A9CD51
RGB16920581
HSL77°55.36%56.08%
HSB/HSV77°60.49%80.39%
CMYK17.56%0.00%60.49%
19.61%

Color #A9CD51 in popluar number systems.

HEXA9CD51
Decimal16920581
Binary10101001110011011010001
Octal251315121

Shades and tints

Shades of #A9CD51

#A9CD51
(169,205,81)
#9ABB4A
(154,187,74)
#8BA943
(139,169,67)
#7C973C
(124,151,60)
#6D8535
(109,133,53)
#5E732E
(94,115,46)
#4F6127
(79,97,39)
#404F20
(64,79,32)
#313D19
(49,61,25)
#222B12
(34,43,18)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #A9CD51

#A9CD51
(169,205,81)
#B0D160
(176,209,96)
#B7D56F
(183,213,111)
#BED97E
(190,217,126)
#C5DD8D
(197,221,141)
#CCE19C
(204,225,156)
#D3E5AB
(211,229,171)
#DAE9BA
(218,233,186)
#E1EDC9
(225,237,201)
#E8F1D8
(232,241,216)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CD51 color. Also use rgb(169,205,81) instead hex code.

Text Font Color

.myTextColor { color: #A9CD51; }

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

This text font color is #A9CD51.


Background Color

.myBgColor { background-color: #A9CD51; }

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

This div background color is #A9CD51.


Border color

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

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

This div border color is #A9CD51.


Opacity

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

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

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

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

This text has shadow with #A9CD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CD51 on black background.


Color preview on white background

This text has color #A9CD51 on white background.



Black color preview on #A9CD51 background

This text has black color on #A9CD51 background.


White color preview on #A9CD51 background

This text has white color on #A9CD51 background.