COLOR #ACC97A

HEX: #ACC97A
RGB: (172,201,122)

Renk bilgisi

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

RGB renk modeli

#ACC97A color RGB value is (172,201,122).

  • kırmız ton 172;
  • yeşil ton 201;
  • mavi ton 122.
RGB:
(172,201,122)
(67%,79%,48%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 201 of 255 = 79%
B 122 of 255 = 48%

172
201
122

R + G + B ~ 65%. #ACC97A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 201 + 122 = 495 (100%)
R 172 of 495 ~ 34.75%
G 201 of 495 ~ 40.61%
B 122 of 495 ~ 24.65%

%34.75
%40.61
%24.65

CMYK RENK MODELİ

#ACC97A rengi CMYK tonu (14,0,39,21).

  • camgöbeği tonu 14.43%
  • eflatun tonu 0.00%
  • sarı tonu 39.30%
  • ana renk tonu 21.18%
CMYK:
(14,0,39,21)
C14M0Y39K21 
(14%,0%,39%,21%)
(0.14/0.00/0.39/0.21)	

CMYK yüzdeleri

%14.43
%0
%39.3
%21.18

Codes

Color #ACC97A in popluar color models

ACC97A
RGB172201122
HSL82°42.25%63.33%
HSB/HSV82°39.30%78.82%
CMYK14.43%0.00%39.30%
21.18%

Color #ACC97A in popluar number systems.

HEXACC97A
Decimal172201122
Binary10101100110010011111010
Octal254311172

Shades and tints

Shades of #ACC97A

#ACC97A
(172,201,122)
#9DB76F
(157,183,111)
#8EA564
(142,165,100)
#7F9359
(127,147,89)
#70814E
(112,129,78)
#616F43
(97,111,67)
#525D38
(82,93,56)
#434B2D
(67,75,45)
#343922
(52,57,34)
#252717
(37,39,23)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #ACC97A

#ACC97A
(172,201,122)
#B3CD86
(179,205,134)
#BAD192
(186,209,146)
#C1D59E
(193,213,158)
#C8D9AA
(200,217,170)
#CFDDB6
(207,221,182)
#D6E1C2
(214,225,194)
#DDE5CE
(221,229,206)
#E4E9DA
(228,233,218)
#EBEDE6
(235,237,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC97A color. Also use rgb(172,201,122) instead hex code.

Text Font Color

.myTextColor { color: #ACC97A; }

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

This text font color is #ACC97A.


Background Color

.myBgColor { background-color: #ACC97A; }

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

This div background color is #ACC97A.


Border color

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

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

This div border color is #ACC97A.


Opacity

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

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

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

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

This text has shadow with #ACC97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC97A on black background.


Color preview on white background

This text has color #ACC97A on white background.



Black color preview on #ACC97A background

This text has black color on #ACC97A background.


White color preview on #ACC97A background

This text has white color on #ACC97A background.