COLOR #A9DD7D

HEX: #A9DD7D
RGB: (169,221,125)

Renk bilgisi

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

RGB renk modeli

#A9DD7D color RGB value is (169,221,125).

  • kırmız ton 169;
  • yeşil ton 221;
  • mavi ton 125.
RGB:
(169,221,125)
(66%,87%,49%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 221 of 255 = 87%
B 125 of 255 = 49%

169
221
125

R + G + B ~ 67%. #A9DD7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 221 + 125 = 515 (100%)
R 169 of 515 ~ 32.82%
G 221 of 515 ~ 42.91%
B 125 of 515 ~ 24.27%

%32.82
%42.91
%24.27

CMYK RENK MODELİ

#A9DD7D rengi CMYK tonu (24,0,43,13).

  • camgöbeği tonu 23.53%
  • eflatun tonu 0.00%
  • sarı tonu 43.44%
  • ana renk tonu 13.33%
CMYK:
(24,0,43,13)
C24M0Y43K13 
(24%,0%,43%,13%)
(0.24/0.00/0.43/0.13)	

CMYK yüzdeleri

%23.53
%0
%43.44
%13.33

Codes

Color #A9DD7D in popluar color models

A9DD7D
RGB169221125
HSL93°58.54%67.84%
HSB/HSV93°43.44%86.67%
CMYK23.53%0.00%43.44%
13.33%

Color #A9DD7D in popluar number systems.

HEXA9DD7D
Decimal169221125
Binary10101001110111011111101
Octal251335175

Shades and tints

Shades of #A9DD7D

#A9DD7D
(169,221,125)
#9AC972
(154,201,114)
#8BB567
(139,181,103)
#7CA15C
(124,161,92)
#6D8D51
(109,141,81)
#5E7946
(94,121,70)
#4F653B
(79,101,59)
#405130
(64,81,48)
#313D25
(49,61,37)
#22291A
(34,41,26)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A9DD7D

#A9DD7D
(169,221,125)
#B0E088
(176,224,136)
#B7E393
(183,227,147)
#BEE69E
(190,230,158)
#C5E9A9
(197,233,169)
#CCECB4
(204,236,180)
#D3EFBF
(211,239,191)
#DAF2CA
(218,242,202)
#E1F5D5
(225,245,213)
#E8F8E0
(232,248,224)
#EFFBEB
(239,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DD7D color. Also use rgb(169,221,125) instead hex code.

Text Font Color

.myTextColor { color: #A9DD7D; }

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

This text font color is #A9DD7D.


Background Color

.myBgColor { background-color: #A9DD7D; }

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

This div background color is #A9DD7D.


Border color

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

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

This div border color is #A9DD7D.


Opacity

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

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

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

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

This text has shadow with #A9DD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DD7D on black background.


Color preview on white background

This text has color #A9DD7D on white background.



Black color preview on #A9DD7D background

This text has black color on #A9DD7D background.


White color preview on #A9DD7D background

This text has white color on #A9DD7D background.