COLOR #AFE58B

HEX: #AFE58B RGB: (175,229,139)

Color info

#AFE58B contains mainly red and green colors. Web safe color of #AFE58B is #99CC99 (or #9C9).

RGB color model

#AFE58B color RGB value is (175,229,139).

RGB: (175,229,139) (69%, 90%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 139 of 255 = 55%

175
229
139

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

Portions of RGB colors in percentages

R + G + B = 175 + 229 + 139 = 543 (100%)
R 175 of 543 ~ 32.23%
G 229 of 543 ~ 42.17%
B 139 of 543 ~ 25.6'%

%32.23
%42.17
%25.6

CMYK color model

#AFE58B color CMYK value is (24,0,39,10).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 10.20%

CMYK: (24,0,39,10)
C24M0Y39K10 (24%, 0%, 39%, 10%)
(0.24 / 0.00 / 0.39 / 0.10)

CMYK percentages

%23.58
%0
%39.3
%10.2

Codes

Color #AFE58B in popluar color models

AF E5 8B
RGB 175 229 139
HSL 96° 63.38% 72.16%
HSB/HSV 96° 39.30% 89.80%
CMYK 23.58% 0.00% 39.30%
10.20%

Color #AFE58B in popluar number systems.

HEX AF E5 8B
Decimal 175 229 139
Binary 10101111 11100101 10001011
Octal 257 345 213

Shades and tints

Shades of #AFE58B

#AFE58B
(175,229,139)
#A0D17F
(160,209,127)
#91BD73
(145,189,115)
#82A967
(130,169,103)
#73955B
(115,149,91)
#64814F
(100,129,79)
#556D43
(85,109,67)
#465937
(70,89,55)
#37452B
(55,69,43)
#28311F
(40,49,31)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #AFE58B

#AFE58B
(175,229,139)
#B6E795
(182,231,149)
#BDE99F
(189,233,159)
#C4EBA9
(196,235,169)
#CBEDB3
(203,237,179)
#D2EFBD
(210,239,189)
#D9F1C7
(217,241,199)
#E0F3D1
(224,243,209)
#E7F5DB
(231,245,219)
#EEF7E5
(238,247,229)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE58B color. Also use rgb(175,229,139) instead hex code.

Text Font Color

.myTextColor { color: #AFE58B; }

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

This text font color is #AFE58B.

Background Color

.myBgColor { background-color: #AFE58B; }

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

This div background color is #AFE58B.

Border color

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

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

This div border color is #AFE58B.

Opacity

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

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

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

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

This text has shadow with #AFE58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE58B.

Preview

Color preview on black background

This text has color #AFE58B on black background.


Color preview on white background

This text has color #AFE58B on white background.


Black color preview on #AFE58B background

This text has black color on #AFE58B background.


White color preview on #AFE58B background

This text has white color on #AFE58B background.


Related colors

Complementary color

Complementary color for #hex is #501A74.


I love getcolorcode.com

Triadic colors

1 #8BAFE5 and #E58BAF with #AFE58B are triadic colors.

2 #8BE5AF and #E5AF8B with #AFE58B are triadic colors.