COLOR #AFF5B0

HEX: #AFF5B0 RGB: (175,245,176)

Color info

#AFF5B0 contains mainly green color. Web safe color of #AFF5B0 is #99FF99 (or #9F9).

RGB color model

#AFF5B0 color RGB value is (175,245,176).

RGB: (175,245,176) (69%, 96%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 245 of 255 = 96%
B 176 of 255 = 69%

175
245
176

R + G + B ~ 78%. #AFF5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 245 + 176 = 596 (100%)
R 175 of 596 ~ 29.36%
G 245 of 596 ~ 41.11%
B 176 of 596 ~ 29.53'%

%29.36
%41.11
%29.53

CMYK color model

#AFF5B0 color CMYK value is (29,0,28,4).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 3.92%

CMYK: (29,0,28,4)
C29M0Y28K4 (29%, 0%, 28%, 4%)
(0.29 / 0.00 / 0.28 / 0.04)

CMYK percentages

%28.57
%0
%28.16
%3.92

Codes

Color #AFF5B0 in popluar color models

AF F5 B0
RGB 175 245 176
HSL 121° 77.78% 82.35%
HSB/HSV 121° 28.57% 96.08%
CMYK 28.57% 0.00% 28.16%
3.92%

Color #AFF5B0 in popluar number systems.

HEX AF F5 B0
Decimal 175 245 176
Binary 10101111 11110101 10110000
Octal 257 365 260

Shades and tints

Shades of #AFF5B0

#AFF5B0
(175,245,176)
#A0DFA0
(160,223,160)
#91C990
(145,201,144)
#82B380
(130,179,128)
#739D70
(115,157,112)
#648760
(100,135,96)
#557150
(85,113,80)
#465B40
(70,91,64)
#374530
(55,69,48)
#282F20
(40,47,32)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #AFF5B0

#AFF5B0
(175,245,176)
#B6F5B7
(182,245,183)
#BDF5BE
(189,245,190)
#C4F5C5
(196,245,197)
#CBF5CC
(203,245,204)
#D2F5D3
(210,245,211)
#D9F5DA
(217,245,218)
#E0F5E1
(224,245,225)
#E7F5E8
(231,245,232)
#EEF5EF
(238,245,239)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF5B0 color. Also use rgb(175,245,176) instead hex code.

Text Font Color

.myTextColor { color: #AFF5B0; }

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

This text font color is #AFF5B0.

Background Color

.myBgColor { background-color: #AFF5B0; }

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

This div background color is #AFF5B0.

Border color

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

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

This div border color is #AFF5B0.

Opacity

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

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

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

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

This text has shadow with #AFF5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF5B0.

Preview

Color preview on black background

This text has color #AFF5B0 on black background.


Color preview on white background

This text has color #AFF5B0 on white background.


Black color preview on #AFF5B0 background

This text has black color on #AFF5B0 background.


White color preview on #AFF5B0 background

This text has white color on #AFF5B0 background.


Related colors

Complementary color

Complementary color for #hex is #500A4F.


I love getcolorcode.com

Triadic colors

1 #B0AFF5 and #F5B0AF with #AFF5B0 are triadic colors.

2 #B0F5AF and #F5AFB0 with #AFF5B0 are triadic colors.