COLOR #AFEE7F

HEX: #AFEE7F RGB: (175,238,127)

Color info

#AFEE7F contains mainly green color. Web safe color of #AFEE7F is #99FF66 (or #9F6).

RGB color model

#AFEE7F color RGB value is (175,238,127).

RGB: (175,238,127) (69%, 93%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 238 of 255 = 93%
B 127 of 255 = 50%

175
238
127

R + G + B ~ 71%. #AFEE7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 238 + 127 = 540 (100%)
R 175 of 540 ~ 32.41%
G 238 of 540 ~ 44.07%
B 127 of 540 ~ 23.52'%

%32.41
%44.07
%23.52

CMYK color model

#AFEE7F color CMYK value is (26,0,47,7).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 46.64%
  • key color value is 6.67%
CMYK: (26,0,47,7) C26M0Y47K7 (26%,0%,47%,7%) (0.26/0.00/0.47/0.07) 

CMYK percentages

%26.47
%0
%46.64
%6.67

Codes

Color #AFEE7F in popluar color models

AF EE 7F
RGB 175 238 127
HSL 94° 76.55% 71.57%
HSB/HSV 94° 46.64% 93.33%
CMYK 26.47% 0.00% 46.64%
6.67%

Color #AFEE7F in popluar number systems.

HEX AF EE 7F
Decimal 175 238 127
Binary 10101111 11101110 1111111
Octal 257 356 177

Shades and tints

Shades of #AFEE7F

#AFEE7F
(175,238,127)
#A0D974
(160,217,116)
#91C469
(145,196,105)
#82AF5E
(130,175,94)
#739A53
(115,154,83)
#648548
(100,133,72)
#55703D
(85,112,61)
#465B32
(70,91,50)
#374627
(55,70,39)
#28311C
(40,49,28)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #AFEE7F

#AFEE7F
(175,238,127)
#B6EF8A
(182,239,138)
#BDF095
(189,240,149)
#C4F1A0
(196,241,160)
#CBF2AB
(203,242,171)
#D2F3B6
(210,243,182)
#D9F4C1
(217,244,193)
#E0F5CC
(224,245,204)
#E7F6D7
(231,246,215)
#EEF7E2
(238,247,226)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEE7F color. Also use rgb(175,238,127) instead hex code.

Text Font Color

.myTextColor { color: #AFEE7F; }

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

This text font color is #AFEE7F.

Background Color

.myBgColor { background-color: #AFEE7F; }

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

This div background color is #AFEE7F.

Border color

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

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

This div border color is #AFEE7F.

Opacity

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

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

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

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

This text has shadow with #AFEE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEE7F.

Preview

Color preview on black background

This text has color #AFEE7F on black background.


Color preview on white background

This text has color #AFEE7F on white background.


Black color preview on #AFEE7F background

This text has black color on #AFEE7F background.


White color preview on #AFEE7F background

This text has white color on #AFEE7F background.


Related colors

Complementary color

Complementary color for #hex is #501180.


I love getcolorcode.com

Triadic colors

1 #7FAFEE and #EE7FAF with #AFEE7F are triadic colors.

2 #7FEEAF and #EEAF7F with #AFEE7F are triadic colors.