COLOR #AFF247

HEX: #AFF247
RGB: (175,242,71)

Color info

#AFF247 contains mainly green color. Web safe color of #AFF247 is #99FF33 (or #9F3).

RGB color model

#AFF247 color RGB value is (175,242,71).

  • red value is 175;
  • green value is 242;
  • blue value is 71.
RGB:
(175,242,71)
(69%,95%,28%)

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 71 of 255 = 28%

175
242
71

R + G + B ~ 64%. #AFF247 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 242 + 71 = 488 (100%)
R 175 of 488 ~ 35.86%
G 242 of 488 ~ 49.59%
B 71 of 488 ~ 14.55%

%35.86
%49.59
%14.55

CMYK color model

#AFF247 color CMYK value is (28,0,71,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 70.66%
  • key color value is 5.10%
CMYK:
(28,0,71,5)
C28M0Y71K5 
(28%,0%,71%,5%)
(0.28/0.00/0.71/0.05)	

CMYK percentages

%27.69
%0
%70.66
%5.1

Codes

Color #AFF247 in popluar color models

AFF247
RGB17524271
HSL84°86.80%61.37%
HSB/HSV84°70.66%94.90%
CMYK27.69%0.00%70.66%
5.10%

Color #AFF247 in popluar number systems.

HEXAFF247
Decimal17524271
Binary10101111111100101000111
Octal257362107

Shades and tints

Shades of #AFF247

#AFF247
(175,242,71)
#A0DC41
(160,220,65)
#91C63B
(145,198,59)
#82B035
(130,176,53)
#739A2F
(115,154,47)
#648429
(100,132,41)
#556E23
(85,110,35)
#46581D
(70,88,29)
#374217
(55,66,23)
#282C11
(40,44,17)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #AFF247

#AFF247
(175,242,71)
#B6F357
(182,243,87)
#BDF467
(189,244,103)
#C4F577
(196,245,119)
#CBF687
(203,246,135)
#D2F797
(210,247,151)
#D9F8A7
(217,248,167)
#E0F9B7
(224,249,183)
#E7FAC7
(231,250,199)
#EEFBD7
(238,251,215)
#F5FCE7
(245,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF247; }

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

This text font color is #AFF247.


Background Color

.myBgColor { background-color: #AFF247; }

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

This div background color is #AFF247.


Border color

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

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

This div border color is #AFF247.


Opacity

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

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

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

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

This text has shadow with #AFF247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF247 on black background.


Color preview on white background

This text has color #AFF247 on white background.



Black color preview on #AFF247 background

This text has black color on #AFF247 background.


White color preview on #AFF247 background

This text has white color on #AFF247 background.