COLOR #A9ED69

HEX: #A9ED69
RGB: (169,237,105)

Color info

#A9ED69 contains mainly green color. Web safe color of #A9ED69 is #99FF66 (or #9F6).

RGB color model

#A9ED69 color RGB value is (169,237,105).

  • red value is 169;
  • green value is 237;
  • blue value is 105.
RGB:
(169,237,105)
(66%,93%,41%)

RGB channels and saturation

R 169 of 255 = 66%
G 237 of 255 = 93%
B 105 of 255 = 41%

169
237
105

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

Portions of RGB colors in percentages

R + G + B =
169 + 237 + 105 = 511 (100%)
R 169 of 511 ~ 33.07%
G 237 of 511 ~ 46.38%
B 105 of 511 ~ 20.55%

%33.07
%46.38
%20.55

CMYK color model

#A9ED69 color CMYK value is (29,0,56,7).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 7.06%
CMYK:
(29,0,56,7)
C29M0Y56K7 
(29%,0%,56%,7%)
(0.29/0.00/0.56/0.07)	

CMYK percentages

%28.69
%0
%55.7
%7.06

Codes

Color #A9ED69 in popluar color models

A9ED69
RGB169237105
HSL91°78.57%67.06%
HSB/HSV91°55.70%92.94%
CMYK28.69%0.00%55.70%
7.06%

Color #A9ED69 in popluar number systems.

HEXA9ED69
Decimal169237105
Binary10101001111011011101001
Octal251355151

Shades and tints

Shades of #A9ED69

#A9ED69
(169,237,105)
#9AD860
(154,216,96)
#8BC357
(139,195,87)
#7CAE4E
(124,174,78)
#6D9945
(109,153,69)
#5E843C
(94,132,60)
#4F6F33
(79,111,51)
#405A2A
(64,90,42)
#314521
(49,69,33)
#223018
(34,48,24)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #A9ED69

#A9ED69
(169,237,105)
#B0EE76
(176,238,118)
#B7EF83
(183,239,131)
#BEF090
(190,240,144)
#C5F19D
(197,241,157)
#CCF2AA
(204,242,170)
#D3F3B7
(211,243,183)
#DAF4C4
(218,244,196)
#E1F5D1
(225,245,209)
#E8F6DE
(232,246,222)
#EFF7EB
(239,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9ED69 color. Also use rgb(169,237,105) instead hex code.

Text Font Color

.myTextColor { color: #A9ED69; }

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

This text font color is #A9ED69.


Background Color

.myBgColor { background-color: #A9ED69; }

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

This div background color is #A9ED69.


Border color

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

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

This div border color is #A9ED69.


Opacity

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

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

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

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

This text has shadow with #A9ED69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ED69 on black background.


Color preview on white background

This text has color #A9ED69 on white background.



Black color preview on #A9ED69 background

This text has black color on #A9ED69 background.


White color preview on #A9ED69 background

This text has white color on #A9ED69 background.