COLOR #AFC37D

HEX: #AFC37D RGB: (175,195,125)

Color info

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

RGB color model

#AFC37D color RGB value is (175,195,125).

RGB: (175,195,125) (69%, 76%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 125 of 255 = 49%

175
195
125

R + G + B ~ 65%. #AFC37D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 195 + 125 = 495 (100%)
R 175 of 495 ~ 35.35%
G 195 of 495 ~ 39.39%
B 125 of 495 ~ 25.25'%

%35.35
%39.39
%25.25

CMYK color model

#AFC37D color CMYK value is (10,0,36,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%

CMYK: (10,0,36,24)
C10M0Y36K24 (10%, 0%, 36%, 24%)
(0.10 / 0.00 / 0.36 / 0.24)

CMYK percentages

%10.26
%0
%35.9
%23.53

Codes

Color #AFC37D in popluar color models

AF C3 7D
RGB 175 195 125
HSL 77° 36.84% 62.75%
HSB/HSV 77° 35.90% 76.47%
CMYK 10.26% 0.00% 35.90%
23.53%

Color #AFC37D in popluar number systems.

HEX AF C3 7D
Decimal 175 195 125
Binary 10101111 11000011 1111101
Octal 257 303 175

Shades and tints

Shades of #AFC37D

#AFC37D
(175,195,125)
#A0B272
(160,178,114)
#91A167
(145,161,103)
#82905C
(130,144,92)
#737F51
(115,127,81)
#646E46
(100,110,70)
#555D3B
(85,93,59)
#464C30
(70,76,48)
#373B25
(55,59,37)
#282A1A
(40,42,26)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #AFC37D

#AFC37D
(175,195,125)
#B6C888
(182,200,136)
#BDCD93
(189,205,147)
#C4D29E
(196,210,158)
#CBD7A9
(203,215,169)
#D2DCB4
(210,220,180)
#D9E1BF
(217,225,191)
#E0E6CA
(224,230,202)
#E7EBD5
(231,235,213)
#EEF0E0
(238,240,224)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC37D; }

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

This text font color is #AFC37D.

Background Color

.myBgColor { background-color: #AFC37D; }

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

This div background color is #AFC37D.

Border color

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

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

This div border color is #AFC37D.

Opacity

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

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

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

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

This text has shadow with #AFC37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC37D.

Preview

Color preview on black background

This text has color #AFC37D on black background.


Color preview on white background

This text has color #AFC37D on white background.


Black color preview on #AFC37D background

This text has black color on #AFC37D background.


White color preview on #AFC37D background

This text has white color on #AFC37D background.


Related colors

Complementary color

Complementary color for #hex is #503C82.


I love getcolorcode.com

Triadic colors

1 #7DAFC3 and #C37DAF with #AFC37D are triadic colors.

2 #7DC3AF and #C3AF7D with #AFC37D are triadic colors.