COLOR #ACC58D

HEX: #ACC58D
RGB: (172,197,141)

Renk bilgisi

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

RGB renk modeli

#ACC58D color RGB value is (172,197,141).

  • kırmız ton 172;
  • yeşil ton 197;
  • mavi ton 141.
RGB:
(172,197,141)
(67%,77%,55%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 197 of 255 = 77%
B 141 of 255 = 55%

172
197
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 197 + 141 = 510 (100%)
R 172 of 510 ~ 33.73%
G 197 of 510 ~ 38.63%
B 141 of 510 ~ 27.65%

%33.73
%38.63
%27.65

CMYK RENK MODELİ

#ACC58D rengi CMYK tonu (13,0,28,23).

  • camgöbeği tonu 12.69%
  • eflatun tonu 0.00%
  • sarı tonu 28.43%
  • ana renk tonu 22.75%
CMYK:
(13,0,28,23)
C13M0Y28K23 
(13%,0%,28%,23%)
(0.13/0.00/0.28/0.23)	

CMYK yüzdeleri

%12.69
%0
%28.43
%22.75

Codes

Color #ACC58D in popluar color models

ACC58D
RGB172197141
HSL87°32.56%66.27%
HSB/HSV87°28.43%77.25%
CMYK12.69%0.00%28.43%
22.75%

Color #ACC58D in popluar number systems.

HEXACC58D
Decimal172197141
Binary101011001100010110001101
Octal254305215

Shades and tints

Shades of #ACC58D

#ACC58D
(172,197,141)
#9DB481
(157,180,129)
#8EA375
(142,163,117)
#7F9269
(127,146,105)
#70815D
(112,129,93)
#617051
(97,112,81)
#525F45
(82,95,69)
#434E39
(67,78,57)
#343D2D
(52,61,45)
#252C21
(37,44,33)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #ACC58D

#ACC58D
(172,197,141)
#B3CA97
(179,202,151)
#BACFA1
(186,207,161)
#C1D4AB
(193,212,171)
#C8D9B5
(200,217,181)
#CFDEBF
(207,222,191)
#D6E3C9
(214,227,201)
#DDE8D3
(221,232,211)
#E4EDDD
(228,237,221)
#EBF2E7
(235,242,231)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC58D color. Also use rgb(172,197,141) instead hex code.

Text Font Color

.myTextColor { color: #ACC58D; }

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

This text font color is #ACC58D.


Background Color

.myBgColor { background-color: #ACC58D; }

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

This div background color is #ACC58D.


Border color

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

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

This div border color is #ACC58D.


Opacity

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

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

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

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

This text has shadow with #ACC58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC58D on black background.


Color preview on white background

This text has color #ACC58D on white background.



Black color preview on #ACC58D background

This text has black color on #ACC58D background.


White color preview on #ACC58D background

This text has white color on #ACC58D background.