COLOR #ACCE55

HEX: #ACCE55
RGB: (172,206,85)

Renk bilgisi

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

RGB renk modeli

#ACCE55 color RGB value is (172,206,85).

  • kırmız ton 172;
  • yeşil ton 206;
  • mavi ton 85.
RGB:
(172,206,85)
(67%,81%,33%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 206 of 255 = 81%
B 85 of 255 = 33%

172
206
85

R + G + B ~ 60%. #ACCE55 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 206 + 85 = 463 (100%)
R 172 of 463 ~ 37.15%
G 206 of 463 ~ 44.49%
B 85 of 463 ~ 18.36%

%37.15
%44.49
%18.36

CMYK RENK MODELİ

#ACCE55 rengi CMYK tonu (17,0,59,19).

  • camgöbeği tonu 16.50%
  • eflatun tonu 0.00%
  • sarı tonu 58.74%
  • ana renk tonu 19.22%
CMYK:
(17,0,59,19)
C17M0Y59K19 
(17%,0%,59%,19%)
(0.17/0.00/0.59/0.19)	

CMYK yüzdeleri

%16.5
%0
%58.74
%19.22

Codes

Color #ACCE55 in popluar color models

ACCE55
RGB17220685
HSL77°55.25%57.06%
HSB/HSV77°58.74%80.78%
CMYK16.50%0.00%58.74%
19.22%

Color #ACCE55 in popluar number systems.

HEXACCE55
Decimal17220685
Binary10101100110011101010101
Octal254316125

Shades and tints

Shades of #ACCE55

#ACCE55
(172,206,85)
#9DBC4E
(157,188,78)
#8EAA47
(142,170,71)
#7F9840
(127,152,64)
#708639
(112,134,57)
#617432
(97,116,50)
#52622B
(82,98,43)
#435024
(67,80,36)
#343E1D
(52,62,29)
#252C16
(37,44,22)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #ACCE55

#ACCE55
(172,206,85)
#B3D264
(179,210,100)
#BAD673
(186,214,115)
#C1DA82
(193,218,130)
#C8DE91
(200,222,145)
#CFE2A0
(207,226,160)
#D6E6AF
(214,230,175)
#DDEABE
(221,234,190)
#E4EECD
(228,238,205)
#EBF2DC
(235,242,220)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCE55 color. Also use rgb(172,206,85) instead hex code.

Text Font Color

.myTextColor { color: #ACCE55; }

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

This text font color is #ACCE55.


Background Color

.myBgColor { background-color: #ACCE55; }

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

This div background color is #ACCE55.


Border color

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

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

This div border color is #ACCE55.


Opacity

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

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

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

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

This text has shadow with #ACCE55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCE55 on black background.


Color preview on white background

This text has color #ACCE55 on white background.



Black color preview on #ACCE55 background

This text has black color on #ACCE55 background.


White color preview on #ACCE55 background

This text has white color on #ACCE55 background.