COLOR #AFE847

HEX: #AFE847
RGB: (175,232,71)

Color info

#AFE847 contains mainly red and green colors. Web safe color of #AFE847 is #99FF33 (or #9F3).

RGB color model

#AFE847 color RGB value is (175,232,71).

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

RGB channels and saturation

R 175 of 255 = 69%
G 232 of 255 = 91%
B 71 of 255 = 28%

175
232
71

R + G + B ~ 63%. #AFE847 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 232 + 71 = 478 (100%)
R 175 of 478 ~ 36.61%
G 232 of 478 ~ 48.54%
B 71 of 478 ~ 14.85%

%36.61
%48.54
%14.85

CMYK color model

#AFE847 color CMYK value is (25,0,69,9).

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 69.40%
  • key color value is 9.02%
CMYK:
(25,0,69,9)
C25M0Y69K9 
(25%,0%,69%,9%)
(0.25/0.00/0.69/0.09)	

CMYK percentages

%24.57
%0
%69.4
%9.02

Codes

Color #AFE847 in popluar color models

AFE847
RGB17523271
HSL81°77.78%59.41%
HSB/HSV81°69.40%90.98%
CMYK24.57%0.00%69.40%
9.02%

Color #AFE847 in popluar number systems.

HEXAFE847
Decimal17523271
Binary10101111111010001000111
Octal257350107

Shades and tints

Shades of #AFE847

#AFE847
(175,232,71)
#A0D341
(160,211,65)
#91BE3B
(145,190,59)
#82A935
(130,169,53)
#73942F
(115,148,47)
#647F29
(100,127,41)
#556A23
(85,106,35)
#46551D
(70,85,29)
#374017
(55,64,23)
#282B11
(40,43,17)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #AFE847

#AFE847
(175,232,71)
#B6EA57
(182,234,87)
#BDEC67
(189,236,103)
#C4EE77
(196,238,119)
#CBF087
(203,240,135)
#D2F297
(210,242,151)
#D9F4A7
(217,244,167)
#E0F6B7
(224,246,183)
#E7F8C7
(231,248,199)
#EEFAD7
(238,250,215)
#F5FCE7
(245,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE847; }

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

This text font color is #AFE847.


Background Color

.myBgColor { background-color: #AFE847; }

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

This div background color is #AFE847.


Border color

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

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

This div border color is #AFE847.


Opacity

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

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

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

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

This text has shadow with #AFE847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE847 on black background.


Color preview on white background

This text has color #AFE847 on white background.



Black color preview on #AFE847 background

This text has black color on #AFE847 background.


White color preview on #AFE847 background

This text has white color on #AFE847 background.