COLOR #ACD16C

HEX: #ACD16C
RGB: (172,209,108)

Renk bilgisi

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

RGB renk modeli

#ACD16C color RGB value is (172,209,108).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 209 of 255 = 82%
B 108 of 255 = 42%

172
209
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 209 + 108 = 489 (100%)
R 172 of 489 ~ 35.17%
G 209 of 489 ~ 42.74%
B 108 of 489 ~ 22.09%

%35.17
%42.74
%22.09

CMYK RENK MODELİ

#ACD16C rengi CMYK tonu (18,0,48,18).

  • camgöbeği tonu 17.70%
  • eflatun tonu 0.00%
  • sarı tonu 48.33%
  • ana renk tonu 18.04%
CMYK:
(18,0,48,18)
C18M0Y48K18 
(18%,0%,48%,18%)
(0.18/0.00/0.48/0.18)	

CMYK yüzdeleri

%17.7
%0
%48.33
%18.04

Codes

Color #ACD16C in popluar color models

ACD16C
RGB172209108
HSL82°52.33%62.16%
HSB/HSV82°48.33%81.96%
CMYK17.70%0.00%48.33%
18.04%

Color #ACD16C in popluar number systems.

HEXACD16C
Decimal172209108
Binary10101100110100011101100
Octal254321154

Shades and tints

Shades of #ACD16C

#ACD16C
(172,209,108)
#9DBE63
(157,190,99)
#8EAB5A
(142,171,90)
#7F9851
(127,152,81)
#708548
(112,133,72)
#61723F
(97,114,63)
#525F36
(82,95,54)
#434C2D
(67,76,45)
#343924
(52,57,36)
#25261B
(37,38,27)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #ACD16C

#ACD16C
(172,209,108)
#B3D579
(179,213,121)
#BAD986
(186,217,134)
#C1DD93
(193,221,147)
#C8E1A0
(200,225,160)
#CFE5AD
(207,229,173)
#D6E9BA
(214,233,186)
#DDEDC7
(221,237,199)
#E4F1D4
(228,241,212)
#EBF5E1
(235,245,225)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD16C; }

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

This text font color is #ACD16C.


Background Color

.myBgColor { background-color: #ACD16C; }

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

This div background color is #ACD16C.


Border color

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

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

This div border color is #ACD16C.


Opacity

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

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

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

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

This text has shadow with #ACD16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD16C on black background.


Color preview on white background

This text has color #ACD16C on white background.



Black color preview on #ACD16C background

This text has black color on #ACD16C background.


White color preview on #ACD16C background

This text has white color on #ACD16C background.