COLOR #ADFAAA

HEX: #ADFAAA RGB: (173,250,170)

Color info

#ADFAAA contains mainly green color. Web safe color of #ADFAAA is #99FF99 (or #9F9).

RGB color model

#ADFAAA color RGB value is (173,250,170).

RGB: (173,250,170) (68%, 98%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 250 of 255 = 98%
B 170 of 255 = 67%

173
250
170

R + G + B ~ 78%. #ADFAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 250 + 170 = 593 (100%)
R 173 of 593 ~ 29.17%
G 250 of 593 ~ 42.16%
B 170 of 593 ~ 28.67'%

%29.17
%42.16
%28.67

CMYK color model

#ADFAAA color CMYK value is (31,0,32,2).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 1.96%

CMYK: (31,0,32,2)
C31M0Y32K2 (31%, 0%, 32%, 2%)
(0.31 / 0.00 / 0.32 / 0.02)

CMYK percentages

%30.8
%0
%32
%1.96

Codes

Color #ADFAAA in popluar color models

AD FA AA
RGB 173 250 170
HSL 118° 88.89% 82.35%
HSB/HSV 118° 32.00% 98.04%
CMYK 30.80% 0.00% 32.00%
1.96%

Color #ADFAAA in popluar number systems.

HEX AD FA AA
Decimal 173 250 170
Binary 10101101 11111010 10101010
Octal 255 372 252

Shades and tints

Shades of #ADFAAA

#ADFAAA
(173,250,170)
#9EE49B
(158,228,155)
#8FCE8C
(143,206,140)
#80B87D
(128,184,125)
#71A26E
(113,162,110)
#628C5F
(98,140,95)
#537650
(83,118,80)
#446041
(68,96,65)
#354A32
(53,74,50)
#263423
(38,52,35)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #ADFAAA

#ADFAAA
(173,250,170)
#B4FAB1
(180,250,177)
#BBFAB8
(187,250,184)
#C2FABF
(194,250,191)
#C9FAC6
(201,250,198)
#D0FACD
(208,250,205)
#D7FAD4
(215,250,212)
#DEFADB
(222,250,219)
#E5FAE2
(229,250,226)
#ECFAE9
(236,250,233)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFAAA color. Also use rgb(173,250,170) instead hex code.

Text Font Color

.myTextColor { color: #ADFAAA; }

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

This text font color is #ADFAAA.

Background Color

.myBgColor { background-color: #ADFAAA; }

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

This div background color is #ADFAAA.

Border color

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

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

This div border color is #ADFAAA.

Opacity

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

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

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

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

This text has shadow with #ADFAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADFAAA.

Preview

Color preview on black background

This text has color #ADFAAA on black background.


Color preview on white background

This text has color #ADFAAA on white background.


Black color preview on #ADFAAA background

This text has black color on #ADFAAA background.


White color preview on #ADFAAA background

This text has white color on #ADFAAA background.


Related colors

Complementary color

Complementary color for #hex is #520555.


I love getcolorcode.com

Triadic colors

1 #AAADFA and #FAAAAD with #ADFAAA are triadic colors.

2 #AAFAAD and #FAADAA with #ADFAAA are triadic colors.