COLOR #AFF4B4

HEX: #AFF4B4
RGB: (175,244,180)

Color info

#AFF4B4 contains mainly green color. Web safe color of #AFF4B4 is #99FFCC (or #9FC).

RGB color model

#AFF4B4 color RGB value is (175,244,180).

  • red value is 175;
  • green value is 244;
  • blue value is 180.
RGB:
(175,244,180)
(69%,96%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 244 of 255 = 96%
B 180 of 255 = 71%

175
244
180

R + G + B ~ 79%. #AFF4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 244 + 180 = 599 (100%)
R 175 of 599 ~ 29.22%
G 244 of 599 ~ 40.73%
B 180 of 599 ~ 30.05%

%29.22
%40.73
%30.05

CMYK color model

#AFF4B4 color CMYK value is (28,0,26,4).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 4.31%
CMYK:
(28,0,26,4)
C28M0Y26K4 
(28%,0%,26%,4%)
(0.28/0.00/0.26/0.04)	

CMYK percentages

%28.28
%0
%26.23
%4.31

Codes

Color #AFF4B4 in popluar color models

AFF4B4
RGB175244180
HSL124°75.82%82.16%
HSB/HSV124°28.28%95.69%
CMYK28.28%0.00%26.23%
4.31%

Color #AFF4B4 in popluar number systems.

HEXAFF4B4
Decimal175244180
Binary101011111111010010110100
Octal257364264

Shades and tints

Shades of #AFF4B4

#AFF4B4
(175,244,180)
#A0DEA4
(160,222,164)
#91C894
(145,200,148)
#82B284
(130,178,132)
#739C74
(115,156,116)
#648664
(100,134,100)
#557054
(85,112,84)
#465A44
(70,90,68)
#374434
(55,68,52)
#282E24
(40,46,36)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFF4B4

#AFF4B4
(175,244,180)
#B6F5BA
(182,245,186)
#BDF6C0
(189,246,192)
#C4F7C6
(196,247,198)
#CBF8CC
(203,248,204)
#D2F9D2
(210,249,210)
#D9FAD8
(217,250,216)
#E0FBDE
(224,251,222)
#E7FCE4
(231,252,228)
#EEFDEA
(238,253,234)
#F5FEF0
(245,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF4B4 color. Also use rgb(175,244,180) instead hex code.

Text Font Color

.myTextColor { color: #AFF4B4; }

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

This text font color is #AFF4B4.


Background Color

.myBgColor { background-color: #AFF4B4; }

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

This div background color is #AFF4B4.


Border color

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

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

This div border color is #AFF4B4.


Opacity

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

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

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

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

This text has shadow with #AFF4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF4B4 on black background.


Color preview on white background

This text has color #AFF4B4 on white background.



Black color preview on #AFF4B4 background

This text has black color on #AFF4B4 background.


White color preview on #AFF4B4 background

This text has white color on #AFF4B4 background.