COLOR #A9FB69

HEX: #A9FB69 RGB: (169,251,105)

Color info

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

RGB color model

#A9FB69 color RGB value is (169,251,105).

RGB: (169,251,105) (66%, 98%, 41%)

RGB channels and saturation

R 169 of 255 = 66%
G 251 of 255 = 98%
B 105 of 255 = 41%

169
251
105

R + G + B ~ 68%. #A9FB69 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 251 + 105 = 525 (100%)
R 169 of 525 ~ 32.19%
G 251 of 525 ~ 47.81%
B 105 of 525 ~ 20'%

%32.19
%47.81
%20

CMYK color model

#A9FB69 color CMYK value is (33,0,58,2).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 58.17%
  • key color value is 1.57%

CMYK: (33,0,58,2)
C33M0Y58K2 (33%, 0%, 58%, 2%)
(0.33 / 0.00 / 0.58 / 0.02)

CMYK percentages

%32.67
%0
%58.17
%1.57

Codes

Color #A9FB69 in popluar color models

A9 FB 69
RGB 169 251 105
HSL 94° 94.81% 69.80%
HSB/HSV 94° 58.17% 98.43%
CMYK 32.67% 0.00% 58.17%
1.57%

Color #A9FB69 in popluar number systems.

HEX A9 FB 69
Decimal 169 251 105
Binary 10101001 11111011 1101001
Octal 251 373 151

Shades and tints

Shades of #A9FB69

#A9FB69
(169,251,105)
#9AE560
(154,229,96)
#8BCF57
(139,207,87)
#7CB94E
(124,185,78)
#6DA345
(109,163,69)
#5E8D3C
(94,141,60)
#4F7733
(79,119,51)
#40612A
(64,97,42)
#314B21
(49,75,33)
#223518
(34,53,24)
#131F0F
(19,31,15)
#000000
(0,0,0)

Tints of #A9FB69

#A9FB69
(169,251,105)
#B0FB76
(176,251,118)
#B7FB83
(183,251,131)
#BEFB90
(190,251,144)
#C5FB9D
(197,251,157)
#CCFBAA
(204,251,170)
#D3FBB7
(211,251,183)
#DAFBC4
(218,251,196)
#E1FBD1
(225,251,209)
#E8FBDE
(232,251,222)
#EFFBEB
(239,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9FB69; }

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

This text font color is #A9FB69.

Background Color

.myBgColor { background-color: #A9FB69; }

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

This div background color is #A9FB69.

Border color

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

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

This div border color is #A9FB69.

Opacity

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

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

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

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

This text has shadow with #A9FB69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9FB69.

Preview

Color preview on black background

This text has color #A9FB69 on black background.


Color preview on white background

This text has color #A9FB69 on white background.


Black color preview on #A9FB69 background

This text has black color on #A9FB69 background.


White color preview on #A9FB69 background

This text has white color on #A9FB69 background.


Related colors

Complementary color

Complementary color for #hex is #560496.


I love getcolorcode.com

Triadic colors

1 #69A9FB and #FB69A9 with #A9FB69 are triadic colors.

2 #69FBA9 and #FBA969 with #A9FB69 are triadic colors.