COLOR #AFFD5F

HEX: #AFFD5F
RGB: (175,253,95)

Color info

#AFFD5F contains mainly green color. Web safe color of #AFFD5F is #99FF66 (or #9F6).

RGB color model

#AFFD5F color RGB value is (175,253,95).

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

RGB channels and saturation

R 175 of 255 = 69%
G 253 of 255 = 99%
B 95 of 255 = 37%

175
253
95

R + G + B ~ 68%. #AFFD5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 253 + 95 = 523 (100%)
R 175 of 523 ~ 33.46%
G 253 of 523 ~ 48.37%
B 95 of 523 ~ 18.16%

%33.46
%48.37
%18.16

CMYK color model

#AFFD5F color CMYK value is (31,0,62,1).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 62.45%
  • key color value is 0.78%
CMYK:
(31,0,62,1)
C31M0Y62K1 
(31%,0%,62%,1%)
(0.31/0.00/0.62/0.01)	

CMYK percentages

%30.83
%0
%62.45
%0.78

Codes

Color #AFFD5F in popluar color models

AFFD5F
RGB17525395
HSL90°97.53%68.24%
HSB/HSV90°62.45%99.22%
CMYK30.83%0.00%62.45%
0.78%

Color #AFFD5F in popluar number systems.

HEXAFFD5F
Decimal17525395
Binary10101111111111011011111
Octal257375137

Shades and tints

Shades of #AFFD5F

#AFFD5F
(175,253,95)
#A0E657
(160,230,87)
#91CF4F
(145,207,79)
#82B847
(130,184,71)
#73A13F
(115,161,63)
#648A37
(100,138,55)
#55732F
(85,115,47)
#465C27
(70,92,39)
#37451F
(55,69,31)
#282E17
(40,46,23)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #AFFD5F

#AFFD5F
(175,253,95)
#B6FD6D
(182,253,109)
#BDFD7B
(189,253,123)
#C4FD89
(196,253,137)
#CBFD97
(203,253,151)
#D2FDA5
(210,253,165)
#D9FDB3
(217,253,179)
#E0FDC1
(224,253,193)
#E7FDCF
(231,253,207)
#EEFDDD
(238,253,221)
#F5FDEB
(245,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFD5F; }

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

This text font color is #AFFD5F.


Background Color

.myBgColor { background-color: #AFFD5F; }

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

This div background color is #AFFD5F.


Border color

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

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

This div border color is #AFFD5F.


Opacity

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

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

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

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

This text has shadow with #AFFD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFD5F on black background.


Color preview on white background

This text has color #AFFD5F on white background.



Black color preview on #AFFD5F background

This text has black color on #AFFD5F background.


White color preview on #AFFD5F background

This text has white color on #AFFD5F background.