COLOR #ACC076

HEX: #ACC076
RGB: (172,192,118)

Renk bilgisi

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

RGB renk modeli

#ACC076 color RGB value is (172,192,118).

  • kırmız ton 172;
  • yeşil ton 192;
  • mavi ton 118.
RGB:
(172,192,118)
(67%,75%,46%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 192 of 255 = 75%
B 118 of 255 = 46%

172
192
118

R + G + B ~ 63%. #ACC076 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 192 + 118 = 482 (100%)
R 172 of 482 ~ 35.68%
G 192 of 482 ~ 39.83%
B 118 of 482 ~ 24.48%

%35.68
%39.83
%24.48

CMYK RENK MODELİ

#ACC076 rengi CMYK tonu (10,0,39,25).

  • camgöbeği tonu 10.42%
  • eflatun tonu 0.00%
  • sarı tonu 38.54%
  • ana renk tonu 24.71%
CMYK:
(10,0,39,25)
C10M0Y39K25 
(10%,0%,39%,25%)
(0.10/0.00/0.39/0.25)	

CMYK yüzdeleri

%10.42
%0
%38.54
%24.71

Codes

Color #ACC076 in popluar color models

ACC076
RGB172192118
HSL76°37.00%60.78%
HSB/HSV76°38.54%75.29%
CMYK10.42%0.00%38.54%
24.71%

Color #ACC076 in popluar number systems.

HEXACC076
Decimal172192118
Binary10101100110000001110110
Octal254300166

Shades and tints

Shades of #ACC076

#ACC076
(172,192,118)
#9DAF6C
(157,175,108)
#8E9E62
(142,158,98)
#7F8D58
(127,141,88)
#707C4E
(112,124,78)
#616B44
(97,107,68)
#525A3A
(82,90,58)
#434930
(67,73,48)
#343826
(52,56,38)
#25271C
(37,39,28)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACC076

#ACC076
(172,192,118)
#B3C582
(179,197,130)
#BACA8E
(186,202,142)
#C1CF9A
(193,207,154)
#C8D4A6
(200,212,166)
#CFD9B2
(207,217,178)
#D6DEBE
(214,222,190)
#DDE3CA
(221,227,202)
#E4E8D6
(228,232,214)
#EBEDE2
(235,237,226)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC076 color. Also use rgb(172,192,118) instead hex code.

Text Font Color

.myTextColor { color: #ACC076; }

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

This text font color is #ACC076.


Background Color

.myBgColor { background-color: #ACC076; }

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

This div background color is #ACC076.


Border color

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

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

This div border color is #ACC076.


Opacity

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

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

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

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

This text has shadow with #ACC076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC076 on black background.


Color preview on white background

This text has color #ACC076 on white background.



Black color preview on #ACC076 background

This text has black color on #ACC076 background.


White color preview on #ACC076 background

This text has white color on #ACC076 background.