COLOR #AFE379

HEX: #AFE379 RGB: (175,227,121)

Color info

#AFE379 contains mainly red and green colors. Web safe color of #AFE379 is #99CC66 (or #9C6).

RGB color model

#AFE379 color RGB value is (175,227,121).

RGB: (175,227,121) (69%, 89%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 121 of 255 = 47%

175
227
121

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

Portions of RGB colors in percentages

R + G + B = 175 + 227 + 121 = 523 (100%)
R 175 of 523 ~ 33.46%
G 227 of 523 ~ 43.4%
B 121 of 523 ~ 23.14'%

%33.46
%43.4
%23.14

CMYK color model

#AFE379 color CMYK value is (23,0,47,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 46.70%
  • key color value is 10.98%

CMYK: (23,0,47,11)
C23M0Y47K11 (23%, 0%, 47%, 11%)
(0.23 / 0.00 / 0.47 / 0.11)

CMYK percentages

%22.91
%0
%46.7
%10.98

Codes

Color #AFE379 in popluar color models

AF E3 79
RGB 175 227 121
HSL 89° 65.43% 68.24%
HSB/HSV 89° 46.70% 89.02%
CMYK 22.91% 0.00% 46.70%
10.98%

Color #AFE379 in popluar number systems.

HEX AF E3 79
Decimal 175 227 121
Binary 10101111 11100011 1111001
Octal 257 343 171

Shades and tints

Shades of #AFE379

#AFE379
(175,227,121)
#A0CF6E
(160,207,110)
#91BB63
(145,187,99)
#82A758
(130,167,88)
#73934D
(115,147,77)
#647F42
(100,127,66)
#556B37
(85,107,55)
#46572C
(70,87,44)
#374321
(55,67,33)
#282F16
(40,47,22)
#191B0B
(25,27,11)
#000000
(0,0,0)

Tints of #AFE379

#AFE379
(175,227,121)
#B6E585
(182,229,133)
#BDE791
(189,231,145)
#C4E99D
(196,233,157)
#CBEBA9
(203,235,169)
#D2EDB5
(210,237,181)
#D9EFC1
(217,239,193)
#E0F1CD
(224,241,205)
#E7F3D9
(231,243,217)
#EEF5E5
(238,245,229)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE379 color. Also use rgb(175,227,121) instead hex code.

Text Font Color

.myTextColor { color: #AFE379; }

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

This text font color is #AFE379.

Background Color

.myBgColor { background-color: #AFE379; }

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

This div background color is #AFE379.

Border color

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

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

This div border color is #AFE379.

Opacity

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

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

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

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

This text has shadow with #AFE379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE379.

Preview

Color preview on black background

This text has color #AFE379 on black background.


Color preview on white background

This text has color #AFE379 on white background.


Black color preview on #AFE379 background

This text has black color on #AFE379 background.


White color preview on #AFE379 background

This text has white color on #AFE379 background.


Related colors

Complementary color

Complementary color for #hex is #501C86.


I love getcolorcode.com

Triadic colors

1 #79AFE3 and #E379AF with #AFE379 are triadic colors.

2 #79E3AF and #E3AF79 with #AFE379 are triadic colors.