COLOR #AFE265

HEX: #AFE265 RGB: (175,226,101)

Color info

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

RGB color model

#AFE265 color RGB value is (175,226,101).

RGB: (175,226,101) (69%, 89%, 40%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 101 of 255 = 40%

175
226
101

R + G + B ~ 66%. #AFE265 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 226 + 101 = 502 (100%)
R 175 of 502 ~ 34.86%
G 226 of 502 ~ 45.02%
B 101 of 502 ~ 20.12'%

%34.86
%45.02
%20.12

CMYK color model

#AFE265 color CMYK value is (23,0,55,11).

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

CMYK: (23,0,55,11)
C23M0Y55K11 (23%, 0%, 55%, 11%)
(0.23 / 0.00 / 0.55 / 0.11)

CMYK percentages

%22.57
%0
%55.31
%11.37

Codes

Color #AFE265 in popluar color models

AF E2 65
RGB 175 226 101
HSL 84° 68.31% 64.12%
HSB/HSV 84° 55.31% 88.63%
CMYK 22.57% 0.00% 55.31%
11.37%

Color #AFE265 in popluar number systems.

HEX AF E2 65
Decimal 175 226 101
Binary 10101111 11100010 1100101
Octal 257 342 145

Shades and tints

Shades of #AFE265

#AFE265
(175,226,101)
#A0CE5C
(160,206,92)
#91BA53
(145,186,83)
#82A64A
(130,166,74)
#739241
(115,146,65)
#647E38
(100,126,56)
#556A2F
(85,106,47)
#465626
(70,86,38)
#37421D
(55,66,29)
#282E14
(40,46,20)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #AFE265

#AFE265
(175,226,101)
#B6E473
(182,228,115)
#BDE681
(189,230,129)
#C4E88F
(196,232,143)
#CBEA9D
(203,234,157)
#D2ECAB
(210,236,171)
#D9EEB9
(217,238,185)
#E0F0C7
(224,240,199)
#E7F2D5
(231,242,213)
#EEF4E3
(238,244,227)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE265; }

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

This text font color is #AFE265.

Background Color

.myBgColor { background-color: #AFE265; }

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

This div background color is #AFE265.

Border color

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

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

This div border color is #AFE265.

Opacity

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

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

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

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

This text has shadow with #AFE265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE265.

Preview

Color preview on black background

This text has color #AFE265 on black background.


Color preview on white background

This text has color #AFE265 on white background.


Black color preview on #AFE265 background

This text has black color on #AFE265 background.


White color preview on #AFE265 background

This text has white color on #AFE265 background.


Related colors

Complementary color

Complementary color for #hex is #501D9A.


I love getcolorcode.com

Triadic colors

1 #65AFE2 and #E265AF with #AFE265 are triadic colors.

2 #65E2AF and #E2AF65 with #AFE265 are triadic colors.