COLOR #AFC84A

HEX: #AFC84A
RGB: (175,200,74)

Color info

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

RGB color model

#AFC84A color RGB value is (175,200,74).

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

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 74 of 255 = 29%

175
200
74

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

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 74 = 449 (100%)
R 175 of 449 ~ 38.98%
G 200 of 449 ~ 44.54%
B 74 of 449 ~ 16.48%

%38.98
%44.54
%16.48

CMYK color model

#AFC84A color CMYK value is (13,0,63,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 63.00%
  • key color value is 21.57%
CMYK:
(13,0,63,22)
C13M0Y63K22 
(13%,0%,63%,22%)
(0.13/0.00/0.63/0.22)	

CMYK percentages

%12.5
%0
%63
%21.57

Codes

Color #AFC84A in popluar color models

AFC84A
RGB17520074
HSL72°53.39%53.73%
HSB/HSV72°63.00%78.43%
CMYK12.50%0.00%63.00%
21.57%

Color #AFC84A in popluar number systems.

HEXAFC84A
Decimal17520074
Binary10101111110010001001010
Octal257310112

Shades and tints

Shades of #AFC84A

#AFC84A
(175,200,74)
#A0B644
(160,182,68)
#91A43E
(145,164,62)
#829238
(130,146,56)
#738032
(115,128,50)
#646E2C
(100,110,44)
#555C26
(85,92,38)
#464A20
(70,74,32)
#37381A
(55,56,26)
#282614
(40,38,20)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFC84A

#AFC84A
(175,200,74)
#B6CD5A
(182,205,90)
#BDD26A
(189,210,106)
#C4D77A
(196,215,122)
#CBDC8A
(203,220,138)
#D2E19A
(210,225,154)
#D9E6AA
(217,230,170)
#E0EBBA
(224,235,186)
#E7F0CA
(231,240,202)
#EEF5DA
(238,245,218)
#F5FAEA
(245,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC84A; }

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

This text font color is #AFC84A.


Background Color

.myBgColor { background-color: #AFC84A; }

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

This div background color is #AFC84A.


Border color

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

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

This div border color is #AFC84A.


Opacity

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

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

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

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

This text has shadow with #AFC84A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC84A on black background.


Color preview on white background

This text has color #AFC84A on white background.



Black color preview on #AFC84A background

This text has black color on #AFC84A background.


White color preview on #AFC84A background

This text has white color on #AFC84A background.