COLOR #A9CD67

HEX: #A9CD67 RGB: (169,205,103)

Color info

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

RGB color model

#A9CD67 color RGB value is (169,205,103).

RGB: (169,205,103) (66%, 80%, 40%)

RGB channels and saturation

R 169 of 255 = 66%
G 205 of 255 = 80%
B 103 of 255 = 40%

169
205
103

R + G + B ~ 62%. #A9CD67 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 205 + 103 = 477 (100%)
R 169 of 477 ~ 35.43%
G 205 of 477 ~ 42.98%
B 103 of 477 ~ 21.59'%

%35.43
%42.98
%21.59

CMYK color model

#A9CD67 color CMYK value is (18,0,50,20).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 49.76%
  • key color value is 19.61%

CMYK: (18,0,50,20)
C18M0Y50K20 (18%, 0%, 50%, 20%)
(0.18 / 0.00 / 0.50 / 0.20)

CMYK percentages

%17.56
%0
%49.76
%19.61

Codes

Color #A9CD67 in popluar color models

A9 CD 67
RGB 169 205 103
HSL 81° 50.50% 60.39%
HSB/HSV 81° 49.76% 80.39%
CMYK 17.56% 0.00% 49.76%
19.61%

Color #A9CD67 in popluar number systems.

HEX A9 CD 67
Decimal 169 205 103
Binary 10101001 11001101 1100111
Octal 251 315 147

Shades and tints

Shades of #A9CD67

#A9CD67
(169,205,103)
#9ABB5E
(154,187,94)
#8BA955
(139,169,85)
#7C974C
(124,151,76)
#6D8543
(109,133,67)
#5E733A
(94,115,58)
#4F6131
(79,97,49)
#404F28
(64,79,40)
#313D1F
(49,61,31)
#222B16
(34,43,22)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #A9CD67

#A9CD67
(169,205,103)
#B0D174
(176,209,116)
#B7D581
(183,213,129)
#BED98E
(190,217,142)
#C5DD9B
(197,221,155)
#CCE1A8
(204,225,168)
#D3E5B5
(211,229,181)
#DAE9C2
(218,233,194)
#E1EDCF
(225,237,207)
#E8F1DC
(232,241,220)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CD67; }

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

This text font color is #A9CD67.

Background Color

.myBgColor { background-color: #A9CD67; }

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

This div background color is #A9CD67.

Border color

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

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

This div border color is #A9CD67.

Opacity

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

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

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

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

This text has shadow with #A9CD67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CD67.

Preview

Color preview on black background

This text has color #A9CD67 on black background.


Color preview on white background

This text has color #A9CD67 on white background.


Black color preview on #A9CD67 background

This text has black color on #A9CD67 background.


White color preview on #A9CD67 background

This text has white color on #A9CD67 background.


Related colors

Complementary color

Complementary color for #hex is #563298.


I love getcolorcode.com

Triadic colors

1 #67A9CD and #CD67A9 with #A9CD67 are triadic colors.

2 #67CDA9 and #CDA967 with #A9CD67 are triadic colors.