COLOR #AFE58D

HEX: #AFE58D RGB: (175,229,141)

Color info

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

RGB color model

#AFE58D color RGB value is (175,229,141).

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

RGB channels and saturation

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

175
229
141

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

Portions of RGB colors in percentages

R + G + B = 175 + 229 + 141 = 545 (100%)
R 175 of 545 ~ 32.11%
G 229 of 545 ~ 42.02%
B 141 of 545 ~ 25.87'%

%32.11
%42.02
%25.87

CMYK color model

#AFE58D color CMYK value is (24,0,38,10).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 38.43%
  • key color value is 10.20%
CMYK: (24,0,38,10) C24M0Y38K10 (24%,0%,38%,10%) (0.24/0.00/0.38/0.10) 

CMYK percentages

%23.58
%0
%38.43
%10.2

Codes

Color #AFE58D in popluar color models

AF E5 8D
RGB 175 229 141
HSL 97° 62.86% 72.55%
HSB/HSV 97° 38.43% 89.80%
CMYK 23.58% 0.00% 38.43%
10.20%

Color #AFE58D in popluar number systems.

HEX AF E5 8D
Decimal 175 229 141
Binary 10101111 11100101 10001101
Octal 257 345 215

Shades and tints

Shades of #AFE58D

#AFE58D
(175,229,141)
#A0D181
(160,209,129)
#91BD75
(145,189,117)
#82A969
(130,169,105)
#73955D
(115,149,93)
#648151
(100,129,81)
#556D45
(85,109,69)
#465939
(70,89,57)
#37452D
(55,69,45)
#283121
(40,49,33)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #AFE58D

#AFE58D
(175,229,141)
#B6E797
(182,231,151)
#BDE9A1
(189,233,161)
#C4EBAB
(196,235,171)
#CBEDB5
(203,237,181)
#D2EFBF
(210,239,191)
#D9F1C9
(217,241,201)
#E0F3D3
(224,243,211)
#E7F5DD
(231,245,221)
#EEF7E7
(238,247,231)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE58D; }

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

This text font color is #AFE58D.

Background Color

.myBgColor { background-color: #AFE58D; }

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

This div background color is #AFE58D.

Border color

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

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

This div border color is #AFE58D.

Opacity

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

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

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

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

This text has shadow with #AFE58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE58D.

Preview

Color preview on black background

This text has color #AFE58D on black background.


Color preview on white background

This text has color #AFE58D on white background.


Black color preview on #AFE58D background

This text has black color on #AFE58D background.


White color preview on #AFE58D background

This text has white color on #AFE58D background.


Related colors

Complementary color

Complementary color for #hex is #501A72.


I love getcolorcode.com

Triadic colors

1 #8DAFE5 and #E58DAF with #AFE58D are triadic colors.

2 #8DE5AF and #E5AF8D with #AFE58D are triadic colors.