COLOR #AFD392

HEX: #AFD392
RGB: (175,211,146)

Color info

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

RGB color model

#AFD392 color RGB value is (175,211,146).

  • red value is 175;
  • green value is 211;
  • blue value is 146.
RGB:
(175,211,146)
(69%,83%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 146 of 255 = 57%

175
211
146

R + G + B ~ 70%. #AFD392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 211 + 146 = 532 (100%)
R 175 of 532 ~ 32.89%
G 211 of 532 ~ 39.66%
B 146 of 532 ~ 27.44%

%32.89
%39.66
%27.44

CMYK color model

#AFD392 color CMYK value is (17,0,31,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK:
(17,0,31,17)
C17M0Y31K17 
(17%,0%,31%,17%)
(0.17/0.00/0.31/0.17)	

CMYK percentages

%17.06
%0
%30.81
%17.25

Codes

Color #AFD392 in popluar color models

AFD392
RGB175211146
HSL93°42.48%70.00%
HSB/HSV93°30.81%82.75%
CMYK17.06%0.00%30.81%
17.25%

Color #AFD392 in popluar number systems.

HEXAFD392
Decimal175211146
Binary101011111101001110010010
Octal257323222

Shades and tints

Shades of #AFD392

#AFD392
(175,211,146)
#A0C085
(160,192,133)
#91AD78
(145,173,120)
#829A6B
(130,154,107)
#73875E
(115,135,94)
#647451
(100,116,81)
#556144
(85,97,68)
#464E37
(70,78,55)
#373B2A
(55,59,42)
#28281D
(40,40,29)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFD392

#AFD392
(175,211,146)
#B6D79B
(182,215,155)
#BDDBA4
(189,219,164)
#C4DFAD
(196,223,173)
#CBE3B6
(203,227,182)
#D2E7BF
(210,231,191)
#D9EBC8
(217,235,200)
#E0EFD1
(224,239,209)
#E7F3DA
(231,243,218)
#EEF7E3
(238,247,227)
#F5FBEC
(245,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD392 color. Also use rgb(175,211,146) instead hex code.

Text Font Color

.myTextColor { color: #AFD392; }

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

This text font color is #AFD392.


Background Color

.myBgColor { background-color: #AFD392; }

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

This div background color is #AFD392.


Border color

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

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

This div border color is #AFD392.


Opacity

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

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

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

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

This text has shadow with #AFD392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD392 on black background.


Color preview on white background

This text has color #AFD392 on white background.



Black color preview on #AFD392 background

This text has black color on #AFD392 background.


White color preview on #AFD392 background

This text has white color on #AFD392 background.