COLOR #ACD17C

HEX: #ACD17C
RGB: (172,209,124)

Renk bilgisi

#ACD17C contains mainly red and green colors. #ACD17C ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ACD17C color RGB value is (172,209,124).

  • kırmız ton 172;
  • yeşil ton 209;
  • mavi ton 124.
RGB:
(172,209,124)
(67%,82%,49%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 209 of 255 = 82%
B 124 of 255 = 49%

172
209
124

R + G + B ~ 66%. #ACD17C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 209 + 124 = 505 (100%)
R 172 of 505 ~ 34.06%
G 209 of 505 ~ 41.39%
B 124 of 505 ~ 24.55%

%34.06
%41.39
%24.55

CMYK RENK MODELİ

#ACD17C rengi CMYK tonu (18,0,41,18).

  • camgöbeği tonu 17.70%
  • eflatun tonu 0.00%
  • sarı tonu 40.67%
  • ana renk tonu 18.04%
CMYK:
(18,0,41,18)
C18M0Y41K18 
(18%,0%,41%,18%)
(0.18/0.00/0.41/0.18)	

CMYK yüzdeleri

%17.7
%0
%40.67
%18.04

Codes

Color #ACD17C in popluar color models

ACD17C
RGB172209124
HSL86°48.02%65.29%
HSB/HSV86°40.67%81.96%
CMYK17.70%0.00%40.67%
18.04%

Color #ACD17C in popluar number systems.

HEXACD17C
Decimal172209124
Binary10101100110100011111100
Octal254321174

Shades and tints

Shades of #ACD17C

#ACD17C
(172,209,124)
#9DBE71
(157,190,113)
#8EAB66
(142,171,102)
#7F985B
(127,152,91)
#708550
(112,133,80)
#617245
(97,114,69)
#525F3A
(82,95,58)
#434C2F
(67,76,47)
#343924
(52,57,36)
#252619
(37,38,25)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #ACD17C

#ACD17C
(172,209,124)
#B3D587
(179,213,135)
#BAD992
(186,217,146)
#C1DD9D
(193,221,157)
#C8E1A8
(200,225,168)
#CFE5B3
(207,229,179)
#D6E9BE
(214,233,190)
#DDEDC9
(221,237,201)
#E4F1D4
(228,241,212)
#EBF5DF
(235,245,223)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD17C color. Also use rgb(172,209,124) instead hex code.

Text Font Color

.myTextColor { color: #ACD17C; }

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

This text font color is #ACD17C.


Background Color

.myBgColor { background-color: #ACD17C; }

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

This div background color is #ACD17C.


Border color

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

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

This div border color is #ACD17C.


Opacity

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

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

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

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

This text has shadow with #ACD17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD17C on black background.


Color preview on white background

This text has color #ACD17C on white background.



Black color preview on #ACD17C background

This text has black color on #ACD17C background.


White color preview on #ACD17C background

This text has white color on #ACD17C background.