COLOR #A9D197

HEX: #A9D197
RGB: (169,209,151)

Renk bilgisi

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

RGB renk modeli

#A9D197 color RGB value is (169,209,151).

  • kırmız ton 169;
  • yeşil ton 209;
  • mavi ton 151.
RGB:
(169,209,151)
(66%,82%,59%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 209 of 255 = 82%
B 151 of 255 = 59%

169
209
151

R + G + B ~ 69%. #A9D197 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 209 + 151 = 529 (100%)
R 169 of 529 ~ 31.95%
G 209 of 529 ~ 39.51%
B 151 of 529 ~ 28.54%

%31.95
%39.51
%28.54

CMYK RENK MODELİ

#A9D197 rengi CMYK tonu (19,0,28,18).

  • camgöbeği tonu 19.14%
  • eflatun tonu 0.00%
  • sarı tonu 27.75%
  • ana renk tonu 18.04%
CMYK:
(19,0,28,18)
C19M0Y28K18 
(19%,0%,28%,18%)
(0.19/0.00/0.28/0.18)	

CMYK yüzdeleri

%19.14
%0
%27.75
%18.04

Codes

Color #A9D197 in popluar color models

A9D197
RGB169209151
HSL101°38.67%70.59%
HSB/HSV101°27.75%81.96%
CMYK19.14%0.00%27.75%
18.04%

Color #A9D197 in popluar number systems.

HEXA9D197
Decimal169209151
Binary101010011101000110010111
Octal251321227

Shades and tints

Shades of #A9D197

#A9D197
(169,209,151)
#9ABE8A
(154,190,138)
#8BAB7D
(139,171,125)
#7C9870
(124,152,112)
#6D8563
(109,133,99)
#5E7256
(94,114,86)
#4F5F49
(79,95,73)
#404C3C
(64,76,60)
#31392F
(49,57,47)
#222622
(34,38,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #A9D197

#A9D197
(169,209,151)
#B0D5A0
(176,213,160)
#B7D9A9
(183,217,169)
#BEDDB2
(190,221,178)
#C5E1BB
(197,225,187)
#CCE5C4
(204,229,196)
#D3E9CD
(211,233,205)
#DAEDD6
(218,237,214)
#E1F1DF
(225,241,223)
#E8F5E8
(232,245,232)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D197 color. Also use rgb(169,209,151) instead hex code.

Text Font Color

.myTextColor { color: #A9D197; }

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

This text font color is #A9D197.


Background Color

.myBgColor { background-color: #A9D197; }

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

This div background color is #A9D197.


Border color

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

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

This div border color is #A9D197.


Opacity

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

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

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

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

This text has shadow with #A9D197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D197 on black background.


Color preview on white background

This text has color #A9D197 on white background.



Black color preview on #A9D197 background

This text has black color on #A9D197 background.


White color preview on #A9D197 background

This text has white color on #A9D197 background.