COLOR #AFD447

HEX: #AFD447
RGB: (175,212,71)

Color info

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

RGB color model

#AFD447 color RGB value is (175,212,71).

  • red value is 175;
  • green value is 212;
  • blue value is 71.
RGB:
(175,212,71)
(69%,83%,28%)

RGB channels and saturation

R 175 of 255 = 69%
G 212 of 255 = 83%
B 71 of 255 = 28%

175
212
71

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

Portions of RGB colors in percentages

R + G + B =
175 + 212 + 71 = 458 (100%)
R 175 of 458 ~ 38.21%
G 212 of 458 ~ 46.29%
B 71 of 458 ~ 15.5%

%38.21
%46.29
%15.5

CMYK color model

#AFD447 color CMYK value is (17,0,67,17).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 66.51%
  • key color value is 16.86%
CMYK:
(17,0,67,17)
C17M0Y67K17 
(17%,0%,67%,17%)
(0.17/0.00/0.67/0.17)	

CMYK percentages

%17.45
%0
%66.51
%16.86

Codes

Color #AFD447 in popluar color models

AFD447
RGB17521271
HSL76°62.11%55.49%
HSB/HSV76°66.51%83.14%
CMYK17.45%0.00%66.51%
16.86%

Color #AFD447 in popluar number systems.

HEXAFD447
Decimal17521271
Binary10101111110101001000111
Octal257324107

Shades and tints

Shades of #AFD447

#AFD447
(175,212,71)
#A0C141
(160,193,65)
#91AE3B
(145,174,59)
#829B35
(130,155,53)
#73882F
(115,136,47)
#647529
(100,117,41)
#556223
(85,98,35)
#464F1D
(70,79,29)
#373C17
(55,60,23)
#282911
(40,41,17)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #AFD447

#AFD447
(175,212,71)
#B6D757
(182,215,87)
#BDDA67
(189,218,103)
#C4DD77
(196,221,119)
#CBE087
(203,224,135)
#D2E397
(210,227,151)
#D9E6A7
(217,230,167)
#E0E9B7
(224,233,183)
#E7ECC7
(231,236,199)
#EEEFD7
(238,239,215)
#F5F2E7
(245,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD447 color. Also use rgb(175,212,71) instead hex code.

Text Font Color

.myTextColor { color: #AFD447; }

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

This text font color is #AFD447.


Background Color

.myBgColor { background-color: #AFD447; }

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

This div background color is #AFD447.


Border color

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

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

This div border color is #AFD447.


Opacity

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

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

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

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

This text has shadow with #AFD447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD447 on black background.


Color preview on white background

This text has color #AFD447 on white background.



Black color preview on #AFD447 background

This text has black color on #AFD447 background.


White color preview on #AFD447 background

This text has white color on #AFD447 background.