COLOR #AFC480

HEX: #AFC480
RGB: (175,196,128)

Color info

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

RGB color model

#AFC480 color RGB value is (175,196,128).

  • red value is 175;
  • green value is 196;
  • blue value is 128.
RGB:
(175,196,128)
(69%,77%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 128 of 255 = 50%

175
196
128

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

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 128 = 499 (100%)
R 175 of 499 ~ 35.07%
G 196 of 499 ~ 39.28%
B 128 of 499 ~ 25.65%

%35.07
%39.28
%25.65

CMYK color model

#AFC480 color CMYK value is (11,0,35,23).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(11,0,35,23)
C11M0Y35K23 
(11%,0%,35%,23%)
(0.11/0.00/0.35/0.23)	

CMYK percentages

%10.71
%0
%34.69
%23.14

Codes

Color #AFC480 in popluar color models

AFC480
RGB175196128
HSL79°36.56%63.53%
HSB/HSV79°34.69%76.86%
CMYK10.71%0.00%34.69%
23.14%

Color #AFC480 in popluar number systems.

HEXAFC480
Decimal175196128
Binary101011111100010010000000
Octal257304200

Shades and tints

Shades of #AFC480

#AFC480
(175,196,128)
#A0B375
(160,179,117)
#91A26A
(145,162,106)
#82915F
(130,145,95)
#738054
(115,128,84)
#646F49
(100,111,73)
#555E3E
(85,94,62)
#464D33
(70,77,51)
#373C28
(55,60,40)
#282B1D
(40,43,29)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #AFC480

#AFC480
(175,196,128)
#B6C98B
(182,201,139)
#BDCE96
(189,206,150)
#C4D3A1
(196,211,161)
#CBD8AC
(203,216,172)
#D2DDB7
(210,221,183)
#D9E2C2
(217,226,194)
#E0E7CD
(224,231,205)
#E7ECD8
(231,236,216)
#EEF1E3
(238,241,227)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC480 color. Also use rgb(175,196,128) instead hex code.

Text Font Color

.myTextColor { color: #AFC480; }

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

This text font color is #AFC480.


Background Color

.myBgColor { background-color: #AFC480; }

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

This div background color is #AFC480.


Border color

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

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

This div border color is #AFC480.


Opacity

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

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

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

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

This text has shadow with #AFC480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC480 on black background.


Color preview on white background

This text has color #AFC480 on white background.



Black color preview on #AFC480 background

This text has black color on #AFC480 background.


White color preview on #AFC480 background

This text has white color on #AFC480 background.