COLOR #AFD27D

HEX: #AFD27D RGB: (175,210,125)

Color info

#AFD27D contains mainly red and green colors. Web safe color of #AFD27D is #99CC66 (or #9C6).

RGB color model

#AFD27D color RGB value is (175,210,125).

RGB: (175,210,125) (69%, 82%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 210 of 255 = 82%
B 125 of 255 = 49%

175
210
125

R + G + B ~ 67%. #AFD27D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 210 + 125 = 510 (100%)
R 175 of 510 ~ 34.31%
G 210 of 510 ~ 41.18%
B 125 of 510 ~ 24.51'%

%34.31
%41.18
%24.51

CMYK color model

#AFD27D color CMYK value is (17,0,40,18).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 17.65%

CMYK: (17,0,40,18)
C17M0Y40K18 (17%, 0%, 40%, 18%)
(0.17 / 0.00 / 0.40 / 0.18)

CMYK percentages

%16.67
%0
%40.48
%17.65

Codes

Color #AFD27D in popluar color models

AF D2 7D
RGB 175 210 125
HSL 85° 48.57% 65.69%
HSB/HSV 85° 40.48% 82.35%
CMYK 16.67% 0.00% 40.48%
17.65%

Color #AFD27D in popluar number systems.

HEX AF D2 7D
Decimal 175 210 125
Binary 10101111 11010010 1111101
Octal 257 322 175

Shades and tints

Shades of #AFD27D

#AFD27D
(175,210,125)
#A0BF72
(160,191,114)
#91AC67
(145,172,103)
#82995C
(130,153,92)
#738651
(115,134,81)
#647346
(100,115,70)
#55603B
(85,96,59)
#464D30
(70,77,48)
#373A25
(55,58,37)
#28271A
(40,39,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #AFD27D

#AFD27D
(175,210,125)
#B6D688
(182,214,136)
#BDDA93
(189,218,147)
#C4DE9E
(196,222,158)
#CBE2A9
(203,226,169)
#D2E6B4
(210,230,180)
#D9EABF
(217,234,191)
#E0EECA
(224,238,202)
#E7F2D5
(231,242,213)
#EEF6E0
(238,246,224)
#F5FAEB
(245,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD27D color. Also use rgb(175,210,125) instead hex code.

Text Font Color

.myTextColor { color: #AFD27D; }

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

This text font color is #AFD27D.

Background Color

.myBgColor { background-color: #AFD27D; }

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

This div background color is #AFD27D.

Border color

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

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

This div border color is #AFD27D.

Opacity

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

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

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

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

This text has shadow with #AFD27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD27D.

Preview

Color preview on black background

This text has color #AFD27D on black background.


Color preview on white background

This text has color #AFD27D on white background.


Black color preview on #AFD27D background

This text has black color on #AFD27D background.


White color preview on #AFD27D background

This text has white color on #AFD27D background.


Related colors

Complementary color

Complementary color for #hex is #502D82.


I love getcolorcode.com

Triadic colors

1 #7DAFD2 and #D27DAF with #AFD27D are triadic colors.

2 #7DD2AF and #D2AF7D with #AFD27D are triadic colors.