COLOR #AFD091

HEX: #AFD091 RGB: (175,208,145)

Color info

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

RGB color model

#AFD091 color RGB value is (175,208,145).

RGB: (175,208,145) (69%, 82%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 145 of 255 = 57%

175
208
145

R + G + B ~ 69%. #AFD091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 208 + 145 = 528 (100%)
R 175 of 528 ~ 33.14%
G 208 of 528 ~ 39.39%
B 145 of 528 ~ 27.46'%

%33.14
%39.39
%27.46

CMYK color model

#AFD091 color CMYK value is (16,0,30,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 18.43%

CMYK: (16,0,30,18)
C16M0Y30K18 (16%, 0%, 30%, 18%)
(0.16 / 0.00 / 0.30 / 0.18)

CMYK percentages

%15.87
%0
%30.29
%18.43

Codes

Color #AFD091 in popluar color models

AF D0 91
RGB 175 208 145
HSL 91° 40.13% 69.22%
HSB/HSV 91° 30.29% 81.57%
CMYK 15.87% 0.00% 30.29%
18.43%

Color #AFD091 in popluar number systems.

HEX AF D0 91
Decimal 175 208 145
Binary 10101111 11010000 10010001
Octal 257 320 221

Shades and tints

Shades of #AFD091

#AFD091
(175,208,145)
#A0BE84
(160,190,132)
#91AC77
(145,172,119)
#829A6A
(130,154,106)
#73885D
(115,136,93)
#647650
(100,118,80)
#556443
(85,100,67)
#465236
(70,82,54)
#374029
(55,64,41)
#282E1C
(40,46,28)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #AFD091

#AFD091
(175,208,145)
#B6D49B
(182,212,155)
#BDD8A5
(189,216,165)
#C4DCAF
(196,220,175)
#CBE0B9
(203,224,185)
#D2E4C3
(210,228,195)
#D9E8CD
(217,232,205)
#E0ECD7
(224,236,215)
#E7F0E1
(231,240,225)
#EEF4EB
(238,244,235)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD091 color. Also use rgb(175,208,145) instead hex code.

Text Font Color

.myTextColor { color: #AFD091; }

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

This text font color is #AFD091.

Background Color

.myBgColor { background-color: #AFD091; }

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

This div background color is #AFD091.

Border color

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

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

This div border color is #AFD091.

Opacity

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

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

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

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

This text has shadow with #AFD091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD091.

Preview

Color preview on black background

This text has color #AFD091 on black background.


Color preview on white background

This text has color #AFD091 on white background.


Black color preview on #AFD091 background

This text has black color on #AFD091 background.


White color preview on #AFD091 background

This text has white color on #AFD091 background.


Related colors

Complementary color

Complementary color for #hex is #502F6E.


I love getcolorcode.com

Triadic colors

1 #91AFD0 and #D091AF with #AFD091 are triadic colors.

2 #91D0AF and #D0AF91 with #AFD091 are triadic colors.