COLOR #AFDB9A

HEX: #AFDB9A RGB: (175,219,154)

Color info

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

RGB color model

#AFDB9A color RGB value is (175,219,154).

RGB: (175,219,154) (69%, 86%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 154 of 255 = 60%

175
219
154

R + G + B ~ 72%. #AFDB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 219 + 154 = 548 (100%)
R 175 of 548 ~ 31.93%
G 219 of 548 ~ 39.96%
B 154 of 548 ~ 28.1'%

%31.93
%39.96
%28.1

CMYK color model

#AFDB9A color CMYK value is (20,0,30,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 14.12%

CMYK: (20,0,30,14)
C20M0Y30K14 (20%, 0%, 30%, 14%)
(0.20 / 0.00 / 0.30 / 0.14)

CMYK percentages

%20.09
%0
%29.68
%14.12

Codes

Color #AFDB9A in popluar color models

AF DB 9A
RGB 175 219 154
HSL 101° 47.45% 73.14%
HSB/HSV 101° 29.68% 85.88%
CMYK 20.09% 0.00% 29.68%
14.12%

Color #AFDB9A in popluar number systems.

HEX AF DB 9A
Decimal 175 219 154
Binary 10101111 11011011 10011010
Octal 257 333 232

Shades and tints

Shades of #AFDB9A

#AFDB9A
(175,219,154)
#A0C88C
(160,200,140)
#91B57E
(145,181,126)
#82A270
(130,162,112)
#738F62
(115,143,98)
#647C54
(100,124,84)
#556946
(85,105,70)
#465638
(70,86,56)
#37432A
(55,67,42)
#28301C
(40,48,28)
#191D0E
(25,29,14)
#000000
(0,0,0)

Tints of #AFDB9A

#AFDB9A
(175,219,154)
#B6DEA3
(182,222,163)
#BDE1AC
(189,225,172)
#C4E4B5
(196,228,181)
#CBE7BE
(203,231,190)
#D2EAC7
(210,234,199)
#D9EDD0
(217,237,208)
#E0F0D9
(224,240,217)
#E7F3E2
(231,243,226)
#EEF6EB
(238,246,235)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDB9A color. Also use rgb(175,219,154) instead hex code.

Text Font Color

.myTextColor { color: #AFDB9A; }

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

This text font color is #AFDB9A.

Background Color

.myBgColor { background-color: #AFDB9A; }

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

This div background color is #AFDB9A.

Border color

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

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

This div border color is #AFDB9A.

Opacity

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

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

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

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

This text has shadow with #AFDB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDB9A.

Preview

Color preview on black background

This text has color #AFDB9A on black background.


Color preview on white background

This text has color #AFDB9A on white background.


Black color preview on #AFDB9A background

This text has black color on #AFDB9A background.


White color preview on #AFDB9A background

This text has white color on #AFDB9A background.


Related colors

Complementary color

Complementary color for #hex is #502465.


I love getcolorcode.com

Triadic colors

1 #9AAFDB and #DB9AAF with #AFDB9A are triadic colors.

2 #9ADBAF and #DBAF9A with #AFDB9A are triadic colors.