COLOR #AFC82D

HEX: #AFC82D
RGB: (175,200,45)

Color info

#AFC82D contains mainly red and green colors. Web safe color of #AFC82D is #99CC33 (or #9C3).

RGB color model

#AFC82D color RGB value is (175,200,45).

  • red value is 175;
  • green value is 200;
  • blue value is 45.
RGB:
(175,200,45)
(69%,78%,18%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 45 of 255 = 18%

175
200
45

R + G + B ~ 55%. #AFC82D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 45 = 420 (100%)
R 175 of 420 ~ 41.67%
G 200 of 420 ~ 47.62%
B 45 of 420 ~ 10.71%

%41.67
%47.62
%10.71

CMYK color model

#AFC82D color CMYK value is (13,0,78,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 21.57%
CMYK:
(13,0,78,22)
C13M0Y78K22 
(13%,0%,78%,22%)
(0.13/0.00/0.78/0.22)	

CMYK percentages

%12.5
%0
%77.5
%21.57

Codes

Color #AFC82D in popluar color models

AFC82D
RGB17520045
HSL70°63.27%48.04%
HSB/HSV70°77.50%78.43%
CMYK12.50%0.00%77.50%
21.57%

Color #AFC82D in popluar number systems.

HEXAFC82D
Decimal17520045
Binary1010111111001000101101
Octal25731055

Shades and tints

Shades of #AFC82D

#AFC82D
(175,200,45)
#A0B629
(160,182,41)
#91A425
(145,164,37)
#829221
(130,146,33)
#73801D
(115,128,29)
#646E19
(100,110,25)
#555C15
(85,92,21)
#464A11
(70,74,17)
#37380D
(55,56,13)
#282609
(40,38,9)
#191405
(25,20,5)
#000000
(0,0,0)

Tints of #AFC82D

#AFC82D
(175,200,45)
#B6CD40
(182,205,64)
#BDD253
(189,210,83)
#C4D766
(196,215,102)
#CBDC79
(203,220,121)
#D2E18C
(210,225,140)
#D9E69F
(217,230,159)
#E0EBB2
(224,235,178)
#E7F0C5
(231,240,197)
#EEF5D8
(238,245,216)
#F5FAEB
(245,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC82D color. Also use rgb(175,200,45) instead hex code.

Text Font Color

.myTextColor { color: #AFC82D; }

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

This text font color is #AFC82D.


Background Color

.myBgColor { background-color: #AFC82D; }

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

This div background color is #AFC82D.


Border color

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

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

This div border color is #AFC82D.


Opacity

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

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

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

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

This text has shadow with #AFC82D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC82D on black background.


Color preview on white background

This text has color #AFC82D on white background.



Black color preview on #AFC82D background

This text has black color on #AFC82D background.


White color preview on #AFC82D background

This text has white color on #AFC82D background.