#AAFBA1

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

Shades of Pale Green #AAFBA1

Tints of Pale Green #AAFBA1

Color information

#AAFBA1 (or 0xAAFBA1) is unknown color: approx Pale Green. HEX triplet: AA, FB and A1. RGB value is (170,251,161). Sum of RGB (Red+Green+Blue) = 170+251+161=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA1 is #55045E. Grayscale: #D8D8D8. Windows color (decimal): -5571679 or 10615722. OLE color: 10615722.

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

Color convert

RGB170251161-
CMYK0.3200.360.02
HSL114º91.84%80.78%-
HSV(B)114º35.86%98.43%-
XYZ57.5180.1146.15-
YUV216.5296.6694.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=29.21%
G=43.13%
B=27.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511610.3200.360.0211491.8480.78
HexAAFBA1200242725c51
Octal252373241400442162134121
Binary101010101111101110100001100000010010010111001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBA1; }

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

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

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

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

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

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

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

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