COLOR #ACC78D

HEX: #ACC78D
RGB: (172,199,141)

Renk bilgisi

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

RGB renk modeli

#ACC78D color RGB value is (172,199,141).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 141 of 255 = 55%

172
199
141

R + G + B ~ 67%. #ACC78D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 199 + 141 = 512 (100%)
R 172 of 512 ~ 33.59%
G 199 of 512 ~ 38.87%
B 141 of 512 ~ 27.54%

%33.59
%38.87
%27.54

CMYK RENK MODELİ

#ACC78D rengi CMYK tonu (14,0,29,22).

  • camgöbeği tonu 13.57%
  • eflatun tonu 0.00%
  • sarı tonu 29.15%
  • ana renk tonu 21.96%
CMYK:
(14,0,29,22)
C14M0Y29K22 
(14%,0%,29%,22%)
(0.14/0.00/0.29/0.22)	

CMYK yüzdeleri

%13.57
%0
%29.15
%21.96

Codes

Color #ACC78D in popluar color models

ACC78D
RGB172199141
HSL88°34.12%66.67%
HSB/HSV88°29.15%78.04%
CMYK13.57%0.00%29.15%
21.96%

Color #ACC78D in popluar number systems.

HEXACC78D
Decimal172199141
Binary101011001100011110001101
Octal254307215

Shades and tints

Shades of #ACC78D

#ACC78D
(172,199,141)
#9DB581
(157,181,129)
#8EA375
(142,163,117)
#7F9169
(127,145,105)
#707F5D
(112,127,93)
#616D51
(97,109,81)
#525B45
(82,91,69)
#434939
(67,73,57)
#34372D
(52,55,45)
#252521
(37,37,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACC78D

#ACC78D
(172,199,141)
#B3CC97
(179,204,151)
#BAD1A1
(186,209,161)
#C1D6AB
(193,214,171)
#C8DBB5
(200,219,181)
#CFE0BF
(207,224,191)
#D6E5C9
(214,229,201)
#DDEAD3
(221,234,211)
#E4EFDD
(228,239,221)
#EBF4E7
(235,244,231)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC78D; }

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

This text font color is #ACC78D.


Background Color

.myBgColor { background-color: #ACC78D; }

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

This div background color is #ACC78D.


Border color

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

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

This div border color is #ACC78D.


Opacity

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

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

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

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

This text has shadow with #ACC78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC78D on black background.


Color preview on white background

This text has color #ACC78D on white background.



Black color preview on #ACC78D background

This text has black color on #ACC78D background.


White color preview on #ACC78D background

This text has white color on #ACC78D background.