COLOR #AFE76D

HEX: #AFE76D
RGB: (175,231,109)

Color info

#AFE76D contains mainly red and green colors. Web safe color of #AFE76D is #99FF66 (or #9F6).

RGB color model

#AFE76D color RGB value is (175,231,109).

  • red value is 175;
  • green value is 231;
  • blue value is 109.
RGB:
(175,231,109)
(69%,91%,43%)

RGB channels and saturation

R 175 of 255 = 69%
G 231 of 255 = 91%
B 109 of 255 = 43%

175
231
109

R + G + B ~ 68%. #AFE76D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 109 = 515 (100%)
R 175 of 515 ~ 33.98%
G 231 of 515 ~ 44.85%
B 109 of 515 ~ 21.17%

%33.98
%44.85
%21.17

CMYK color model

#AFE76D color CMYK value is (24,0,53,9).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 52.81%
  • key color value is 9.41%
CMYK:
(24,0,53,9)
C24M0Y53K9 
(24%,0%,53%,9%)
(0.24/0.00/0.53/0.09)	

CMYK percentages

%24.24
%0
%52.81
%9.41

Codes

Color #AFE76D in popluar color models

AFE76D
RGB175231109
HSL88°71.76%66.67%
HSB/HSV88°52.81%90.59%
CMYK24.24%0.00%52.81%
9.41%

Color #AFE76D in popluar number systems.

HEXAFE76D
Decimal175231109
Binary10101111111001111101101
Octal257347155

Shades and tints

Shades of #AFE76D

#AFE76D
(175,231,109)
#A0D264
(160,210,100)
#91BD5B
(145,189,91)
#82A852
(130,168,82)
#739349
(115,147,73)
#647E40
(100,126,64)
#556937
(85,105,55)
#46542E
(70,84,46)
#373F25
(55,63,37)
#282A1C
(40,42,28)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFE76D

#AFE76D
(175,231,109)
#B6E97A
(182,233,122)
#BDEB87
(189,235,135)
#C4ED94
(196,237,148)
#CBEFA1
(203,239,161)
#D2F1AE
(210,241,174)
#D9F3BB
(217,243,187)
#E0F5C8
(224,245,200)
#E7F7D5
(231,247,213)
#EEF9E2
(238,249,226)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE76D color. Also use rgb(175,231,109) instead hex code.

Text Font Color

.myTextColor { color: #AFE76D; }

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

This text font color is #AFE76D.


Background Color

.myBgColor { background-color: #AFE76D; }

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

This div background color is #AFE76D.


Border color

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

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

This div border color is #AFE76D.


Opacity

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

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

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

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

This text has shadow with #AFE76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE76D on black background.


Color preview on white background

This text has color #AFE76D on white background.



Black color preview on #AFE76D background

This text has black color on #AFE76D background.


White color preview on #AFE76D background

This text has white color on #AFE76D background.