COLOR #ACD984

HEX: #ACD984
RGB: (172,217,132)

Renk bilgisi

#ACD984 contains mainly red and green colors. #ACD984 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACD984 color RGB value is (172,217,132).

  • kırmız ton 172;
  • yeşil ton 217;
  • mavi ton 132.
RGB:
(172,217,132)
(67%,85%,52%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 217 of 255 = 85%
B 132 of 255 = 52%

172
217
132

R + G + B ~ 68%. #ACD984 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 217 + 132 = 521 (100%)
R 172 of 521 ~ 33.01%
G 217 of 521 ~ 41.65%
B 132 of 521 ~ 25.34%

%33.01
%41.65
%25.34

CMYK RENK MODELİ

#ACD984 rengi CMYK tonu (21,0,39,15).

  • camgöbeği tonu 20.74%
  • eflatun tonu 0.00%
  • sarı tonu 39.17%
  • ana renk tonu 14.90%
CMYK:
(21,0,39,15)
C21M0Y39K15 
(21%,0%,39%,15%)
(0.21/0.00/0.39/0.15)	

CMYK yüzdeleri

%20.74
%0
%39.17
%14.9

Codes

Color #ACD984 in popluar color models

ACD984
RGB172217132
HSL92°52.80%68.43%
HSB/HSV92°39.17%85.10%
CMYK20.74%0.00%39.17%
14.90%

Color #ACD984 in popluar number systems.

HEXACD984
Decimal172217132
Binary101011001101100110000100
Octal254331204

Shades and tints

Shades of #ACD984

#ACD984
(172,217,132)
#9DC678
(157,198,120)
#8EB36C
(142,179,108)
#7FA060
(127,160,96)
#708D54
(112,141,84)
#617A48
(97,122,72)
#52673C
(82,103,60)
#435430
(67,84,48)
#344124
(52,65,36)
#252E18
(37,46,24)
#161B0C
(22,27,12)
#000000
(0,0,0)

Tints of #ACD984

#ACD984
(172,217,132)
#B3DC8F
(179,220,143)
#BADF9A
(186,223,154)
#C1E2A5
(193,226,165)
#C8E5B0
(200,229,176)
#CFE8BB
(207,232,187)
#D6EBC6
(214,235,198)
#DDEED1
(221,238,209)
#E4F1DC
(228,241,220)
#EBF4E7
(235,244,231)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD984 color. Also use rgb(172,217,132) instead hex code.

Text Font Color

.myTextColor { color: #ACD984; }

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

This text font color is #ACD984.


Background Color

.myBgColor { background-color: #ACD984; }

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

This div background color is #ACD984.


Border color

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

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

This div border color is #ACD984.


Opacity

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

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

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

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

This text has shadow with #ACD984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD984 on black background.


Color preview on white background

This text has color #ACD984 on white background.



Black color preview on #ACD984 background

This text has black color on #ACD984 background.


White color preview on #ACD984 background

This text has white color on #ACD984 background.