COLOR #ACC390

HEX: #ACC390
RGB: (172,195,144)

Renk bilgisi

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

RGB renk modeli

#ACC390 color RGB value is (172,195,144).

  • kırmız ton 172;
  • yeşil ton 195;
  • mavi ton 144.
RGB:
(172,195,144)
(67%,76%,56%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 195 of 255 = 76%
B 144 of 255 = 56%

172
195
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 195 + 144 = 511 (100%)
R 172 of 511 ~ 33.66%
G 195 of 511 ~ 38.16%
B 144 of 511 ~ 28.18%

%33.66
%38.16
%28.18

CMYK RENK MODELİ

#ACC390 rengi CMYK tonu (12,0,26,24).

  • camgöbeği tonu 11.79%
  • eflatun tonu 0.00%
  • sarı tonu 26.15%
  • ana renk tonu 23.53%
CMYK:
(12,0,26,24)
C12M0Y26K24 
(12%,0%,26%,24%)
(0.12/0.00/0.26/0.24)	

CMYK yüzdeleri

%11.79
%0
%26.15
%23.53

Codes

Color #ACC390 in popluar color models

ACC390
RGB172195144
HSL87°29.82%66.47%
HSB/HSV87°26.15%76.47%
CMYK11.79%0.00%26.15%
23.53%

Color #ACC390 in popluar number systems.

HEXACC390
Decimal172195144
Binary101011001100001110010000
Octal254303220

Shades and tints

Shades of #ACC390

#ACC390
(172,195,144)
#9DB283
(157,178,131)
#8EA176
(142,161,118)
#7F9069
(127,144,105)
#707F5C
(112,127,92)
#616E4F
(97,110,79)
#525D42
(82,93,66)
#434C35
(67,76,53)
#343B28
(52,59,40)
#252A1B
(37,42,27)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #ACC390

#ACC390
(172,195,144)
#B3C89A
(179,200,154)
#BACDA4
(186,205,164)
#C1D2AE
(193,210,174)
#C8D7B8
(200,215,184)
#CFDCC2
(207,220,194)
#D6E1CC
(214,225,204)
#DDE6D6
(221,230,214)
#E4EBE0
(228,235,224)
#EBF0EA
(235,240,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC390 color. Also use rgb(172,195,144) instead hex code.

Text Font Color

.myTextColor { color: #ACC390; }

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

This text font color is #ACC390.


Background Color

.myBgColor { background-color: #ACC390; }

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

This div background color is #ACC390.


Border color

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

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

This div border color is #ACC390.


Opacity

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

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

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

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

This text has shadow with #ACC390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC390 on black background.


Color preview on white background

This text has color #ACC390 on white background.



Black color preview on #ACC390 background

This text has black color on #ACC390 background.


White color preview on #ACC390 background

This text has white color on #ACC390 background.