COLOR #A9F088

HEX: #A9F088 RGB: (169,240,136)

Color info

#A9F088 contains mainly green color. Web safe color of #A9F088 is #99FF99 (or #9F9).

RGB color model

#A9F088 color RGB value is (169,240,136).

RGB: (169,240,136) (66%, 94%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 136 of 255 = 53%

169
240
136

R + G + B ~ 71%. #A9F088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 240 + 136 = 545 (100%)
R 169 of 545 ~ 31.01%
G 240 of 545 ~ 44.04%
B 136 of 545 ~ 24.95'%

%31.01
%44.04
%24.95

CMYK color model

#A9F088 color CMYK value is (30,0,43,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 5.88%

CMYK: (30,0,43,6)
C30M0Y43K6 (30%, 0%, 43%, 6%)
(0.30 / 0.00 / 0.43 / 0.06)

CMYK percentages

%29.58
%0
%43.33
%5.88

Codes

Color #A9F088 in popluar color models

A9 F0 88
RGB 169 240 136
HSL 101° 77.61% 73.73%
HSB/HSV 101° 43.33% 94.12%
CMYK 29.58% 0.00% 43.33%
5.88%

Color #A9F088 in popluar number systems.

HEX A9 F0 88
Decimal 169 240 136
Binary 10101001 11110000 10001000
Octal 251 360 210

Shades and tints

Shades of #A9F088

#A9F088
(169,240,136)
#9ADB7C
(154,219,124)
#8BC670
(139,198,112)
#7CB164
(124,177,100)
#6D9C58
(109,156,88)
#5E874C
(94,135,76)
#4F7240
(79,114,64)
#405D34
(64,93,52)
#314828
(49,72,40)
#22331C
(34,51,28)
#131E10
(19,30,16)
#000000
(0,0,0)

Tints of #A9F088

#A9F088
(169,240,136)
#B0F192
(176,241,146)
#B7F29C
(183,242,156)
#BEF3A6
(190,243,166)
#C5F4B0
(197,244,176)
#CCF5BA
(204,245,186)
#D3F6C4
(211,246,196)
#DAF7CE
(218,247,206)
#E1F8D8
(225,248,216)
#E8F9E2
(232,249,226)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F088; }

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

This text font color is #A9F088.

Background Color

.myBgColor { background-color: #A9F088; }

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

This div background color is #A9F088.

Border color

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

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

This div border color is #A9F088.

Opacity

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

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

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

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

This text has shadow with #A9F088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F088.

Preview

Color preview on black background

This text has color #A9F088 on black background.


Color preview on white background

This text has color #A9F088 on white background.


Black color preview on #A9F088 background

This text has black color on #A9F088 background.


White color preview on #A9F088 background

This text has white color on #A9F088 background.


Related colors

Complementary color

Complementary color for #hex is #560F77.


I love getcolorcode.com

Triadic colors

1 #88A9F0 and #F088A9 with #A9F088 are triadic colors.

2 #88F0A9 and #F0A988 with #A9F088 are triadic colors.