#AAFBA0

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

Shades of Pale Green #AAFBA0

Tints of Pale Green #AAFBA0

Color information

#AAFBA0 (or 0xAAFBA0) is unknown color: approx Pale Green. HEX triplet: AA, FB and A0. RGB value is (170,251,160). Sum of RGB (Red+Green+Blue) = 170+251+160=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA0 is #55045F. Grayscale: #D8D8D8. Windows color (decimal): -5571680 or 10550186. OLE color: 10550186.

HSL color Cylindrical-coordinate representation of color #AAFBA0: hue angle of 113.41º 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 #AAFBA0 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB170251160-
CMYK0.3200.360.02
HSL113.41º91.92%80.59%-
HSV(B)113.41º36.25%98.43%-
XYZ57.4280.0845.69-
YUV216.4196.1694.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 251 (98.44% from 255) = 43.20%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=29.26%
G=43.20%
B=27.54%

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
Decimal1702511600.3200.360.02113.4191.9280.59
HexAAFBA0200242715c51
Octal252373240400442161134121
Binary101010101111101110100000100000010010010111000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBA0; }

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

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

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

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

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

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

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

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