COLOR #AFE474

HEX: #AFE474
RGB: (175,228,116)

Color info

#AFE474 contains mainly red and green colors. Web safe color of #AFE474 is #99CC66 (or #9C6).

RGB color model

#AFE474 color RGB value is (175,228,116).

  • red value is 175;
  • green value is 228;
  • blue value is 116.
RGB:
(175,228,116)
(69%,89%,45%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 116 of 255 = 45%

175
228
116

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

Portions of RGB colors in percentages

R + G + B =
175 + 228 + 116 = 519 (100%)
R 175 of 519 ~ 33.72%
G 228 of 519 ~ 43.93%
B 116 of 519 ~ 22.35%

%33.72
%43.93
%22.35

CMYK color model

#AFE474 color CMYK value is (23,0,49,11).

  • cyan value is 23.25%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 10.59%
CMYK:
(23,0,49,11)
C23M0Y49K11 
(23%,0%,49%,11%)
(0.23/0.00/0.49/0.11)	

CMYK percentages

%23.25
%0
%49.12
%10.59

Codes

Color #AFE474 in popluar color models

AFE474
RGB175228116
HSL88°67.47%67.45%
HSB/HSV88°49.12%89.41%
CMYK23.25%0.00%49.12%
10.59%

Color #AFE474 in popluar number systems.

HEXAFE474
Decimal175228116
Binary10101111111001001110100
Octal257344164

Shades and tints

Shades of #AFE474

#AFE474
(175,228,116)
#A0D06A
(160,208,106)
#91BC60
(145,188,96)
#82A856
(130,168,86)
#73944C
(115,148,76)
#648042
(100,128,66)
#556C38
(85,108,56)
#46582E
(70,88,46)
#374424
(55,68,36)
#28301A
(40,48,26)
#191C10
(25,28,16)
#000000
(0,0,0)

Tints of #AFE474

#AFE474
(175,228,116)
#B6E680
(182,230,128)
#BDE88C
(189,232,140)
#C4EA98
(196,234,152)
#CBECA4
(203,236,164)
#D2EEB0
(210,238,176)
#D9F0BC
(217,240,188)
#E0F2C8
(224,242,200)
#E7F4D4
(231,244,212)
#EEF6E0
(238,246,224)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE474 color. Also use rgb(175,228,116) instead hex code.

Text Font Color

.myTextColor { color: #AFE474; }

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

This text font color is #AFE474.


Background Color

.myBgColor { background-color: #AFE474; }

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

This div background color is #AFE474.


Border color

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

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

This div border color is #AFE474.


Opacity

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

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

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

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

This text has shadow with #AFE474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE474 on black background.


Color preview on white background

This text has color #AFE474 on white background.



Black color preview on #AFE474 background

This text has black color on #AFE474 background.


White color preview on #AFE474 background

This text has white color on #AFE474 background.