#AAFDAB

Color #AAFDAB Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #AAFDAB

Tints of Pale Green #AAFDAB

Color information

#AAFDAB (or 0xAAFDAB) is unknown color: approx Pale Green. HEX triplet: AA, FD and AB. RGB value is (170,253,171). Sum of RGB (Red+Green+Blue) = 170+253+171=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDAB is #550254. Grayscale: #DBDBDB. Windows color (decimal): -5571157 or 11271594. OLE color: 11271594.

HSL color Cylindrical-coordinate representation of color #AAFDAB: hue angle of 120.72º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDAB is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB170253171-
CMYK0.3300.320.01
HSL120.72º95.4%82.94%-
HSV(B)120.72º32.81%99.22%-
XYZ59.0581.7451.19-
YUV218.8410193.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=28.62%
G=42.59%
B=28.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531710.3300.320.01120.7295.482.94
HexAAFDAB210201795f53
Octal252375253410401171137123
Binary10101010111111011010101110000101000001111100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDAB; }

 p { color: rgb(170,253,171); }

 H1.HeaderClassName
 {
   color: #AAFDAB;
 }
 .AnyTagClassName
 {
   color: #AAFDAB;
 }
</style>
background-color css

<style>
 a { background-color: #AAFDAB; }

 a { background-color: rgb(170,253,171); }

 div.DivClassName
 {
   background-color: #AAFDAB;
 }
 .BgClassName
 {
   background-color: #AAFDAB;
 }
</style>
border-color css

<style>
 span { border-color: #AAFDAB; }

 span { border-color: rgb(170,253,171); }

 td.TdClassName
 {
   border-color: #AAFDAB;
 }
 .TagClassName
 {
   border-color: #AAFDAB;
 }
</style>