COLOR #A9D59B

HEX: #A9D59B
RGB: (169,213,155)

Renk bilgisi

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

RGB renk modeli

#A9D59B color RGB value is (169,213,155).

  • kırmız ton 169;
  • yeşil ton 213;
  • mavi ton 155.
RGB:
(169,213,155)
(66%,84%,61%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 213 of 255 = 84%
B 155 of 255 = 61%

169
213
155

R + G + B ~ 70%. #A9D59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 213 + 155 = 537 (100%)
R 169 of 537 ~ 31.47%
G 213 of 537 ~ 39.66%
B 155 of 537 ~ 28.86%

%31.47
%39.66
%28.86

CMYK RENK MODELİ

#A9D59B rengi CMYK tonu (21,0,27,16).

  • camgöbeği tonu 20.66%
  • eflatun tonu 0.00%
  • sarı tonu 27.23%
  • ana renk tonu 16.47%
CMYK:
(21,0,27,16)
C21M0Y27K16 
(21%,0%,27%,16%)
(0.21/0.00/0.27/0.16)	

CMYK yüzdeleri

%20.66
%0
%27.23
%16.47

Codes

Color #A9D59B in popluar color models

A9D59B
RGB169213155
HSL106°40.85%72.16%
HSB/HSV106°27.23%83.53%
CMYK20.66%0.00%27.23%
16.47%

Color #A9D59B in popluar number systems.

HEXA9D59B
Decimal169213155
Binary101010011101010110011011
Octal251325233

Shades and tints

Shades of #A9D59B

#A9D59B
(169,213,155)
#9AC28D
(154,194,141)
#8BAF7F
(139,175,127)
#7C9C71
(124,156,113)
#6D8963
(109,137,99)
#5E7655
(94,118,85)
#4F6347
(79,99,71)
#405039
(64,80,57)
#313D2B
(49,61,43)
#222A1D
(34,42,29)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #A9D59B

#A9D59B
(169,213,155)
#B0D8A4
(176,216,164)
#B7DBAD
(183,219,173)
#BEDEB6
(190,222,182)
#C5E1BF
(197,225,191)
#CCE4C8
(204,228,200)
#D3E7D1
(211,231,209)
#DAEADA
(218,234,218)
#E1EDE3
(225,237,227)
#E8F0EC
(232,240,236)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D59B color. Also use rgb(169,213,155) instead hex code.

Text Font Color

.myTextColor { color: #A9D59B; }

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

This text font color is #A9D59B.


Background Color

.myBgColor { background-color: #A9D59B; }

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

This div background color is #A9D59B.


Border color

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

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

This div border color is #A9D59B.


Opacity

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

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

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

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

This text has shadow with #A9D59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D59B on black background.


Color preview on white background

This text has color #A9D59B on white background.



Black color preview on #A9D59B background

This text has black color on #A9D59B background.


White color preview on #A9D59B background

This text has white color on #A9D59B background.