COLOR #A8CD90

HEX: #A8CD90 RGB: (168,205,144)

Color info

#A8CD90 contains mainly red and green colors. Web safe color of #A8CD90 is #99CC99 (or #9C9).

RGB color model

#A8CD90 color RGB value is (168,205,144).

RGB: (168,205,144) (66%, 80%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 144 of 255 = 56%

168
205
144

R + G + B ~ 67%. #A8CD90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 205 + 144 = 517 (100%)
R 168 of 517 ~ 32.5%
G 205 of 517 ~ 39.65%
B 144 of 517 ~ 27.85'%

%32.5
%39.65
%27.85

CMYK color model

#A8CD90 color CMYK value is (18,0,30,20).

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

CMYK: (18,0,30,20)
C18M0Y30K20 (18%, 0%, 30%, 20%)
(0.18 / 0.00 / 0.30 / 0.20)

CMYK percentages

%18.05
%0
%29.76
%19.61

Codes

Color #A8CD90 in popluar color models

A8 CD 90
RGB 168 205 144
HSL 96° 37.89% 68.43%
HSB/HSV 96° 29.76% 80.39%
CMYK 18.05% 0.00% 29.76%
19.61%

Color #A8CD90 in popluar number systems.

HEX A8 CD 90
Decimal 168 205 144
Binary 10101000 11001101 10010000
Octal 250 315 220

Shades and tints

Shades of #A8CD90

#A8CD90
(168,205,144)
#99BB83
(153,187,131)
#8AA976
(138,169,118)
#7B9769
(123,151,105)
#6C855C
(108,133,92)
#5D734F
(93,115,79)
#4E6142
(78,97,66)
#3F4F35
(63,79,53)
#303D28
(48,61,40)
#212B1B
(33,43,27)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #A8CD90

#A8CD90
(168,205,144)
#AFD19A
(175,209,154)
#B6D5A4
(182,213,164)
#BDD9AE
(189,217,174)
#C4DDB8
(196,221,184)
#CBE1C2
(203,225,194)
#D2E5CC
(210,229,204)
#D9E9D6
(217,233,214)
#E0EDE0
(224,237,224)
#E7F1EA
(231,241,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CD90; }

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

This text font color is #A8CD90.

Background Color

.myBgColor { background-color: #A8CD90; }

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

This div background color is #A8CD90.

Border color

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

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

This div border color is #A8CD90.

Opacity

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

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

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

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

This text has shadow with #A8CD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CD90.

Preview

Color preview on black background

This text has color #A8CD90 on black background.


Color preview on white background

This text has color #A8CD90 on white background.


Black color preview on #A8CD90 background

This text has black color on #A8CD90 background.


White color preview on #A8CD90 background

This text has white color on #A8CD90 background.


Related colors

Complementary color

Complementary color for #hex is #57326F.


I love getcolorcode.com

Triadic colors

1 #90A8CD and #CD90A8 with #A8CD90 are triadic colors.

2 #90CDA8 and #CDA890 with #A8CD90 are triadic colors.