COLOR #AFC25E

HEX: #AFC25E RGB: (175,194,94)

Color info

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

RGB color model

#AFC25E color RGB value is (175,194,94).

RGB: (175,194,94) (69%, 76%, 37%)

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 94 of 255 = 37%

175
194
94

R + G + B ~ 61%. #AFC25E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 194 + 94 = 463 (100%)
R 175 of 463 ~ 37.8%
G 194 of 463 ~ 41.9%
B 94 of 463 ~ 20.3'%

%37.8
%41.9
%20.3

CMYK color model

#AFC25E color CMYK value is (10,0,52,24).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 51.55%
  • key color value is 23.92%
CMYK: (10,0,52,24) C10M0Y52K24 (10%,0%,52%,24%) (0.10/0.00/0.52/0.24) 

CMYK percentages

%9.79
%0
%51.55
%23.92

Codes

Color #AFC25E in popluar color models

AF C2 5E
RGB 175 194 94
HSL 71° 45.05% 56.47%
HSB/HSV 71° 51.55% 76.08%
CMYK 9.79% 0.00% 51.55%
23.92%

Color #AFC25E in popluar number systems.

HEX AF C2 5E
Decimal 175 194 94
Binary 10101111 11000010 1011110
Octal 257 302 136

Shades and tints

Shades of #AFC25E

#AFC25E
(175,194,94)
#A0B156
(160,177,86)
#91A04E
(145,160,78)
#828F46
(130,143,70)
#737E3E
(115,126,62)
#646D36
(100,109,54)
#555C2E
(85,92,46)
#464B26
(70,75,38)
#373A1E
(55,58,30)
#282916
(40,41,22)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #AFC25E

#AFC25E
(175,194,94)
#B6C76C
(182,199,108)
#BDCC7A
(189,204,122)
#C4D188
(196,209,136)
#CBD696
(203,214,150)
#D2DBA4
(210,219,164)
#D9E0B2
(217,224,178)
#E0E5C0
(224,229,192)
#E7EACE
(231,234,206)
#EEEFDC
(238,239,220)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC25E color. Also use rgb(175,194,94) instead hex code.

Text Font Color

.myTextColor { color: #AFC25E; }

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

This text font color is #AFC25E.

Background Color

.myBgColor { background-color: #AFC25E; }

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

This div background color is #AFC25E.

Border color

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

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

This div border color is #AFC25E.

Opacity

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

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

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

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

This text has shadow with #AFC25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC25E.

Preview

Color preview on black background

This text has color #AFC25E on black background.


Color preview on white background

This text has color #AFC25E on white background.


Black color preview on #AFC25E background

This text has black color on #AFC25E background.


White color preview on #AFC25E background

This text has white color on #AFC25E background.


Related colors

Complementary color

Complementary color for #hex is #503DA1.


I love getcolorcode.com

Triadic colors

1 #5EAFC2 and #C25EAF with #AFC25E are triadic colors.

2 #5EC2AF and #C2AF5E with #AFC25E are triadic colors.