COLOR #AFD68D

HEX: #AFD68D
RGB: (175,214,141)

Color info

#AFD68D contains mainly red and green colors. Web safe color of #AFD68D is #99CC99 (or #9C9).

RGB color model

#AFD68D color RGB value is (175,214,141).

  • red value is 175;
  • green value is 214;
  • blue value is 141.
RGB:
(175,214,141)
(69%,84%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 214 of 255 = 84%
B 141 of 255 = 55%

175
214
141

R + G + B ~ 69%. #AFD68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 214 + 141 = 530 (100%)
R 175 of 530 ~ 33.02%
G 214 of 530 ~ 40.38%
B 141 of 530 ~ 26.6%

%33.02
%40.38
%26.6

CMYK color model

#AFD68D color CMYK value is (18,0,34,16).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 16.08%
CMYK:
(18,0,34,16)
C18M0Y34K16 
(18%,0%,34%,16%)
(0.18/0.00/0.34/0.16)	

CMYK percentages

%18.22
%0
%34.11
%16.08

Codes

Color #AFD68D in popluar color models

AFD68D
RGB175214141
HSL92°47.10%69.61%
HSB/HSV92°34.11%83.92%
CMYK18.22%0.00%34.11%
16.08%

Color #AFD68D in popluar number systems.

HEXAFD68D
Decimal175214141
Binary101011111101011010001101
Octal257326215

Shades and tints

Shades of #AFD68D

#AFD68D
(175,214,141)
#A0C381
(160,195,129)
#91B075
(145,176,117)
#829D69
(130,157,105)
#738A5D
(115,138,93)
#647751
(100,119,81)
#556445
(85,100,69)
#465139
(70,81,57)
#373E2D
(55,62,45)
#282B21
(40,43,33)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFD68D

#AFD68D
(175,214,141)
#B6D997
(182,217,151)
#BDDCA1
(189,220,161)
#C4DFAB
(196,223,171)
#CBE2B5
(203,226,181)
#D2E5BF
(210,229,191)
#D9E8C9
(217,232,201)
#E0EBD3
(224,235,211)
#E7EEDD
(231,238,221)
#EEF1E7
(238,241,231)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD68D color. Also use rgb(175,214,141) instead hex code.

Text Font Color

.myTextColor { color: #AFD68D; }

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

This text font color is #AFD68D.


Background Color

.myBgColor { background-color: #AFD68D; }

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

This div background color is #AFD68D.


Border color

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

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

This div border color is #AFD68D.


Opacity

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

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

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

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

This text has shadow with #AFD68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD68D on black background.


Color preview on white background

This text has color #AFD68D on white background.



Black color preview on #AFD68D background

This text has black color on #AFD68D background.


White color preview on #AFD68D background

This text has white color on #AFD68D background.