COLOR #AFDF3A

HEX: #AFDF3A
RGB: (175,223,58)

Color info

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

RGB color model

#AFDF3A color RGB value is (175,223,58).

  • red value is 175;
  • green value is 223;
  • blue value is 58.
RGB:
(175,223,58)
(69%,87%,23%)

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 58 of 255 = 23%

175
223
58

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

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 58 = 456 (100%)
R 175 of 456 ~ 38.38%
G 223 of 456 ~ 48.9%
B 58 of 456 ~ 12.72%

%38.38
%48.9
%12.72

CMYK color model

#AFDF3A color CMYK value is (22,0,74,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 73.99%
  • key color value is 12.55%
CMYK:
(22,0,74,13)
C22M0Y74K13 
(22%,0%,74%,13%)
(0.22/0.00/0.74/0.13)	

CMYK percentages

%21.52
%0
%73.99
%12.55

Codes

Color #AFDF3A in popluar color models

AFDF3A
RGB17522358
HSL77°72.05%55.10%
HSB/HSV77°73.99%87.45%
CMYK21.52%0.00%73.99%
12.55%

Color #AFDF3A in popluar number systems.

HEXAFDF3A
Decimal17522358
Binary1010111111011111111010
Octal25733772

Shades and tints

Shades of #AFDF3A

#AFDF3A
(175,223,58)
#A0CB35
(160,203,53)
#91B730
(145,183,48)
#82A32B
(130,163,43)
#738F26
(115,143,38)
#647B21
(100,123,33)
#55671C
(85,103,28)
#465317
(70,83,23)
#373F12
(55,63,18)
#282B0D
(40,43,13)
#191708
(25,23,8)
#000000
(0,0,0)

Tints of #AFDF3A

#AFDF3A
(175,223,58)
#B6E14B
(182,225,75)
#BDE35C
(189,227,92)
#C4E56D
(196,229,109)
#CBE77E
(203,231,126)
#D2E98F
(210,233,143)
#D9EBA0
(217,235,160)
#E0EDB1
(224,237,177)
#E7EFC2
(231,239,194)
#EEF1D3
(238,241,211)
#F5F3E4
(245,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDF3A color. Also use rgb(175,223,58) instead hex code.

Text Font Color

.myTextColor { color: #AFDF3A; }

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

This text font color is #AFDF3A.


Background Color

.myBgColor { background-color: #AFDF3A; }

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

This div background color is #AFDF3A.


Border color

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

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

This div border color is #AFDF3A.


Opacity

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

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

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

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

This text has shadow with #AFDF3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDF3A on black background.


Color preview on white background

This text has color #AFDF3A on white background.



Black color preview on #AFDF3A background

This text has black color on #AFDF3A background.


White color preview on #AFDF3A background

This text has white color on #AFDF3A background.