COLOR #AFF6AD

HEX: #AFF6AD
RGB: (175,246,173)

Color info

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

RGB color model

#AFF6AD color RGB value is (175,246,173).

  • red value is 175;
  • green value is 246;
  • blue value is 173.
RGB:
(175,246,173)
(69%,96%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 246 of 255 = 96%
B 173 of 255 = 68%

175
246
173

R + G + B ~ 78%. #AFF6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 246 + 173 = 594 (100%)
R 175 of 594 ~ 29.46%
G 246 of 594 ~ 41.41%
B 173 of 594 ~ 29.12%

%29.46
%41.41
%29.12

CMYK color model

#AFF6AD color CMYK value is (29,0,30,4).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 3.53%
CMYK:
(29,0,30,4)
C29M0Y30K4 
(29%,0%,30%,4%)
(0.29/0.00/0.30/0.04)	

CMYK percentages

%28.86
%0
%29.67
%3.53

Codes

Color #AFF6AD in popluar color models

AFF6AD
RGB175246173
HSL118°80.22%82.16%
HSB/HSV118°29.67%96.47%
CMYK28.86%0.00%29.67%
3.53%

Color #AFF6AD in popluar number systems.

HEXAFF6AD
Decimal175246173
Binary101011111111011010101101
Octal257366255

Shades and tints

Shades of #AFF6AD

#AFF6AD
(175,246,173)
#A0E09E
(160,224,158)
#91CA8F
(145,202,143)
#82B480
(130,180,128)
#739E71
(115,158,113)
#648862
(100,136,98)
#557253
(85,114,83)
#465C44
(70,92,68)
#374635
(55,70,53)
#283026
(40,48,38)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFF6AD

#AFF6AD
(175,246,173)
#B6F6B4
(182,246,180)
#BDF6BB
(189,246,187)
#C4F6C2
(196,246,194)
#CBF6C9
(203,246,201)
#D2F6D0
(210,246,208)
#D9F6D7
(217,246,215)
#E0F6DE
(224,246,222)
#E7F6E5
(231,246,229)
#EEF6EC
(238,246,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF6AD color. Also use rgb(175,246,173) instead hex code.

Text Font Color

.myTextColor { color: #AFF6AD; }

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

This text font color is #AFF6AD.


Background Color

.myBgColor { background-color: #AFF6AD; }

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

This div background color is #AFF6AD.


Border color

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

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

This div border color is #AFF6AD.


Opacity

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

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

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

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

This text has shadow with #AFF6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF6AD on black background.


Color preview on white background

This text has color #AFF6AD on white background.



Black color preview on #AFF6AD background

This text has black color on #AFF6AD background.


White color preview on #AFF6AD background

This text has white color on #AFF6AD background.