COLOR #A9DF92

HEX: #A9DF92
RGB: (169,223,146)

Color info

#A9DF92 contains mainly red and green colors. Web safe color of #A9DF92 is #99CC99 (or #9C9).

RGB color model

#A9DF92 color RGB value is (169,223,146).

  • red value is 169;
  • green value is 223;
  • blue value is 146.
RGB:
(169,223,146)
(66%,87%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 146 of 255 = 57%

169
223
146

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

Portions of RGB colors in percentages

R + G + B =
169 + 223 + 146 = 538 (100%)
R 169 of 538 ~ 31.41%
G 223 of 538 ~ 41.45%
B 146 of 538 ~ 27.14%

%31.41
%41.45
%27.14

CMYK color model

#A9DF92 color CMYK value is (24,0,35,13).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 12.55%
CMYK:
(24,0,35,13)
C24M0Y35K13 
(24%,0%,35%,13%)
(0.24/0.00/0.35/0.13)	

CMYK percentages

%24.22
%0
%34.53
%12.55

Codes

Color #A9DF92 in popluar color models

A9DF92
RGB169223146
HSL102°54.61%72.35%
HSB/HSV102°34.53%87.45%
CMYK24.22%0.00%34.53%
12.55%

Color #A9DF92 in popluar number systems.

HEXA9DF92
Decimal169223146
Binary101010011101111110010010
Octal251337222

Shades and tints

Shades of #A9DF92

#A9DF92
(169,223,146)
#9ACB85
(154,203,133)
#8BB778
(139,183,120)
#7CA36B
(124,163,107)
#6D8F5E
(109,143,94)
#5E7B51
(94,123,81)
#4F6744
(79,103,68)
#405337
(64,83,55)
#313F2A
(49,63,42)
#222B1D
(34,43,29)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #A9DF92

#A9DF92
(169,223,146)
#B0E19B
(176,225,155)
#B7E3A4
(183,227,164)
#BEE5AD
(190,229,173)
#C5E7B6
(197,231,182)
#CCE9BF
(204,233,191)
#D3EBC8
(211,235,200)
#DAEDD1
(218,237,209)
#E1EFDA
(225,239,218)
#E8F1E3
(232,241,227)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DF92 color. Also use rgb(169,223,146) instead hex code.

Text Font Color

.myTextColor { color: #A9DF92; }

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

This text font color is #A9DF92.


Background Color

.myBgColor { background-color: #A9DF92; }

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

This div background color is #A9DF92.


Border color

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

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

This div border color is #A9DF92.


Opacity

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

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

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

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

This text has shadow with #A9DF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DF92 on black background.


Color preview on white background

This text has color #A9DF92 on white background.



Black color preview on #A9DF92 background

This text has black color on #A9DF92 background.


White color preview on #A9DF92 background

This text has white color on #A9DF92 background.