COLOR #A8CD76

HEX: #A8CD76 RGB: (168,205,118)

Color info

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

RGB color model

#A8CD76 color RGB value is (168,205,118).

RGB: (168,205,118) (66%, 80%, 46%)

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 118 of 255 = 46%

168
205
118

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

Portions of RGB colors in percentages

R + G + B = 168 + 205 + 118 = 491 (100%)
R 168 of 491 ~ 34.22%
G 205 of 491 ~ 41.75%
B 118 of 491 ~ 24.03'%

%34.22
%41.75
%24.03

CMYK color model

#A8CD76 color CMYK value is (18,0,42,20).

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 19.61%

CMYK: (18,0,42,20)
C18M0Y42K20 (18%, 0%, 42%, 20%)
(0.18 / 0.00 / 0.42 / 0.20)

CMYK percentages

%18.05
%0
%42.44
%19.61

Codes

Color #A8CD76 in popluar color models

A8 CD 76
RGB 168 205 118
HSL 86° 46.52% 63.33%
HSB/HSV 86° 42.44% 80.39%
CMYK 18.05% 0.00% 42.44%
19.61%

Color #A8CD76 in popluar number systems.

HEX A8 CD 76
Decimal 168 205 118
Binary 10101000 11001101 1110110
Octal 250 315 166

Shades and tints

Shades of #A8CD76

#A8CD76
(168,205,118)
#99BB6C
(153,187,108)
#8AA962
(138,169,98)
#7B9758
(123,151,88)
#6C854E
(108,133,78)
#5D7344
(93,115,68)
#4E613A
(78,97,58)
#3F4F30
(63,79,48)
#303D26
(48,61,38)
#212B1C
(33,43,28)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #A8CD76

#A8CD76
(168,205,118)
#AFD182
(175,209,130)
#B6D58E
(182,213,142)
#BDD99A
(189,217,154)
#C4DDA6
(196,221,166)
#CBE1B2
(203,225,178)
#D2E5BE
(210,229,190)
#D9E9CA
(217,233,202)
#E0EDD6
(224,237,214)
#E7F1E2
(231,241,226)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CD76 color. Also use rgb(168,205,118) instead hex code.

Text Font Color

.myTextColor { color: #A8CD76; }

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

This text font color is #A8CD76.

Background Color

.myBgColor { background-color: #A8CD76; }

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

This div background color is #A8CD76.

Border color

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

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

This div border color is #A8CD76.

Opacity

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

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

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

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

This text has shadow with #A8CD76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CD76.

Preview

Color preview on black background

This text has color #A8CD76 on black background.


Color preview on white background

This text has color #A8CD76 on white background.


Black color preview on #A8CD76 background

This text has black color on #A8CD76 background.


White color preview on #A8CD76 background

This text has white color on #A8CD76 background.


Related colors

Complementary color

Complementary color for #hex is #573289.


I love getcolorcode.com

Triadic colors

1 #76A8CD and #CD76A8 with #A8CD76 are triadic colors.

2 #76CDA8 and #CDA876 with #A8CD76 are triadic colors.