COLOR #AFF187

HEX: #AFF187 RGB: (175,241,135)

Color info

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

RGB color model

#AFF187 color RGB value is (175,241,135).

RGB: (175,241,135) (69%, 95%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 241 of 255 = 95%
B 135 of 255 = 53%

175
241
135

R + G + B ~ 72%. #AFF187 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 241 + 135 = 551 (100%)
R 175 of 551 ~ 31.76%
G 241 of 551 ~ 43.74%
B 135 of 551 ~ 24.5'%

%31.76
%43.74
%24.5

CMYK color model

#AFF187 color CMYK value is (27,0,44,5).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 5.49%

CMYK: (27,0,44,5)
C27M0Y44K5 (27%, 0%, 44%, 5%)
(0.27 / 0.00 / 0.44 / 0.05)

CMYK percentages

%27.39
%0
%43.98
%5.49

Codes

Color #AFF187 in popluar color models

AF F1 87
RGB 175 241 135
HSL 97° 79.10% 73.73%
HSB/HSV 97° 43.98% 94.51%
CMYK 27.39% 0.00% 43.98%
5.49%

Color #AFF187 in popluar number systems.

HEX AF F1 87
Decimal 175 241 135
Binary 10101111 11110001 10000111
Octal 257 361 207

Shades and tints

Shades of #AFF187

#AFF187
(175,241,135)
#A0DC7B
(160,220,123)
#91C76F
(145,199,111)
#82B263
(130,178,99)
#739D57
(115,157,87)
#64884B
(100,136,75)
#55733F
(85,115,63)
#465E33
(70,94,51)
#374927
(55,73,39)
#28341B
(40,52,27)
#191F0F
(25,31,15)
#000000
(0,0,0)

Tints of #AFF187

#AFF187
(175,241,135)
#B6F291
(182,242,145)
#BDF39B
(189,243,155)
#C4F4A5
(196,244,165)
#CBF5AF
(203,245,175)
#D2F6B9
(210,246,185)
#D9F7C3
(217,247,195)
#E0F8CD
(224,248,205)
#E7F9D7
(231,249,215)
#EEFAE1
(238,250,225)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF187 color. Also use rgb(175,241,135) instead hex code.

Text Font Color

.myTextColor { color: #AFF187; }

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

This text font color is #AFF187.

Background Color

.myBgColor { background-color: #AFF187; }

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

This div background color is #AFF187.

Border color

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

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

This div border color is #AFF187.

Opacity

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

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

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

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

This text has shadow with #AFF187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF187.

Preview

Color preview on black background

This text has color #AFF187 on black background.


Color preview on white background

This text has color #AFF187 on white background.


Black color preview on #AFF187 background

This text has black color on #AFF187 background.


White color preview on #AFF187 background

This text has white color on #AFF187 background.


Related colors

Complementary color

Complementary color for #hex is #500E78.


I love getcolorcode.com

Triadic colors

1 #87AFF1 and #F187AF with #AFF187 are triadic colors.

2 #87F1AF and #F1AF87 with #AFF187 are triadic colors.