COLOR #A9F067

HEX: #A9F067 RGB: (169,240,103)

Color info

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

RGB color model

#A9F067 color RGB value is (169,240,103).

RGB: (169,240,103) (66%, 94%, 40%)

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 103 of 255 = 40%

169
240
103

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

Portions of RGB colors in percentages

R + G + B = 169 + 240 + 103 = 512 (100%)
R 169 of 512 ~ 33.01%
G 240 of 512 ~ 46.88%
B 103 of 512 ~ 20.12'%

%33.01
%46.88
%20.12

CMYK color model

#A9F067 color CMYK value is (30,0,57,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 57.08%
  • key color value is 5.88%
CMYK: (30,0,57,6) C30M0Y57K6 (30%,0%,57%,6%) (0.30/0.00/0.57/0.06) 

CMYK percentages

%29.58
%0
%57.08
%5.88

Codes

Color #A9F067 in popluar color models

A9 F0 67
RGB 169 240 103
HSL 91° 82.04% 67.25%
HSB/HSV 91° 57.08% 94.12%
CMYK 29.58% 0.00% 57.08%
5.88%

Color #A9F067 in popluar number systems.

HEX A9 F0 67
Decimal 169 240 103
Binary 10101001 11110000 1100111
Octal 251 360 147

Shades and tints

Shades of #A9F067

#A9F067
(169,240,103)
#9ADB5E
(154,219,94)
#8BC655
(139,198,85)
#7CB14C
(124,177,76)
#6D9C43
(109,156,67)
#5E873A
(94,135,58)
#4F7231
(79,114,49)
#405D28
(64,93,40)
#31481F
(49,72,31)
#223316
(34,51,22)
#131E0D
(19,30,13)
#000000
(0,0,0)

Tints of #A9F067

#A9F067
(169,240,103)
#B0F174
(176,241,116)
#B7F281
(183,242,129)
#BEF38E
(190,243,142)
#C5F49B
(197,244,155)
#CCF5A8
(204,245,168)
#D3F6B5
(211,246,181)
#DAF7C2
(218,247,194)
#E1F8CF
(225,248,207)
#E8F9DC
(232,249,220)
#EFFAE9
(239,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F067 color. Also use rgb(169,240,103) instead hex code.

Text Font Color

.myTextColor { color: #A9F067; }

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

This text font color is #A9F067.

Background Color

.myBgColor { background-color: #A9F067; }

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

This div background color is #A9F067.

Border color

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

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

This div border color is #A9F067.

Opacity

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

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

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

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

This text has shadow with #A9F067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F067.

Preview

Color preview on black background

This text has color #A9F067 on black background.


Color preview on white background

This text has color #A9F067 on white background.


Black color preview on #A9F067 background

This text has black color on #A9F067 background.


White color preview on #A9F067 background

This text has white color on #A9F067 background.


Related colors

Complementary color

Complementary color for #hex is #560F98.


I love getcolorcode.com

Triadic colors

1 #67A9F0 and #F067A9 with #A9F067 are triadic colors.

2 #67F0A9 and #F0A967 with #A9F067 are triadic colors.