#AAFBA6

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

Shades of Pale Green #AAFBA6

Tints of Pale Green #AAFBA6

Color information

#AAFBA6 (or 0xAAFBA6) is unknown color: approx Pale Green. HEX triplet: AA, FB and A6. RGB value is (170,251,166). Sum of RGB (Red+Green+Blue) = 170+251+166=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA6 is #550459. Grayscale: #D9D9D9. Windows color (decimal): -5571674 or 10943402. OLE color: 10943402.

HSL color Cylindrical-coordinate representation of color #AAFBA6: hue angle of 117.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAFBA6 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB170251166-
CMYK0.3200.340.02
HSL117.18º91.4%81.76%-
HSV(B)117.18º33.86%98.43%-
XYZ57.9680.2948.52-
YUV217.0999.1694.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 166 (65.23% from 255) = 28.28%
R=28.96%
G=42.76%
B=28.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511660.3200.340.02117.1891.481.76
HexAAFBA6200222755b52
Octal252373246400422165133122
Binary101010101111101110100110100000010001010111010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBA6; }

 p { color: rgb(170,251,166); }

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

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

 a { background-color: rgb(170,251,166); }

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

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

 span { border-color: rgb(170,251,166); }

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