COLOR #A9C267

HEX: #A9C267
RGB: (169,194,103)

Color info

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

RGB color model

#A9C267 color RGB value is (169,194,103).

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

RGB channels and saturation

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

169
194
103

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

Portions of RGB colors in percentages

R + G + B =
169 + 194 + 103 = 466 (100%)
R 169 of 466 ~ 36.27%
G 194 of 466 ~ 41.63%
B 103 of 466 ~ 22.1%

%36.27
%41.63
%22.1

CMYK color model

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

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 46.91%
  • 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
%46.91
%23.92

Codes

Color #A9C267 in popluar color models

A9C267
RGB169194103
HSL76°42.72%58.24%
HSB/HSV76°46.91%76.08%
CMYK12.89%0.00%46.91%
23.92%

Color #A9C267 in popluar number systems.

HEXA9C267
Decimal169194103
Binary10101001110000101100111
Octal251302147

Shades and tints

Shades of #A9C267

#A9C267
(169,194,103)
#9AB15E
(154,177,94)
#8BA055
(139,160,85)
#7C8F4C
(124,143,76)
#6D7E43
(109,126,67)
#5E6D3A
(94,109,58)
#4F5C31
(79,92,49)
#404B28
(64,75,40)
#313A1F
(49,58,31)
#222916
(34,41,22)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #A9C267

#A9C267
(169,194,103)
#B0C774
(176,199,116)
#B7CC81
(183,204,129)
#BED18E
(190,209,142)
#C5D69B
(197,214,155)
#CCDBA8
(204,219,168)
#D3E0B5
(211,224,181)
#DAE5C2
(218,229,194)
#E1EACF
(225,234,207)
#E8EFDC
(232,239,220)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C267; }

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

This text font color is #A9C267.


Background Color

.myBgColor { background-color: #A9C267; }

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

This div background color is #A9C267.


Border color

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

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

This div border color is #A9C267.


Opacity

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

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

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

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

This text has shadow with #A9C267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C267 on black background.


Color preview on white background

This text has color #A9C267 on white background.



Black color preview on #A9C267 background

This text has black color on #A9C267 background.


White color preview on #A9C267 background

This text has white color on #A9C267 background.