COLOR #AFC66E

HEX: #AFC66E RGB: (175,198,110)

Color info

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

RGB color model

#AFC66E color RGB value is (175,198,110).

RGB: (175,198,110) (69%, 78%, 43%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 110 of 255 = 43%

175
198
110

R + G + B ~ 63%. #AFC66E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 198 + 110 = 483 (100%)
R 175 of 483 ~ 36.23%
G 198 of 483 ~ 40.99%
B 110 of 483 ~ 22.77'%

%36.23
%40.99
%22.77

CMYK color model

#AFC66E color CMYK value is (12,0,44,22).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 22.35%

CMYK: (12,0,44,22)
C12M0Y44K22 (12%, 0%, 44%, 22%)
(0.12 / 0.00 / 0.44 / 0.22)

CMYK percentages

%11.62
%0
%44.44
%22.35

Codes

Color #AFC66E in popluar color models

AF C6 6E
RGB 175 198 110
HSL 76° 43.56% 60.39%
HSB/HSV 76° 44.44% 77.65%
CMYK 11.62% 0.00% 44.44%
22.35%

Color #AFC66E in popluar number systems.

HEX AF C6 6E
Decimal 175 198 110
Binary 10101111 11000110 1101110
Octal 257 306 156

Shades and tints

Shades of #AFC66E

#AFC66E
(175,198,110)
#A0B464
(160,180,100)
#91A25A
(145,162,90)
#829050
(130,144,80)
#737E46
(115,126,70)
#646C3C
(100,108,60)
#555A32
(85,90,50)
#464828
(70,72,40)
#37361E
(55,54,30)
#282414
(40,36,20)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #AFC66E

#AFC66E
(175,198,110)
#B6CB7B
(182,203,123)
#BDD088
(189,208,136)
#C4D595
(196,213,149)
#CBDAA2
(203,218,162)
#D2DFAF
(210,223,175)
#D9E4BC
(217,228,188)
#E0E9C9
(224,233,201)
#E7EED6
(231,238,214)
#EEF3E3
(238,243,227)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC66E color. Also use rgb(175,198,110) instead hex code.

Text Font Color

.myTextColor { color: #AFC66E; }

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

This text font color is #AFC66E.

Background Color

.myBgColor { background-color: #AFC66E; }

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

This div background color is #AFC66E.

Border color

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

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

This div border color is #AFC66E.

Opacity

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

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

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

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

This text has shadow with #AFC66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC66E.

Preview

Color preview on black background

This text has color #AFC66E on black background.


Color preview on white background

This text has color #AFC66E on white background.


Black color preview on #AFC66E background

This text has black color on #AFC66E background.


White color preview on #AFC66E background

This text has white color on #AFC66E background.


Related colors

Complementary color

Complementary color for #hex is #503991.


I love getcolorcode.com

Triadic colors

1 #6EAFC6 and #C66EAF with #AFC66E are triadic colors.

2 #6EC6AF and #C6AF6E with #AFC66E are triadic colors.