COLOR #ACCD7D

HEX: #ACCD7D
RGB: (172,205,125)

Renk bilgisi

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

RGB renk modeli

#ACCD7D color RGB value is (172,205,125).

  • kırmız ton 172;
  • yeşil ton 205;
  • mavi ton 125.
RGB:
(172,205,125)
(67%,80%,49%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 205 of 255 = 80%
B 125 of 255 = 49%

172
205
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 205 + 125 = 502 (100%)
R 172 of 502 ~ 34.26%
G 205 of 502 ~ 40.84%
B 125 of 502 ~ 24.9%

%34.26
%40.84
%24.9

CMYK RENK MODELİ

#ACCD7D rengi CMYK tonu (16,0,39,20).

  • camgöbeği tonu 16.10%
  • eflatun tonu 0.00%
  • sarı tonu 39.02%
  • ana renk tonu 19.61%
CMYK:
(16,0,39,20)
C16M0Y39K20 
(16%,0%,39%,20%)
(0.16/0.00/0.39/0.20)	

CMYK yüzdeleri

%16.1
%0
%39.02
%19.61

Codes

Color #ACCD7D in popluar color models

ACCD7D
RGB172205125
HSL85°44.44%64.71%
HSB/HSV85°39.02%80.39%
CMYK16.10%0.00%39.02%
19.61%

Color #ACCD7D in popluar number systems.

HEXACCD7D
Decimal172205125
Binary10101100110011011111101
Octal254315175

Shades and tints

Shades of #ACCD7D

#ACCD7D
(172,205,125)
#9DBB72
(157,187,114)
#8EA967
(142,169,103)
#7F975C
(127,151,92)
#708551
(112,133,81)
#617346
(97,115,70)
#52613B
(82,97,59)
#434F30
(67,79,48)
#343D25
(52,61,37)
#252B1A
(37,43,26)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #ACCD7D

#ACCD7D
(172,205,125)
#B3D188
(179,209,136)
#BAD593
(186,213,147)
#C1D99E
(193,217,158)
#C8DDA9
(200,221,169)
#CFE1B4
(207,225,180)
#D6E5BF
(214,229,191)
#DDE9CA
(221,233,202)
#E4EDD5
(228,237,213)
#EBF1E0
(235,241,224)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCD7D color. Also use rgb(172,205,125) instead hex code.

Text Font Color

.myTextColor { color: #ACCD7D; }

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

This text font color is #ACCD7D.


Background Color

.myBgColor { background-color: #ACCD7D; }

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

This div background color is #ACCD7D.


Border color

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

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

This div border color is #ACCD7D.


Opacity

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

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

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

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

This text has shadow with #ACCD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCD7D on black background.


Color preview on white background

This text has color #ACCD7D on white background.



Black color preview on #ACCD7D background

This text has black color on #ACCD7D background.


White color preview on #ACCD7D background

This text has white color on #ACCD7D background.