COLOR #A9C266

HEX: #A9C266
RGB: (169,194,102)

Color info

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

RGB color model

#A9C266 color RGB value is (169,194,102).

  • red value is 169;
  • green value is 194;
  • blue value is 102.
RGB:
(169,194,102)
(66%,76%,40%)

RGB channels and saturation

R 169 of 255 = 66%
G 194 of 255 = 76%
B 102 of 255 = 40%

169
194
102

R + G + B ~ 61%. #A9C266 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 194 + 102 = 465 (100%)
R 169 of 465 ~ 36.34%
G 194 of 465 ~ 41.72%
B 102 of 465 ~ 21.94%

%36.34
%41.72
%21.94

CMYK color model

#A9C266 color CMYK value is (13,0,47,24).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 47.42%
  • key color value is 23.92%
CMYK:
(13,0,47,24)
C13M0Y47K24 
(13%,0%,47%,24%)
(0.13/0.00/0.47/0.24)	

CMYK percentages

%12.89
%0
%47.42
%23.92

Codes

Color #A9C266 in popluar color models

A9C266
RGB169194102
HSL76°42.99%58.04%
HSB/HSV76°47.42%76.08%
CMYK12.89%0.00%47.42%
23.92%

Color #A9C266 in popluar number systems.

HEXA9C266
Decimal169194102
Binary10101001110000101100110
Octal251302146

Shades and tints

Shades of #A9C266

#A9C266
(169,194,102)
#9AB15D
(154,177,93)
#8BA054
(139,160,84)
#7C8F4B
(124,143,75)
#6D7E42
(109,126,66)
#5E6D39
(94,109,57)
#4F5C30
(79,92,48)
#404B27
(64,75,39)
#313A1E
(49,58,30)
#222915
(34,41,21)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #A9C266

#A9C266
(169,194,102)
#B0C773
(176,199,115)
#B7CC80
(183,204,128)
#BED18D
(190,209,141)
#C5D69A
(197,214,154)
#CCDBA7
(204,219,167)
#D3E0B4
(211,224,180)
#DAE5C1
(218,229,193)
#E1EACE
(225,234,206)
#E8EFDB
(232,239,219)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C266 color. Also use rgb(169,194,102) instead hex code.

Text Font Color

.myTextColor { color: #A9C266; }

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

This text font color is #A9C266.


Background Color

.myBgColor { background-color: #A9C266; }

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

This div background color is #A9C266.


Border color

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

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

This div border color is #A9C266.


Opacity

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

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

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

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

This text has shadow with #A9C266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C266 on black background.


Color preview on white background

This text has color #A9C266 on white background.



Black color preview on #A9C266 background

This text has black color on #A9C266 background.


White color preview on #A9C266 background

This text has white color on #A9C266 background.