COLOR #AFFD96

HEX: #AFFD96
RGB: (175,253,150)

Color info

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

RGB color model

#AFFD96 color RGB value is (175,253,150).

  • red value is 175;
  • green value is 253;
  • blue value is 150.
RGB:
(175,253,150)
(69%,99%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 253 of 255 = 99%
B 150 of 255 = 59%

175
253
150

R + G + B ~ 76%. #AFFD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 253 + 150 = 578 (100%)
R 175 of 578 ~ 30.28%
G 253 of 578 ~ 43.77%
B 150 of 578 ~ 25.95%

%30.28
%43.77
%25.95

CMYK color model

#AFFD96 color CMYK value is (31,0,41,1).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 0.78%
CMYK:
(31,0,41,1)
C31M0Y41K1 
(31%,0%,41%,1%)
(0.31/0.00/0.41/0.01)	

CMYK percentages

%30.83
%0
%40.71
%0.78

Codes

Color #AFFD96 in popluar color models

AFFD96
RGB175253150
HSL105°96.26%79.02%
HSB/HSV105°40.71%99.22%
CMYK30.83%0.00%40.71%
0.78%

Color #AFFD96 in popluar number systems.

HEXAFFD96
Decimal175253150
Binary101011111111110110010110
Octal257375226

Shades and tints

Shades of #AFFD96

#AFFD96
(175,253,150)
#A0E689
(160,230,137)
#91CF7C
(145,207,124)
#82B86F
(130,184,111)
#73A162
(115,161,98)
#648A55
(100,138,85)
#557348
(85,115,72)
#465C3B
(70,92,59)
#37452E
(55,69,46)
#282E21
(40,46,33)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFFD96

#AFFD96
(175,253,150)
#B6FD9F
(182,253,159)
#BDFDA8
(189,253,168)
#C4FDB1
(196,253,177)
#CBFDBA
(203,253,186)
#D2FDC3
(210,253,195)
#D9FDCC
(217,253,204)
#E0FDD5
(224,253,213)
#E7FDDE
(231,253,222)
#EEFDE7
(238,253,231)
#F5FDF0
(245,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFD96 color. Also use rgb(175,253,150) instead hex code.

Text Font Color

.myTextColor { color: #AFFD96; }

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

This text font color is #AFFD96.


Background Color

.myBgColor { background-color: #AFFD96; }

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

This div background color is #AFFD96.


Border color

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

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

This div border color is #AFFD96.


Opacity

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

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

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

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

This text has shadow with #AFFD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFD96 on black background.


Color preview on white background

This text has color #AFFD96 on white background.



Black color preview on #AFFD96 background

This text has black color on #AFFD96 background.


White color preview on #AFFD96 background

This text has white color on #AFFD96 background.