COLOR #AFE290

HEX: #AFE290
RGB: (175,226,144)

Color info

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

RGB color model

#AFE290 color RGB value is (175,226,144).

  • red value is 175;
  • green value is 226;
  • blue value is 144.
RGB:
(175,226,144)
(69%,89%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 144 of 255 = 56%

175
226
144

R + G + B ~ 71%. #AFE290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 226 + 144 = 545 (100%)
R 175 of 545 ~ 32.11%
G 226 of 545 ~ 41.47%
B 144 of 545 ~ 26.42%

%32.11
%41.47
%26.42

CMYK color model

#AFE290 color CMYK value is (23,0,36,11).

  • cyan value is 22.57%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 11.37%
CMYK:
(23,0,36,11)
C23M0Y36K11 
(23%,0%,36%,11%)
(0.23/0.00/0.36/0.11)	

CMYK percentages

%22.57
%0
%36.28
%11.37

Codes

Color #AFE290 in popluar color models

AFE290
RGB175226144
HSL97°58.57%72.55%
HSB/HSV97°36.28%88.63%
CMYK22.57%0.00%36.28%
11.37%

Color #AFE290 in popluar number systems.

HEXAFE290
Decimal175226144
Binary101011111110001010010000
Octal257342220

Shades and tints

Shades of #AFE290

#AFE290
(175,226,144)
#A0CE83
(160,206,131)
#91BA76
(145,186,118)
#82A669
(130,166,105)
#73925C
(115,146,92)
#647E4F
(100,126,79)
#556A42
(85,106,66)
#465635
(70,86,53)
#374228
(55,66,40)
#282E1B
(40,46,27)
#191A0E
(25,26,14)
#000000
(0,0,0)

Tints of #AFE290

#AFE290
(175,226,144)
#B6E49A
(182,228,154)
#BDE6A4
(189,230,164)
#C4E8AE
(196,232,174)
#CBEAB8
(203,234,184)
#D2ECC2
(210,236,194)
#D9EECC
(217,238,204)
#E0F0D6
(224,240,214)
#E7F2E0
(231,242,224)
#EEF4EA
(238,244,234)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE290 color. Also use rgb(175,226,144) instead hex code.

Text Font Color

.myTextColor { color: #AFE290; }

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

This text font color is #AFE290.


Background Color

.myBgColor { background-color: #AFE290; }

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

This div background color is #AFE290.


Border color

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

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

This div border color is #AFE290.


Opacity

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

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

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

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

This text has shadow with #AFE290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE290 on black background.


Color preview on white background

This text has color #AFE290 on white background.



Black color preview on #AFE290 background

This text has black color on #AFE290 background.


White color preview on #AFE290 background

This text has white color on #AFE290 background.