COLOR #ACD59B

HEX: #ACD59B
RGB: (172,213,155)

Renk bilgisi

#ACD59B contains red, green and blue colors in about the same proportion. #ACD59B ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACD59B color RGB value is (172,213,155).

  • kırmız ton 172;
  • yeşil ton 213;
  • mavi ton 155.
RGB:
(172,213,155)
(67%,84%,61%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 213 of 255 = 84%
B 155 of 255 = 61%

172
213
155

R + G + B ~ 71%. #ACD59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 213 + 155 = 540 (100%)
R 172 of 540 ~ 31.85%
G 213 of 540 ~ 39.44%
B 155 of 540 ~ 28.7%

%31.85
%39.44
%28.7

CMYK RENK MODELİ

#ACD59B rengi CMYK tonu (19,0,27,16).

  • camgöbeği tonu 19.25%
  • eflatun tonu 0.00%
  • sarı tonu 27.23%
  • ana renk tonu 16.47%
CMYK:
(19,0,27,16)
C19M0Y27K16 
(19%,0%,27%,16%)
(0.19/0.00/0.27/0.16)	

CMYK yüzdeleri

%19.25
%0
%27.23
%16.47

Codes

Color #ACD59B in popluar color models

ACD59B
RGB172213155
HSL102°40.85%72.16%
HSB/HSV102°27.23%83.53%
CMYK19.25%0.00%27.23%
16.47%

Color #ACD59B in popluar number systems.

HEXACD59B
Decimal172213155
Binary101011001101010110011011
Octal254325233

Shades and tints

Shades of #ACD59B

#ACD59B
(172,213,155)
#9DC28D
(157,194,141)
#8EAF7F
(142,175,127)
#7F9C71
(127,156,113)
#708963
(112,137,99)
#617655
(97,118,85)
#526347
(82,99,71)
#435039
(67,80,57)
#343D2B
(52,61,43)
#252A1D
(37,42,29)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #ACD59B

#ACD59B
(172,213,155)
#B3D8A4
(179,216,164)
#BADBAD
(186,219,173)
#C1DEB6
(193,222,182)
#C8E1BF
(200,225,191)
#CFE4C8
(207,228,200)
#D6E7D1
(214,231,209)
#DDEADA
(221,234,218)
#E4EDE3
(228,237,227)
#EBF0EC
(235,240,236)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD59B color. Also use rgb(172,213,155) instead hex code.

Text Font Color

.myTextColor { color: #ACD59B; }

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

This text font color is #ACD59B.


Background Color

.myBgColor { background-color: #ACD59B; }

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

This div background color is #ACD59B.


Border color

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

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

This div border color is #ACD59B.


Opacity

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

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

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

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

This text has shadow with #ACD59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD59B on black background.


Color preview on white background

This text has color #ACD59B on white background.



Black color preview on #ACD59B background

This text has black color on #ACD59B background.


White color preview on #ACD59B background

This text has white color on #ACD59B background.