COLOR #AFF09A

HEX: #AFF09A RGB: (175,240,154)

Color info

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

RGB color model

#AFF09A color RGB value is (175,240,154).

RGB: (175,240,154) (69%, 94%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 240 of 255 = 94%
B 154 of 255 = 60%

175
240
154

R + G + B ~ 74%. #AFF09A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 240 + 154 = 569 (100%)
R 175 of 569 ~ 30.76%
G 240 of 569 ~ 42.18%
B 154 of 569 ~ 27.07'%

%30.76
%42.18
%27.07

CMYK color model

#AFF09A color CMYK value is (27,0,36,6).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 5.88%

CMYK: (27,0,36,6)
C27M0Y36K6 (27%, 0%, 36%, 6%)
(0.27 / 0.00 / 0.36 / 0.06)

CMYK percentages

%27.08
%0
%35.83
%5.88

Codes

Color #AFF09A in popluar color models

AF F0 9A
RGB 175 240 154
HSL 105° 74.14% 77.25%
HSB/HSV 105° 35.83% 94.12%
CMYK 27.08% 0.00% 35.83%
5.88%

Color #AFF09A in popluar number systems.

HEX AF F0 9A
Decimal 175 240 154
Binary 10101111 11110000 10011010
Octal 257 360 232

Shades and tints

Shades of #AFF09A

#AFF09A
(175,240,154)
#A0DB8C
(160,219,140)
#91C67E
(145,198,126)
#82B170
(130,177,112)
#739C62
(115,156,98)
#648754
(100,135,84)
#557246
(85,114,70)
#465D38
(70,93,56)
#37482A
(55,72,42)
#28331C
(40,51,28)
#191E0E
(25,30,14)
#000000
(0,0,0)

Tints of #AFF09A

#AFF09A
(175,240,154)
#B6F1A3
(182,241,163)
#BDF2AC
(189,242,172)
#C4F3B5
(196,243,181)
#CBF4BE
(203,244,190)
#D2F5C7
(210,245,199)
#D9F6D0
(217,246,208)
#E0F7D9
(224,247,217)
#E7F8E2
(231,248,226)
#EEF9EB
(238,249,235)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF09A color. Also use rgb(175,240,154) instead hex code.

Text Font Color

.myTextColor { color: #AFF09A; }

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

This text font color is #AFF09A.

Background Color

.myBgColor { background-color: #AFF09A; }

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

This div background color is #AFF09A.

Border color

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

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

This div border color is #AFF09A.

Opacity

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

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

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

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

This text has shadow with #AFF09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF09A.

Preview

Color preview on black background

This text has color #AFF09A on black background.


Color preview on white background

This text has color #AFF09A on white background.


Black color preview on #AFF09A background

This text has black color on #AFF09A background.


White color preview on #AFF09A background

This text has white color on #AFF09A background.


Related colors

Complementary color

Complementary color for #hex is #500F65.


I love getcolorcode.com

Triadic colors

1 #9AAFF0 and #F09AAF with #AFF09A are triadic colors.

2 #9AF0AF and #F0AF9A with #AFF09A are triadic colors.