COLOR #AFE993

HEX: #AFE993 RGB: (175,233,147)

Color info

#AFE993 contains mainly red and green colors. Web safe color of #AFE993 is #99FF99 (or #9F9).

RGB color model

#AFE993 color RGB value is (175,233,147).

RGB: (175,233,147) (69%, 91%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 147 of 255 = 58%

175
233
147

R + G + B ~ 73%. #AFE993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 233 + 147 = 555 (100%)
R 175 of 555 ~ 31.53%
G 233 of 555 ~ 41.98%
B 147 of 555 ~ 26.49'%

%31.53
%41.98
%26.49

CMYK color model

#AFE993 color CMYK value is (25,0,37,9).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 8.63%
CMYK: (25,0,37,9) C25M0Y37K9 (25%,0%,37%,9%) (0.25/0.00/0.37/0.09) 

CMYK percentages

%24.89
%0
%36.91
%8.63

Codes

Color #AFE993 in popluar color models

AF E9 93
RGB 175 233 147
HSL 100° 66.15% 74.51%
HSB/HSV 100° 36.91% 91.37%
CMYK 24.89% 0.00% 36.91%
8.63%

Color #AFE993 in popluar number systems.

HEX AF E9 93
Decimal 175 233 147
Binary 10101111 11101001 10010011
Octal 257 351 223

Shades and tints

Shades of #AFE993

#AFE993
(175,233,147)
#A0D486
(160,212,134)
#91BF79
(145,191,121)
#82AA6C
(130,170,108)
#73955F
(115,149,95)
#648052
(100,128,82)
#556B45
(85,107,69)
#465638
(70,86,56)
#37412B
(55,65,43)
#282C1E
(40,44,30)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFE993

#AFE993
(175,233,147)
#B6EB9C
(182,235,156)
#BDEDA5
(189,237,165)
#C4EFAE
(196,239,174)
#CBF1B7
(203,241,183)
#D2F3C0
(210,243,192)
#D9F5C9
(217,245,201)
#E0F7D2
(224,247,210)
#E7F9DB
(231,249,219)
#EEFBE4
(238,251,228)
#F5FDED
(245,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE993 color. Also use rgb(175,233,147) instead hex code.

Text Font Color

.myTextColor { color: #AFE993; }

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

This text font color is #AFE993.

Background Color

.myBgColor { background-color: #AFE993; }

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

This div background color is #AFE993.

Border color

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

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

This div border color is #AFE993.

Opacity

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

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

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

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

This text has shadow with #AFE993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE993.

Preview

Color preview on black background

This text has color #AFE993 on black background.


Color preview on white background

This text has color #AFE993 on white background.


Black color preview on #AFE993 background

This text has black color on #AFE993 background.


White color preview on #AFE993 background

This text has white color on #AFE993 background.


Related colors

Complementary color

Complementary color for #hex is #50166C.


I love getcolorcode.com

Triadic colors

1 #93AFE9 and #E993AF with #AFE993 are triadic colors.

2 #93E9AF and #E9AF93 with #AFE993 are triadic colors.