COLOR #A9F199

HEX: #A9F199
RGB: (169,241,153)

Renk bilgisi

#A9F199 contains mainly green color. #A9F199 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A9F199 color RGB value is (169,241,153).

  • kırmız ton 169;
  • yeşil ton 241;
  • mavi ton 153.
RGB:
(169,241,153)
(66%,95%,60%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 241 of 255 = 95%
B 153 of 255 = 60%

169
241
153

R + G + B ~ 74%. #A9F199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 241 + 153 = 563 (100%)
R 169 of 563 ~ 30.02%
G 241 of 563 ~ 42.81%
B 153 of 563 ~ 27.18%

%30.02
%42.81
%27.18

CMYK RENK MODELİ

#A9F199 rengi CMYK tonu (30,0,37,5).

  • camgöbeği tonu 29.88%
  • eflatun tonu 0.00%
  • sarı tonu 36.51%
  • ana renk tonu 5.49%
CMYK:
(30,0,37,5)
C30M0Y37K5 
(30%,0%,37%,5%)
(0.30/0.00/0.37/0.05)	

CMYK yüzdeleri

%29.88
%0
%36.51
%5.49

Codes

Color #A9F199 in popluar color models

A9F199
RGB169241153
HSL109°75.86%77.25%
HSB/HSV109°36.51%94.51%
CMYK29.88%0.00%36.51%
5.49%

Color #A9F199 in popluar number systems.

HEXA9F199
Decimal169241153
Binary101010011111000110011001
Octal251361231

Shades and tints

Shades of #A9F199

#A9F199
(169,241,153)
#9ADC8C
(154,220,140)
#8BC77F
(139,199,127)
#7CB272
(124,178,114)
#6D9D65
(109,157,101)
#5E8858
(94,136,88)
#4F734B
(79,115,75)
#405E3E
(64,94,62)
#314931
(49,73,49)
#223424
(34,52,36)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #A9F199

#A9F199
(169,241,153)
#B0F2A2
(176,242,162)
#B7F3AB
(183,243,171)
#BEF4B4
(190,244,180)
#C5F5BD
(197,245,189)
#CCF6C6
(204,246,198)
#D3F7CF
(211,247,207)
#DAF8D8
(218,248,216)
#E1F9E1
(225,249,225)
#E8FAEA
(232,250,234)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F199 color. Also use rgb(169,241,153) instead hex code.

Text Font Color

.myTextColor { color: #A9F199; }

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

This text font color is #A9F199.


Background Color

.myBgColor { background-color: #A9F199; }

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

This div background color is #A9F199.


Border color

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

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

This div border color is #A9F199.


Opacity

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

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

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

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

This text has shadow with #A9F199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F199 on black background.


Color preview on white background

This text has color #A9F199 on white background.



Black color preview on #A9F199 background

This text has black color on #A9F199 background.


White color preview on #A9F199 background

This text has white color on #A9F199 background.