COLOR #ACD690

HEX: #ACD690 RGB: (172,214,144)

Color info

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

RGB color model

#ACD690 color RGB value is (172,214,144).

RGB: (172,214,144) (67%, 84%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 214 of 255 = 84%
B 144 of 255 = 56%

172
214
144

R + G + B ~ 69%. #ACD690 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 214 + 144 = 530 (100%)
R 172 of 530 ~ 32.45%
G 214 of 530 ~ 40.38%
B 144 of 530 ~ 27.17'%

%32.45
%40.38
%27.17

CMYK color model

#ACD690 color CMYK value is (20,0,33,16).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 32.71%
  • key color value is 16.08%

CMYK: (20,0,33,16)
C20M0Y33K16 (20%, 0%, 33%, 16%)
(0.20 / 0.00 / 0.33 / 0.16)

CMYK percentages

%19.63
%0
%32.71
%16.08

Codes

Color #ACD690 in popluar color models

AC D6 90
RGB 172 214 144
HSL 96° 46.05% 70.20%
HSB/HSV 96° 32.71% 83.92%
CMYK 19.63% 0.00% 32.71%
16.08%

Color #ACD690 in popluar number systems.

HEX AC D6 90
Decimal 172 214 144
Binary 10101100 11010110 10010000
Octal 254 326 220

Shades and tints

Shades of #ACD690

#ACD690
(172,214,144)
#9DC383
(157,195,131)
#8EB076
(142,176,118)
#7F9D69
(127,157,105)
#708A5C
(112,138,92)
#61774F
(97,119,79)
#526442
(82,100,66)
#435135
(67,81,53)
#343E28
(52,62,40)
#252B1B
(37,43,27)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #ACD690

#ACD690
(172,214,144)
#B3D99A
(179,217,154)
#BADCA4
(186,220,164)
#C1DFAE
(193,223,174)
#C8E2B8
(200,226,184)
#CFE5C2
(207,229,194)
#D6E8CC
(214,232,204)
#DDEBD6
(221,235,214)
#E4EEE0
(228,238,224)
#EBF1EA
(235,241,234)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD690 color. Also use rgb(172,214,144) instead hex code.

Text Font Color

.myTextColor { color: #ACD690; }

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

This text font color is #ACD690.

Background Color

.myBgColor { background-color: #ACD690; }

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

This div background color is #ACD690.

Border color

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

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

This div border color is #ACD690.

Opacity

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

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

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

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

This text has shadow with #ACD690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD690.

Preview

Color preview on black background

This text has color #ACD690 on black background.


Color preview on white background

This text has color #ACD690 on white background.


Black color preview on #ACD690 background

This text has black color on #ACD690 background.


White color preview on #ACD690 background

This text has white color on #ACD690 background.


Related colors

Complementary color

Complementary color for #hex is #53296F.


I love getcolorcode.com

Triadic colors

1 #90ACD6 and #D690AC with #ACD690 are triadic colors.

2 #90D6AC and #D6AC90 with #ACD690 are triadic colors.