COLOR #AFF2A8

HEX: #AFF2A8 RGB: (175,242,168)

Color info

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

RGB color model

#AFF2A8 color RGB value is (175,242,168).

RGB: (175,242,168) (69%, 95%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 168 of 255 = 66%

175
242
168

R + G + B ~ 77%. #AFF2A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 242 + 168 = 585 (100%)
R 175 of 585 ~ 29.91%
G 242 of 585 ~ 41.37%
B 168 of 585 ~ 28.72'%

%29.91
%41.37
%28.72

CMYK color model

#AFF2A8 color CMYK value is (28,0,31,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 30.58%
  • key color value is 5.10%

CMYK: (28,0,31,5)
C28M0Y31K5 (28%, 0%, 31%, 5%)
(0.28 / 0.00 / 0.31 / 0.05)

CMYK percentages

%27.69
%0
%30.58
%5.1

Codes

Color #AFF2A8 in popluar color models

AF F2 A8
RGB 175 242 168
HSL 114° 74.00% 80.39%
HSB/HSV 114° 30.58% 94.90%
CMYK 27.69% 0.00% 30.58%
5.10%

Color #AFF2A8 in popluar number systems.

HEX AF F2 A8
Decimal 175 242 168
Binary 10101111 11110010 10101000
Octal 257 362 250

Shades and tints

Shades of #AFF2A8

#AFF2A8
(175,242,168)
#A0DC99
(160,220,153)
#91C68A
(145,198,138)
#82B07B
(130,176,123)
#739A6C
(115,154,108)
#64845D
(100,132,93)
#556E4E
(85,110,78)
#46583F
(70,88,63)
#374230
(55,66,48)
#282C21
(40,44,33)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFF2A8

#AFF2A8
(175,242,168)
#B6F3AF
(182,243,175)
#BDF4B6
(189,244,182)
#C4F5BD
(196,245,189)
#CBF6C4
(203,246,196)
#D2F7CB
(210,247,203)
#D9F8D2
(217,248,210)
#E0F9D9
(224,249,217)
#E7FAE0
(231,250,224)
#EEFBE7
(238,251,231)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF2A8 color. Also use rgb(175,242,168) instead hex code.

Text Font Color

.myTextColor { color: #AFF2A8; }

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

This text font color is #AFF2A8.

Background Color

.myBgColor { background-color: #AFF2A8; }

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

This div background color is #AFF2A8.

Border color

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

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

This div border color is #AFF2A8.

Opacity

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

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

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

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

This text has shadow with #AFF2A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF2A8.

Preview

Color preview on black background

This text has color #AFF2A8 on black background.


Color preview on white background

This text has color #AFF2A8 on white background.


Black color preview on #AFF2A8 background

This text has black color on #AFF2A8 background.


White color preview on #AFF2A8 background

This text has white color on #AFF2A8 background.


Related colors

Complementary color

Complementary color for #hex is #500D57.


I love getcolorcode.com

Triadic colors

1 #A8AFF2 and #F2A8AF with #AFF2A8 are triadic colors.

2 #A8F2AF and #F2AFA8 with #AFF2A8 are triadic colors.