COLOR #AFE22D

HEX: #AFE22D RGB: (175,226,45)

Color info

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

RGB color model

#AFE22D color RGB value is (175,226,45).

RGB: (175,226,45) (69%, 89%, 18%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 45 of 255 = 18%

175
226
45

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

Portions of RGB colors in percentages

R + G + B = 175 + 226 + 45 = 446 (100%)
R 175 of 446 ~ 39.24%
G 226 of 446 ~ 50.67%
B 45 of 446 ~ 10.09'%

%39.24
%50.67

CMYK color model

#AFE22D color CMYK value is (23,0,80,11).

  • cyan value is 22.57%
  • magenta value is 0.00%
  • yellow value is 80.09%
  • key color value is 11.37%

CMYK: (23,0,80,11)
C23M0Y80K11 (23%, 0%, 80%, 11%)
(0.23 / 0.00 / 0.80 / 0.11)

CMYK percentages

%22.57
%0
%80.09
%11.37

Codes

Color #AFE22D in popluar color models

AF E2 2D
RGB 175 226 45
HSL 77° 75.73% 53.14%
HSB/HSV 77° 80.09% 88.63%
CMYK 22.57% 0.00% 80.09%
11.37%

Color #AFE22D in popluar number systems.

HEX AF E2 2D
Decimal 175 226 45
Binary 10101111 11100010 101101
Octal 257 342 55

Shades and tints

Shades of #AFE22D

#AFE22D
(175,226,45)
#A0CE29
(160,206,41)
#91BA25
(145,186,37)
#82A621
(130,166,33)
#73921D
(115,146,29)
#647E19
(100,126,25)
#556A15
(85,106,21)
#465611
(70,86,17)
#37420D
(55,66,13)
#282E09
(40,46,9)
#191A05
(25,26,5)
#000000
(0,0,0)

Tints of #AFE22D

#AFE22D
(175,226,45)
#B6E440
(182,228,64)
#BDE653
(189,230,83)
#C4E866
(196,232,102)
#CBEA79
(203,234,121)
#D2EC8C
(210,236,140)
#D9EE9F
(217,238,159)
#E0F0B2
(224,240,178)
#E7F2C5
(231,242,197)
#EEF4D8
(238,244,216)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE22D; }

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

This text font color is #AFE22D.

Background Color

.myBgColor { background-color: #AFE22D; }

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

This div background color is #AFE22D.

Border color

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

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

This div border color is #AFE22D.

Opacity

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

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

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

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

This text has shadow with #AFE22D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE22D.

Preview

Color preview on black background

This text has color #AFE22D on black background.


Color preview on white background

This text has color #AFE22D on white background.


Black color preview on #AFE22D background

This text has black color on #AFE22D background.


White color preview on #AFE22D background

This text has white color on #AFE22D background.


Related colors

Complementary color

Complementary color for #hex is #501DD2.


I love getcolorcode.com

Triadic colors

1 #2DAFE2 and #E22DAF with #AFE22D are triadic colors.

2 #2DE2AF and #E2AF2D with #AFE22D are triadic colors.