COLOR #AFED89

HEX: #AFED89 RGB: (175,237,137)

Color info

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

RGB color model

#AFED89 color RGB value is (175,237,137).

RGB: (175,237,137) (69%, 93%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 237 of 255 = 93%
B 137 of 255 = 54%

175
237
137

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

Portions of RGB colors in percentages

R + G + B = 175 + 237 + 137 = 549 (100%)
R 175 of 549 ~ 31.88%
G 237 of 549 ~ 43.17%
B 137 of 549 ~ 24.95'%

%31.88
%43.17
%24.95

CMYK color model

#AFED89 color CMYK value is (26,0,42,7).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 7.06%

CMYK: (26,0,42,7)
C26M0Y42K7 (26%, 0%, 42%, 7%)
(0.26 / 0.00 / 0.42 / 0.07)

CMYK percentages

%26.16
%0
%42.19
%7.06

Codes

Color #AFED89 in popluar color models

AF ED 89
RGB 175 237 137
HSL 97° 73.53% 73.33%
HSB/HSV 97° 42.19% 92.94%
CMYK 26.16% 0.00% 42.19%
7.06%

Color #AFED89 in popluar number systems.

HEX AF ED 89
Decimal 175 237 137
Binary 10101111 11101101 10001001
Octal 257 355 211

Shades and tints

Shades of #AFED89

#AFED89
(175,237,137)
#A0D87D
(160,216,125)
#91C371
(145,195,113)
#82AE65
(130,174,101)
#739959
(115,153,89)
#64844D
(100,132,77)
#556F41
(85,111,65)
#465A35
(70,90,53)
#374529
(55,69,41)
#28301D
(40,48,29)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #AFED89

#AFED89
(175,237,137)
#B6EE93
(182,238,147)
#BDEF9D
(189,239,157)
#C4F0A7
(196,240,167)
#CBF1B1
(203,241,177)
#D2F2BB
(210,242,187)
#D9F3C5
(217,243,197)
#E0F4CF
(224,244,207)
#E7F5D9
(231,245,217)
#EEF6E3
(238,246,227)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFED89 color. Also use rgb(175,237,137) instead hex code.

Text Font Color

.myTextColor { color: #AFED89; }

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

This text font color is #AFED89.

Background Color

.myBgColor { background-color: #AFED89; }

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

This div background color is #AFED89.

Border color

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

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

This div border color is #AFED89.

Opacity

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

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

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

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

This text has shadow with #AFED89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFED89.

Preview

Color preview on black background

This text has color #AFED89 on black background.


Color preview on white background

This text has color #AFED89 on white background.


Black color preview on #AFED89 background

This text has black color on #AFED89 background.


White color preview on #AFED89 background

This text has white color on #AFED89 background.


Related colors

Complementary color

Complementary color for #hex is #501276.


I love getcolorcode.com

Triadic colors

1 #89AFED and #ED89AF with #AFED89 are triadic colors.

2 #89EDAF and #EDAF89 with #AFED89 are triadic colors.